Home
last modified time | relevance | path

Searched refs:hasLodBias (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp436 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in init() local
438 if (hasLodBias || m_lookupSpec.useSepRef) in init()
445 if (hasLodBias) in init()
715 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
800 if (hasLodBias || hasSepShadowRef) in initShaderSources()
822 if (hasLodBias || hasSepShadowRef) in initShaderSources()
895 if (hasLodBias || hasSepShadowRef) in initShaderSources()
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp421 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
460 if (hasLodBias) in initShaderSources()
473 if (hasLodBias) in initShaderSources()
512 if (hasLodBias) in initShaderSources()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.hpp66 bool hasLodBias; member
DvktSampleVerifier.cpp789 if (m_sampleLookupSettings.hasLodBias) in verifySampleCubemapFace()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp507 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in init() local
509 DE_ASSERT(!isGrad || !hasLodBias); in init()
511 if (hasLodBias) in init()
752 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
765 DE_ASSERT(!isGrad || !hasLodBias); in initShaderSources()
806 else if (hasLodBias) in initShaderSources()
830 if (hasLodBias) in initShaderSources()
920 else if (hasLodBias) in initShaderSources()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp782 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in ShaderTextureFunctionInstance() local
784 DE_ASSERT(!isGrad || !hasLodBias); in ShaderTextureFunctionInstance()
786 if (hasLodBias) in ShaderTextureFunctionInstance()
1231 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
1250 DE_ASSERT(!isGrad || !hasLodBias); in initShaderSources()
1297 else if (hasLodBias) in initShaderSources()
1324 else if (hasLodBias) in initShaderSources()
1427 else if (hasLodBias) in initShaderSources()
3144 const bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
3157 DE_ASSERT(!isGrad || !hasLodBias); in initShaderSources()
[all …]
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1510 bool hasLodBias = m_type == TYPE_TEXTURE2D_LOD || in createNextChild() local
1514 if (hasLodBias && !m_lodBiasExpr) in createNextChild()