Searched refs:getSampler2DArrayType (Results 1 – 9 of 9) sorted by relevance
80 DataType getSampler2DArrayType(tcu::TextureFormat format);
1369 DataType getSampler2DArrayType(tcu::TextureFormat format) in getSampler2DArrayType() function
497 … Texture2DArrayShader arrayTexShader(glu::getSampler2DArrayType(texFmt), glu::TYPE_FLOAT_VEC4); in render()
891 samplerTypes.push_back(glu::getSampler2DArrayType(fmt)); in init()
1100 … samplerType = isShadow ? glu::TYPE_SAMPLER_2D_ARRAY_SHADOW : glu::getSampler2DArrayType(texFmt); in initShaderSources()
484 Texture2DArrayShader shader(glu::getSampler2DArrayType(m_texFormat), glu::TYPE_FLOAT_VEC4); in verifyTexture()
895 return glu::getSampler2DArrayType(format); in getSamplerType()
935 return glu::getSampler2DArrayType(format); in getSamplerType()
2014 … 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()