Lines Matching refs:textureFormat

966 																 tcu::TextureFormat			textureFormat,
967 tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is a depth format.
1042 tcu::TextureFormat textureFormat,
1054 , m_textureFormat (textureFormat)
1065 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type))
1160 string TextureGatherCase::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherArgs& gatherArgs, const string& refZExpr, const IVec2& offsetRange, int indentationDepth)
1182 if (isDepthFormat(textureFormat))
1231 const tcu::TextureFormat& textureFormat,
1237 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat);
1239 const bool isShadow = isDepthFormat(textureFormat);
1240 const glu::DataType samplerType = getSamplerType(textureType, textureFormat);
1242 const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, offsetRange, 1);
1569 vector<GatherArgs> generateBasic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& offsetRange)
1571 const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth textures, test explicit components 0 to 3 and implicit component 0.
1649 tcu::TextureFormat textureFormat,
1659 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1739 tcu::TextureFormat textureFormat,
1749 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1871 tcu::TextureFormat textureFormat,
1881 : TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
2011 tcu::TextureFormat textureFormat,
2025 return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode,
2029 return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode,
2035 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode,