Home
last modified time | relevance | path

Searched refs:compareOp (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp75 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 DvktTextureShadowTests.cpp74 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 DPixelProcessor.hpp45 VkCompareOp compareOp; member
54 compareOp = rhs.compareOp; in operator =()
H A DSampler.hpp104 VkCompareOp compareOp; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSampler.cpp32 , compareOp(pCreateInfo->compareOp) in SamplerState()
H A DVkSampler.hpp48 const VkCompareOp compareOp = VK_COMPARE_OP_NEVER; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSamplerVk.cpp79 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 DAdapterVk.cpp163 #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 DvktPipelineDepthRangeUnrestrictedTests.cpp608 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 DvktPipelineDepthTests.cpp640 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 DvktPipelineDepthRangeUnrestrictedTests.cpp618 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 DvktPipelineDepthTests.cpp620 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 Dpanvk_cs.h81 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 Des3fDepthTests.cpp197 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 Des2fDepthTests.cpp194 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 Ddzn_pipeline.c1223 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 Dsampler.cc106 sampler_info.compareOp = ToVkCompareOp(sampler->GetCompareOp()); in CreateSampler()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp64 rr::TestFunc compareOp = rr::TESTFUNC_LESS; member
/third_party/skia/src/gpu/vk/
H A DGrVkSampler.cpp67 createInfo.compareOp = VK_COMPARE_OP_NEVER; in Create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp64 rr::TestFunc compareOp = rr::TESTFUNC_LESS; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_sampler.h178 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 DSpirvShaderSampling.cpp72 samplerState.compareOp = vkSamplerState->compareOp; in getImageSampler()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c872 .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 DvktDrawCreateInfoUtil.hpp421 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 DvktDrawCreateInfoUtil.hpp421 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS,
505 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS,

Completed in 26 milliseconds

12345