Searched refs:COMPAREMODE_LESS_OR_EQUAL (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp724 case GL_LEQUAL: return tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL;
797 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return GL_LEQUAL;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2219 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return vk::VK_COMPARE_OP_LESS_OR_EQUAL;
2352 case VK_COMPARE_OP_LESS_OR_EQUAL: return tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp853 { "less_or_equal", Sampler::COMPAREMODE_LESS_OR_EQUAL },
/external/deqp/framework/common/
H A DtcuTexture.hpp212 COMPAREMODE_LESS_OR_EQUAL, enumerator in enum:tcu::Sampler::CompareMode
H A DtcuTexCompareVerifier.cpp78 case Sampler::COMPAREMODE_LESS_OR_EQUAL:
H A DtcuTexture.cpp1726 case Sampler::COMPAREMODE_LESS_OR_EQUAL: res = ref <= cmp; break;
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp2051 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return "less_or_equal";
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2308 case tcu::Sampler::COMPAREMODE_LESS_OR_EQUAL: return "less_or_equal";

Completed in 344 milliseconds