Home
last modified time | relevance | path

Searched defs:textureSize (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DRGBImageAllocation.cpp31 size_t textureSize; member
115 RGBImageAllocationParams VulkanParams(bool aligned, size_t textureSize) in VulkanParams()
126 RGBImageAllocationParams OpenGLOrGLESParams(bool aligned, size_t textureSize) in OpenGLOrGLESParams()
137 RGBImageAllocationParams MetalParams(bool aligned, size_t textureSize) in MetalParams()
148 RGBImageAllocationParams D3D11Params(bool aligned, size_t textureSize) in D3D11Params()
H A DClearPerf.cpp44 GLsizei textureSize; member
H A DTextureSampling.cpp46 unsigned int textureSize; member
H A DTexturesPerf.cpp216 size_t textureSize = static_cast<size_t>(1) << params.textureMipCount; in initTextures() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2002const IVec2 &textureSize, const vector<GatherArgs> &iterations) in TextureGather2DInstance()
2094 …const int baseLevel, const uint32_t flags, const IVec2 &textureSize, const ImageBackingMode sparse… in TextureGather2DCase()
2153 … const IVec2 &offsetRange, const IVec3 &textureSize) in generate2DArrayCaseIterations()
2220 const IVec3 &textureSize, in TextureGather2DArrayInstance()
2317 …const int baseLevel, const uint32_t flags, const IVec3 &textureSize, const ImageBackingMode sparse… in TextureGather2DArrayCase()
2445const int textureSize, const vector<GatherCubeArgs> &iterations) in TextureGatherCubeInstance()
2549 …const int baseLevel, const uint32_t flags, const int textureSize, const ImageBackingMode sparseCas… in TextureGatherCubeCase()
2611 const IVec3 &textureSize, uint32_t flags = 0, in makeTextureGatherCase()
2748 const IVec3 &textureSize = textureSizes[textureSizeNdx].size; in init() local
H A DvktShaderRenderTextureFunctionTests.cpp2307 static int getMaxTextureSize(TextureType type, const tcu::IVec3 &textureSize) in getMaxTextureSize()
2336 static std::string getTextureSizeString(TextureType type, const tcu::IVec3 &textureSize) in getTextureSizeString()
2372 static bool isValidCase(TextureType type, const tcu::IVec3 &textureSize, int lodBase) in isValidCase()
2389 …xtureBindingSp createEmptyTexture(uint32_t format, TextureType type, const tcu::IVec3 &textureSize, in createEmptyTexture()
2525 tcu::IVec3 textureSize; member
3164 tcu::IVec3 textureSize(m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture() local
3190 tcu::IVec3 textureSize; member
3597 tcu::IVec3 textureSize(m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth); in initTexture() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp128 static inline Vec2 safe2DTexCoords(const Vec2 &raw, const IVec2 &textureSize) in safe2DTexCoords()
133 static inline Vec3 safe2DArrayTexCoords(const Vec3 &raw, const IVec3 &textureSize) in safe2DArrayTexCoords()
138 static inline Vec3 safe3DTexCoords(const Vec3 &raw, const IVec3 &textureSize) in safe3DTexCoords()
402 …exType>::PosTexCoordQuadGrid(int gridSize, const IVec2 &renderSize, const TexSizeIVec &textureSize, in PosTexCoordQuadGrid()
446 void PosTexCoordQuadGrid<TEXTURETYPE_2D>::initializeTexCoords(const IVec2 &textureSize, in initializeTexCoords()
466 void PosTexCoordQuadGrid<TEXTURETYPE_CUBE>::initializeTexCoords(const IVec2 &textureSize, in initializeTexCoords()
495 void PosTexCoordQuadGrid<TEXTURETYPE_2D_ARRAY>::initializeTexCoords(const IVec3 &textureSize, in initializeTexCoords()
515 void PosTexCoordQuadGrid<TEXTURETYPE_3D>::initializeTexCoords(const IVec3 &textureSize, in initializeTexCoords()
H A Des3fTextureUnitTests.cpp236 …loat calculateLodMax(const tcu::Vector<tcu::Vec2, 3> &derivateParts, const tcu::IVec3 &textureSize, in calculateLodMax()
253 …loat calculateLodMin(const tcu::Vector<tcu::Vec2, 3> &derivateParts, const tcu::IVec3 &textureSize, in calculateLodMin()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp111 static inline Vec2 safe2DTexCoords(const Vec2 &raw, const IVec2 &textureSize) in safe2DTexCoords()
313 …exType>::PosTexCoordQuadGrid(int gridSize, const IVec2 &renderSize, const TexSizeIVec &textureSize, in PosTexCoordQuadGrid()
357 void PosTexCoordQuadGrid<TEXTURETYPE_2D>::initializeTexCoords(const IVec2 &textureSize, in initializeTexCoords()
377 void PosTexCoordQuadGrid<TEXTURETYPE_CUBE>::initializeTexCoords(const IVec2 &textureSize, in initializeTexCoords()
H A Des2fTextureUnitTests.cpp192 static float calculateLodMax(const Vec4 &derivateParts, const tcu::IVec2 &textureSize, const Vec2 &… in calculateLodMax()
203 static float calculateLodMin(const Vec4 &derivateParts, const tcu::IVec2 &textureSize, const Vec2 &… in calculateLodMin()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp466 … glw::GLuint textureId, tcu::IVec2 textureSize, in getDataFromTexture()
486tcu::IVec2 textureSize, glw::GLenum format, glw::GLenum type) in calcPixelSumValue()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1681 uint32_t flags, const IVec2 &textureSize) in TextureGather2DCase()
1777 uint32_t flags, const IVec3 &textureSize) in TextureGather2DArrayCase()
1917 uint32_t flags, int textureSize) in TextureGatherCubeCase()
2062 …:FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, const IVec3 &textureSize, in makeTextureGatherCase()
2212 const IVec3 &textureSize = textureSizes[textureSizeNdx].size; in init() local
H A Des31fShaderImageLoadStoreTests.cpp961 … const TextureFormat &textureFormat, const IVec3 &textureSize, in readIntegerTextureViaFBOAndVerify()
1017 … const TextureFormat &textureFormat, const IVec3 &textureSize, in readFloatOrNormTextureWithLookupsAndVerify()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferMAXSizeValidation.cpp203 glw::GLint textureSize = 0; in iterate() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DImage_Graphite.cpp116 size_t Image::textureSize() const { in textureSize() function in skgpu::graphite::Image
H A DImage_YUVA_Graphite.cpp194 size_t Image_YUVA::textureSize() const { in textureSize() function in skgpu::graphite::Image_YUVA
/aosp_15_r20/external/skia/src/image/
H A DSkImage_Base.h62 size_t textureSize() const override { return 0; } in textureSize() function
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshYUVA.cpp154 size_t SkImage_GaneshYUVA::textureSize() const { in textureSize() function in SkImage_GaneshYUVA
H A DSkImage_Ganesh.cpp306 size_t SkImage_Ganesh::textureSize() const { return fChooser.gpuMemorySize(); } in textureSize() function in SkImage_Ganesh
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp132 glw::GLsizei textureSize) in SubImageFormatTest()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DNinePatchTexture.java265 int textureSize = Utils.nextPowerOf2(source); in stretch() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp757 uint32_t textureSize = 0; in getSize() local
781 uint32_t textureSize = 0; in getCompressedSize() local
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DMultiViewTest.java384 Size textureSize = previewSize; in testSharedSurfaceBasicByCamera() local
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp266 const int textureSize = 32; in drawTestPattern() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp274 const int textureSize = 32; in drawTestPattern() local

12