Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/fourslash/
DlocalGetReferences.ts246 function isShadow(r) { function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp1195 bool isShadow = false; in acceptSamplerTypeDX9() local
1240 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/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_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1253 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
3232 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
DvktShaderRenderTextureGatherTests.cpp1824 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1253 bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
3232 const bool isShadow = m_textureSpec.sampler.compare != tcu::Sampler::COMPAREMODE_NONE; in initShaderSources() local
DvktShaderRenderTextureGatherTests.cpp1824 const bool isShadow = isDepthFormat(baseParams.textureFormat); in genGatherPrograms() local
/third_party/glslang/glslang/Include/
DTypes.h139 bool isShadow() const { return shadow; } in isShadow() function