Lines Matching refs:m_textureFormat

999 	const tcu::TextureFormat			m_textureFormat;  member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase
1053 , m_textureFormat (textureFormat) in TextureGatherCase()
1068 …DE_ASSERT((m_shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_textureFormat in TextureGatherCase()
1078 …DE_ASSERT(!((m_flags & GATHERCASE_MIPMAP_INCOMPLETE) && isDepthFormat(m_textureFormat))); // It's … in TextureGatherCase()
1304 if (isDepthFormat(m_textureFormat)) in init()
1362 … bool needNormalizedCoordInShader = needPixelCoordInShader || isDepthFormat(m_textureFormat); in iterate()
1366 …derProgram(renderCtx, genProgramSources(m_gatherType, m_textureType, m_textureFormat, gatherArgs, … in iterate()
1371 … << genGatherFuncCall(m_gatherType, m_textureFormat, gatherArgs, refZExpr, getOffsetRange(), 0) in iterate()
1514 if (isDepthFormat(m_textureFormat)) in verify()
1528 if (isUnormFormatType(m_textureFormat.type)) in verify()
1537 else if (isUIntFormatType(m_textureFormat.type) || isSIntFormatType(m_textureFormat.type)) in verify()
1545 if (isUIntFormatType(m_textureFormat.type)) in verify()
1547 else if (isSIntFormatType(m_textureFormat.type)) in verify()
1686 m_iterations = generateBasic2DCaseIterations(m_gatherType, m_textureFormat, getOffsetRange()); in generateIterations()
1693 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_textureFormat); in createAndUploadTexture()
1695 …glu::Texture2D>(new glu::Texture2D(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSi… in createAndUploadTexture()
1783 …rArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFormat, getOffsetRan… in generateIterations()
1803 …if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generateIterations()
1820 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_textureFormat); in createAndUploadTexture()
1822 …re2DArray>(new glu::Texture2DArray(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSi… in createAndUploadTexture()
1918 …rArgs> basicIterations = generateBasic2DCaseIterations(m_gatherType, m_textureFormat, getOffsetRan… in generateIterations()
1939 if (isDepthFormat(m_textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateIterations()
1956 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_textureFormat); in createAndUploadTexture()
1958 …:TextureCube>(new glu::TextureCube(renderCtx, glu::getInternalFormat(m_textureFormat), m_textureSi… in createAndUploadTexture()