Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluTextureUtil.hpp84 DataType getSampler2DArrayType (tcu::TextureFormat format);
DgluTextureUtil.cpp1003 DataType getSampler2DArrayType (tcu::TextureFormat format) in getSampler2DArrayType() function
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp494 Texture2DArrayShader arrayTexShader (glu::getSampler2DArrayType(texFmt), glu::TYPE_FLOAT_VEC4); in render()
Des3fTextureUnitTests.cpp964 case GL_TEXTURE_2D_ARRAY: samplerTypes.push_back(glu::getSampler2DArrayType(fmt)); break; in init()
Des3fShaderTextureFunctionTests.cpp771 …samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); b… in initShaderSources()
Des3fTextureSpecificationTests.cpp465 Texture2DArrayShader shader (glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp870 case TEXTURETYPE_2D_ARRAY: return glu::getSampler2DArrayType(format); in getSamplerType()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp872 case TEXTURETYPE_2D_ARRAY: return glu::getSampler2DArrayType(format); in getSamplerType()
DvktShaderRenderTextureFunctionTests.cpp1256 …amplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); b… in initShaderSources()
2990 …samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); b… in initShaderSources()