Home
last modified time | relevance | path

Searched defs:isShadow (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp891 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
2577 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
DvktShaderRenderTextureGatherTests.cpp1639 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h748 int isShadow() const { return descTable[target].shadow ? 1 : 0; } in isShadow() function
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1222 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources() local
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp749 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local