Lines Matching refs:textureFormat
928 …GatherType gatherType, LevelMode levelMode, const tcu::TextureFormat& textureFormat, const IVec2& … in generateBasic2DCaseIterations() argument
930 …const int numComponentCases = isDepthFormat(textureFormat) ? 1 : 4+1; // \note For non-depth tex… in generateBasic2DCaseIterations()
1005 tcu::TextureFormat textureFormat; member
1034 , textureFormat (textureFormat_) in GatherCaseBaseParams()
1051 , textureFormat () in GatherCaseBaseParams()
1172 …isDepthFormat(baseParams.textureFormat) ? tcu::TextureFormat::UNORM_INT8 : baseParams.textureForma… in TextureGatherInstance()
1176 …shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_baseParams.textureFormat)); in TextureGatherInstance()
1239 const auto format = vk::mapTextureFormat(m_baseParams.textureFormat); in init()
1358 … m_baseParams.gatherType == GATHERTYPE_OFFSET_DYNAMIC || isDepthFormat(m_baseParams.textureFormat); in setupDefaultInputs()
1483 if (isDepthFormat(m_baseParams.textureFormat)) in verify()
1497 if (isUnormFormatType(m_baseParams.textureFormat.type)) in verify()
1506 …else if (isUIntFormatType(m_baseParams.textureFormat.type) || isSIntFormatType(m_baseParams.textur… in verify()
1514 if (isUIntFormatType(m_baseParams.textureFormat.type)) in verify()
1516 else if (isSIntFormatType(m_baseParams.textureFormat.type)) in verify()
1649 const tcu::TextureFormat& textureFormat, in genGatherFuncCall() argument
1748 if (isDepthFormat(textureFormat)) in genGatherFuncCall()
1822 const bool useNormalizedCoord = usePixCoord || isDepthFormat(baseParams.textureFormat); in genGatherPrograms()
1824 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms()
1825 …t glu::DataType samplerType = getSamplerType(baseParams.textureType, baseParams.textureFormat); in genGatherPrograms()
1867 …const string funcCall = genGatherFuncCall(baseParams.gatherType, baseParams.textureFormat, gat… in genGatherPrograms()
1929 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_baseParams.textureFormat); in createTexture()
1930 … texture = MovePtr<tcu::Texture2D>(new tcu::Texture2D(m_baseParams.textureFormat, m_textureSize… in createTexture()
1971 const tcu::TextureFormat textureFormat,
1999 const tcu::TextureFormat textureFormat, in TextureGather2DCase() argument
2012 …, m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, w… in TextureGather2DCase()
2025 m_baseParams.textureFormat, in initPrograms()
2035 m_baseParams.textureFormat, in createInstance()
2059 const tcu::TextureFormat& textureFormat, in generate2DArrayCaseIterations() argument
2063 …basicIterations = generateBasic2DCaseIterations(gatherType, levelMode, textureFormat, offsetRange); in generate2DArrayCaseIterations()
2084 … if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == (layerNdx + 2) % 4) in generate2DArrayCaseIterations()
2151 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_baseParams.textureFormat); in createTexture()
2152 … = MovePtr<tcu::Texture2DArray>(new tcu::Texture2DArray(m_baseParams.textureFormat, m_textureSize… in createTexture()
2199 const tcu::TextureFormat textureFormat,
2227 const tcu::TextureFormat textureFormat, in TextureGather2DArrayCase() argument
2240 …, m_baseParams (TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, w… in TextureGather2DArrayCase()
2253 m_baseParams.textureFormat, in initPrograms()
2264 m_baseParams.textureFormat, in createInstance()
2287 …GatherType gatherType, LevelMode levelMode, const tcu::TextureFormat& textureFormat, const IVec2& … in generateCubeCaseIterations() argument
2289 …basicIterations = generateBasic2DCaseIterations(gatherType, levelMode, textureFormat, offsetRange); in generateCubeCaseIterations()
2311 if (isDepthFormat(textureFormat) || basicIterations[basicNdx].componentNdx == cubeFaceI % 4) in generateCubeCaseIterations()
2379 const tcu::TextureFormatInfo texFmtInfo = tcu::getTextureFormatInfo(m_baseParams.textureFormat); in createTexture()
2380 …exture = MovePtr<tcu::TextureCube>(new tcu::TextureCube(m_baseParams.textureFormat, m_textureSize… in createTexture()
2429 const tcu::TextureFormat textureFormat,
2455 const tcu::TextureFormat textureFormat, in TextureGatherCubeCase() argument
2468 …, m_baseParams (TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompare… in TextureGatherCubeCase()
2481 m_baseParams.textureFormat, in initPrograms()
2491 m_baseParams.textureFormat, in createInstance()
2530 tcu::TextureFormat textureFormat, in makeTextureGatherCase() argument
2546 …return new TextureGather2DCase(testCtx, name, description, gatherType, offsetSize, textureFormat, … in makeTextureGatherCase()
2550 …Gather2DArrayCase(testCtx, name, description, gatherType, offsetSize, textureFormat, shadowCompare… in makeTextureGatherCase()
2556 return new TextureGatherCubeCase(testCtx, name, description, textureFormat, shadowCompareMode, in makeTextureGatherCase()