Searched defs:isShadow (Results 1 – 10 of 10) sorted by relevance
1241 bool isShadow = false; in acceptSamplerTypeDX9() local1286 bool isShadow = false; in acceptSamplerType() local
2869 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) in convert()
993 int isShadow() const { return descTable[target].shadow ? 1 : 0; } in isShadow() function
749 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
1239 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources() local
1253 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local3232 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
1824 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
142 bool isShadow() const { return shadow; } in isShadow() function