Home
last modified time | relevance | path

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

/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1193 bool isShadow = false; in acceptSamplerTypeDX9() local
1238 bool isShadow = false; in acceptSamplerType() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp2928 Converter::convert(glsl_sampler_dim dim, bool isArray, bool isShadow) in convert()
Dnv50_ir.h1021 int isShadow() const { return descTable[target].shadow ? 1 : 0; } in isShadow() function
/third_party/glslang/glslang/Include/
DTypes.h135 bool isShadow() const { return shadow; } in isShadow() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp1239 const bool isShadow = isDepthFormat(textureFormat); in genProgramSources() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp749 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1247 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
3190 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
DvktShaderRenderTextureGatherTests.cpp1804 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local