• Home
  • Raw
  • Download

Lines Matching refs:textureFormat

949 																 tcu::TextureFormat			textureFormat,
1025 tcu::TextureFormat textureFormat, in TextureGatherCase() argument
1037 , m_textureFormat (textureFormat) in TextureGatherCase()
1048 isDepthFormat(textureFormat) ? tcu::TextureFormat::UNORM_INT8 : textureFormat.type)) in TextureGatherCase()
1143 …::genGatherFuncCall (GatherType gatherType, const tcu::TextureFormat& textureFormat, const GatherA… in genGatherFuncCall() argument
1165 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1214 const tcu::TextureFormat& textureFormat, in genProgramSources() argument
1220 const bool useNormalizedCoord = usePixCoord || isDepthFormat(textureFormat); in genProgramSources()
1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources()
1223 const glu::DataType samplerType = getSamplerType(textureType, textureFormat); in genProgramSources()
1225 …const string funcCall = genGatherFuncCall(gatherType, textureFormat, gatherArgs, refZExpr, off… in genProgramSources()
1545 …sic2DCaseIterations (GatherType gatherType, const tcu::TextureFormat& textureFormat, const IVec2& … in generateBasic2DCaseIterations() argument
1547 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1625 tcu::TextureFormat textureFormat, in TextureGather2DCase() argument
1635 … (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompare… in TextureGather2DCase()
1715 tcu::TextureFormat textureFormat, in TextureGather2DArrayCase() argument
1725 …ext, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompare… in TextureGather2DArrayCase()
1847 tcu::TextureFormat textureFormat, in TextureGatherCubeCase() argument
1857 …me, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompare… in TextureGatherCubeCase()
1987 tcu::TextureFormat textureFormat, in makeTextureGatherCase() argument
2001 …return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
2005 …Gather2DArrayCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompare… in makeTextureGatherCase()
2011 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()