/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 75 Sampler::CompareMode compareOp; member 80 : compareOp (Sampler::COMPAREMODE_EQUAL) in TextureShadowCommonTestCaseParameters() 323 const float refInRangeUpper = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 1.0f : 0.5f; in Texture2DShadowTestInstance() 324 const float refInRangeLower = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 0.0f : 0.5f; in Texture2DShadowTestInstance() 385 sampleParams.sampler.compare = m_testParameters.compareOp; in iterate() 567 const float refInRangeUpper = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 1.0f : 0.5f; in TextureCubeShadowTestInstance() 568 const float refInRangeLower = (m_testParameters.compareOp in TextureCubeShadowTestInstance() 1648 } compareOp[] = populateTextureShadowTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 74 Sampler::CompareMode compareOp; member 79 : compareOp (Sampler::COMPAREMODE_EQUAL) in TextureShadowCommonTestCaseParameters() 321 const float refInRangeUpper = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 1.0f : 0.5f; in Texture2DShadowTestInstance() 322 const float refInRangeLower = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 0.0f : 0.5f; in Texture2DShadowTestInstance() 383 sampleParams.sampler.compare = m_testParameters.compareOp; in iterate() 565 const float refInRangeUpper = (m_testParameters.compareOp == Sampler::COMPAREMODE_EQUAL || m_testParameters.compareOp == Sampler::COMPAREMODE_NOT_EQUAL) ? 1.0f : 0.5f; in TextureCubeShadowTestInstance() 566 const float refInRangeLower = (m_testParameters.compareOp in TextureCubeShadowTestInstance() 1646 } compareOp[] = populateTextureShadowTests() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | PixelProcessor.hpp | 45 VkCompareOp compareOp; member 54 compareOp = rhs.compareOp; in operator =()
|
H A D | Sampler.hpp | 104 VkCompareOp compareOp; member
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSampler.cpp | 32 , compareOp(pCreateInfo->compareOp) in SamplerState()
|
H A D | VkSampler.hpp | 48 const VkCompareOp compareOp = VK_COMPARE_OP_NEVER; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | SamplerVk.cpp | 79 createInfo.compareOp = ToVulkanCompareOp(descriptor->compare); in Initialize() 82 // Still set the compareOp so it's not garbage. in Initialize() 83 createInfo.compareOp = VK_COMPARE_OP_NEVER; in Initialize()
|
H A D | AdapterVk.cpp | 163 #define CHECK_AND_SET_V1_LIMIT_IMPL(vulkanName, webgpuName, compareOp, msgSegment) \ in InitializeSupportedLimitsImpl() 165 if (vkLimits.vulkanName compareOp baseLimits.v1.webgpuName) { \ in InitializeSupportedLimitsImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 608 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; in preparePipelineWrapper() 618 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; in preparePipelineWrapper() 1490 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1492 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() 1526 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1528 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() [all...] |
H A D | vktPipelineDepthTests.cpp | 640 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; 650 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; 1471 for (const auto& compareOp : compareOps) in createDepthTests() 1473 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests() 1475 const VkCompareOp ops[DepthTest::QUAD_COUNT] = { compareOp, compareOp, compareOp, compareOp }; in createDepthTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthRangeUnrestrictedTests.cpp | 618 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; in preparePipelineWrapper() 628 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; in preparePipelineWrapper() 1484 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1486 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() 1520 for (int compareOp = 0; compareOp < DE_LENGTH_OF_ARRAY(compareOps); compareOp++) in createDepthRangeUnrestrictedTests() 1522 testParams.depthCompareOp = compareOps[compareOp]; in createDepthRangeUnrestrictedTests() [all...] |
H A D | vktPipelineDepthTests.cpp | 620 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; 630 VK_COMPARE_OP_NEVER, // VkCompareOp compareOp; 1426 for (const auto& compareOp : compareOps) in createDepthTests() 1428 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests() 1430 const VkCompareOp ops[DepthTest::QUAD_COUNT] = { compareOp, compareOp, compareOp, compareOp }; in createDepthTests()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_cs.h | 81 enum mali_func f = panvk_per_arch(translate_compare_func)(pCreateInfo->compareOp); in translate_sampler_compare_func()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDepthTests.cpp | 197 DepthCompareCase (Context& context, const char* name, const char* description, deUint32 compareOp) in DepthCompareCase() argument 199 , m_compareOp (compareOp) in DepthCompareCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDepthTests.cpp | 194 DepthCompareCase (Context& context, const char* name, const char* description, deUint32 compareOp) in DepthCompareCase() argument 196 , m_compareOp (compareOp) in DepthCompareCase()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1223 in_zsa->front.compareOp != VK_COMPARE_OP_NEVER && in translate_stencil_test() 1224 in_zsa->front.compareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1229 in_zsa->back.compareOp != VK_COMPARE_OP_NEVER && in translate_stencil_test() 1230 in_zsa->back.compareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1266 ((in_zsa->back.compareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1268 (in_zsa->back.compareOp != VK_COMPARE_OP_NEVER && in translate_stencil_test() 1276 ((in_zsa->front.compareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1278 (in_zsa->front.compareOp != VK_COMPARE_OP_NEVER && in translate_stencil_test() 1363 dzn_translate_compare_op(in_zsa->front.compareOp); in dzn_graphics_pipeline_translate_zsa() 1371 dzn_translate_compare_op(in_zsa->back.compareOp); in dzn_graphics_pipeline_translate_zsa() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | sampler.cc | 106 sampler_info.compareOp = ToVkCompareOp(sampler->GetCompareOp()); in CreateSampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
H A D | vktDrawUtil.hpp | 64 rr::TestFunc compareOp = rr::TESTFUNC_LESS; member
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSampler.cpp | 67 createInfo.compareOp = VK_COMPARE_OP_NEVER; in Create()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
H A D | vktDrawUtil.hpp | 64 rr::TestFunc compareOp = rr::TESTFUNC_LESS; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_sampler.h | 178 size += vn_sizeof_VkCompareOp(&val->compareOp); in vn_sizeof_VkSamplerCreateInfo_self() 250 vn_encode_VkCompareOp(enc, &val->compareOp); in vn_encode_VkSamplerCreateInfo_self()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 72 samplerState.compareOp = vkSamplerState->compareOp; in getImageSampler()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 872 .compareOp = VK_COMPARE_OP_NEVER, in blit2d_init_depth_only_pipeline() 881 .compareOp = VK_COMPARE_OP_NEVER, in blit2d_init_depth_only_pipeline() 1028 .compareOp = VK_COMPARE_OP_ALWAYS, in blit2d_init_stencil_only_pipeline() 1035 .compareOp = VK_COMPARE_OP_ALWAYS, in blit2d_init_stencil_only_pipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 421 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS, 505 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 421 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS, 505 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS,
|