Home
last modified time | relevance | path

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

/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.hpp65 bool hasLodBias; member
DvktSampleVerifier.cpp816 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()
1321 else if (hasLodBias) in initShaderSources()
1348 else if (hasLodBias) in initShaderSources()
1452 else if (hasLodBias) in initShaderSources()
2971 const bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
2984 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()