Home
last modified time | relevance | path

Searched refs:COMPAREMODE_LESS (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp2055 case tcu::Sampler::COMPAREMODE_LESS: return "less"; in compareModeName()
2177 compareMode != tcu::Sampler::COMPAREMODE_LESS && in init()
2264 …::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sample… in init()
2287 …::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sample… in init()
2302 …er::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sample… in init()
Des31fOpaqueTypeIndexingTests.cpp594 tcu::Sampler::COMPAREMODE_LESS); in iterate()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp728 case GL_LESS: return tcu::Sampler::COMPAREMODE_LESS; in mapGLCompareFunc()
801 case tcu::Sampler::COMPAREMODE_LESS: return GL_LESS; in getGLCompareFunc()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp987 …r::NEAREST, 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
991 …r::NEAREST, 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp2547 case tcu::Sampler::COMPAREMODE_LESS: return "less"; in compareModeName()
2673 compareMode != tcu::Sampler::COMPAREMODE_LESS && in init()
2766 …::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sample… in init()
2811 …::CompareMode compareMode = isDepthFormat(format) ? tcu::Sampler::COMPAREMODE_LESS : tcu::Sample… in init()
DvktShaderRenderTextureFunctionTests.cpp3470 … 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
3474 … 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp233 COMPAREMODE_LESS, enumerator
DtcuTexCompareVerifier.cpp73 case Sampler::COMPAREMODE_LESS: in execCompare()
DtcuTexture.cpp1885 case Sampler::COMPAREMODE_LESS: res = ref < cmp; break; in execCompare()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3773 case tcu::Sampler::COMPAREMODE_LESS: return vk::VK_COMPARE_OP_LESS; in mapCompareMode()
3966 case VK_COMPARE_OP_LESS: return tcu::Sampler::COMPAREMODE_LESS; in mapVkSamplerCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp699 tcu::Sampler::COMPAREMODE_LESS) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp1400 … 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
1404 … 0.0f /* LOD threshold */, true /* normalized coords */, tcu::Sampler::COMPAREMODE_LESS, in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp1563 { "less", Sampler::COMPAREMODE_LESS }, in populateTextureShadowTests()