Home
last modified time | relevance | path

Searched refs:getSampler2DArrayType (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp80 DataType getSampler2DArrayType(tcu::TextureFormat format);
H A DgluTextureUtil.cpp1369 DataType getSampler2DArrayType(tcu::TextureFormat format) in getSampler2DArrayType() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp497 … Texture2DArrayShader arrayTexShader(glu::getSampler2DArrayType(texFmt), glu::TYPE_FLOAT_VEC4); in render()
H A Des3fTextureUnitTests.cpp891 samplerTypes.push_back(glu::getSampler2DArrayType(fmt)); in init()
H A Des3fShaderTextureFunctionTests.cpp1100 … samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); in initShaderSources()
H A Des3fTextureSpecificationTests.cpp484 Texture2DArrayShader shader(glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp895 return glu::getSampler2DArrayType(format); in getSamplerType()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp935 return glu::getSampler2DArrayType(format); in getSamplerType()
H A DvktShaderRenderTextureFunctionTests.cpp2014 … samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); in initShaderSources()
4173 … samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); in initShaderSources()