Home
last modified time | relevance | path

Searched refs:hasLodBias (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A 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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifier.hpp66 bool hasLodBias; member
H A DvktSampleVerifier.cpp789 if (m_sampleLookupSettings.hasLodBias)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.hpp66 bool hasLodBias; member
H A DvktSampleVerifier.cpp789 if (m_sampleLookupSettings.hasLodBias)
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp1510 bool hasLodBias = m_type == TYPE_TEXTURE2D_LOD || in createNextChild() local
1514 if (hasLodBias && !m_lodBiasExpr) in createNextChild()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp805 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in ShaderTextureFunctionInstance() local
807 DE_ASSERT(!isGrad || !hasLodBias); in ShaderTextureFunctionInstance()
809 if (hasLodBias) in ShaderTextureFunctionInstance()
1258 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
1277 DE_ASSERT(!isGrad || !hasLodBias); in initShaderSources()
1324 else if (hasLodBias) in initShaderSources()
1351 else if (hasLodBias) in initShaderSources()
1454 else if (hasLodBias) in initShaderSources()
3390 const bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias;
3403 DE_ASSERT(!isGrad || !hasLodBias);
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp802 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in ShaderTextureFunctionInstance() local
804 DE_ASSERT(!isGrad || !hasLodBias); in ShaderTextureFunctionInstance()
806 if (hasLodBias) in ShaderTextureFunctionInstance()
1257 bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias; in initShaderSources() local
1276 DE_ASSERT(!isGrad || !hasLodBias); in initShaderSources()
1323 else if (hasLodBias) in initShaderSources()
1350 else if (hasLodBias) in initShaderSources()
1453 else if (hasLodBias) in initShaderSources()
3235 const bool hasLodBias = functionHasLod(m_lookupSpec.function) || m_lookupSpec.useBias;
3248 DE_ASSERT(!isGrad || !hasLodBias);
[all...]

Completed in 29 milliseconds