Home
last modified time | relevance | path

Searched refs:VK_COMPARE_OP_LESS (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineDepthTests.cpp612 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp;
852 depthCompareOps[quadNdx] == vk::VK_COMPARE_OP_LESS ||
1189 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS }, in createDepthTests()
1192 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS }, in createDepthTests()
1195 …{ VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS_O… in createDepthTests()
1197 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS }, in createDepthTests()
1199 …{ VK_COMPARE_OP_GREATER, VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_GREATER, VK_COMPARE_OP_LESS }, in createDepthTests()
1204 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_LESS, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_NEVER }, in createDepthTests()
1210 …ARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS }, in createDepthTests()
1211 …{ VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_O… in createDepthTests()
[all …]
DvktPipelineStencilTests.cpp199 VK_COMPARE_OP_LESS,
572 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp;
794 renderState.fragOps.depthFunc = mapVkCompareOp(VK_COMPARE_OP_LESS); in verifyImage()
DvktPipelineReferenceRenderer.cpp94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
DvktPipelineExtendedDynamicStateTests.cpp5300 case vk::VK_COMPARE_OP_LESS: return (referenceValue < storedValue); in stencilPasses()
6012 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6028 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6050 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6067 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6345 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6385 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6717 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6893 config.depthCompareOpConfig.dynamicValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
7057 { vk::VK_COMPARE_OP_LESS, "lt" }, in createExtendedDynamicStateTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp612 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp;
852 depthCompareOps[quadNdx] == vk::VK_COMPARE_OP_LESS ||
1189 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS }, in createDepthTests()
1192 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS }, in createDepthTests()
1195 …{ VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS_O… in createDepthTests()
1197 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS }, in createDepthTests()
1199 …{ VK_COMPARE_OP_GREATER, VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_GREATER, VK_COMPARE_OP_LESS }, in createDepthTests()
1204 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_LESS, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_NEVER }, in createDepthTests()
1210 …ARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS }, in createDepthTests()
1211 …{ VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_O… in createDepthTests()
[all …]
DvktPipelineStencilTests.cpp199 VK_COMPARE_OP_LESS,
572 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp;
794 renderState.fragOps.depthFunc = mapVkCompareOp(VK_COMPARE_OP_LESS); in verifyImage()
DvktPipelineReferenceRenderer.cpp94 case VK_COMPARE_OP_LESS: return rr::TESTFUNC_LESS; in mapVkCompareOp()
DvktPipelineExtendedDynamicStateTests.cpp5300 case vk::VK_COMPARE_OP_LESS: return (referenceValue < storedValue); in stencilPasses()
6012 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6028 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6050 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6067 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6345 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6385 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6717 config.depthCompareOpConfig.staticValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
6893 config.depthCompareOpConfig.dynamicValue = vk::VK_COMPARE_OP_LESS; in createExtendedDynamicStateTests()
7057 { vk::VK_COMPARE_OP_LESS, "lt" }, in createExtendedDynamicStateTests()
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp32 return VK_COMPARE_OP_LESS; in ToVulkanCompareOp()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cs.h64 STATIC_ASSERT(VK_COMPARE_OP_LESS == (VkCompareOp)MALI_FUNC_LESS); in panvk_per_arch()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dsampler.cc60 return VK_COMPARE_OP_LESS; in ToVkCompareOp()
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Ddraw_triangle_list_with_depth.vkscript82 depthCompareOp VK_COMPARE_OP_LESS
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_rasterization_order.adoc47 ename:VK_COMPARE_OP_LESS, ename:VK_COMPARE_OP_LESS_OR_EQUAL,
DVK_AMD_rasterization_order.txt47 ename:VK_COMPARE_OP_LESS, ename:VK_COMPARE_OP_LESS_OR_EQUAL,
DVK_NV_viewport_swizzle.adoc207 test of ename:VK_COMPARE_OP_GREATER instead of ename:VK_COMPARE_OP_LESS.
DVK_NV_viewport_swizzle.txt207 test of ename:VK_COMPARE_OP_GREATER instead of ename:VK_COMPARE_OP_LESS.
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp34 return VK_COMPARE_OP_LESS; in ToVulkanCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryTestsUtil.cpp246 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp; in build()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp246 VK_COMPARE_OP_LESS, // VkCompareOp depthCompareOp; in build()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c43 [VK_COMPARE_OP_LESS] = V3D_COMPARE_FUNC_LESS,
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_util.c266 case VK_COMPARE_OP_LESS: return D3D12_COMPARISON_FUNC_LESS; in dzn_translate_compare_op()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp381 vkd->cmdSetDepthCompareOp(cmdBuffer, VK_COMPARE_OP_LESS); in setDepthCompareOp()
383 vkd->cmdSetDepthCompareOpEXT(cmdBuffer, VK_COMPARE_OP_LESS); in setDepthCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp381 vkd->cmdSetDepthCompareOp(cmdBuffer, VK_COMPARE_OP_LESS); in setDepthCompareOp()
383 vkd->cmdSetDepthCompareOpEXT(cmdBuffer, VK_COMPARE_OP_LESS); in setDepthCompareOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp1030 testParams.depthCompareOp = VK_COMPARE_OP_LESS; in createRenderPassDitheringTests()
1112 const VkCompareOp compareOps[] = { VK_COMPARE_OP_LESS, VK_COMPARE_OP_GREATER }; in createRenderPassDitheringTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp1030 testParams.depthCompareOp = VK_COMPARE_OP_LESS; in createRenderPassDitheringTests()
1112 const VkCompareOp compareOps[] = { VK_COMPARE_OP_LESS, VK_COMPARE_OP_GREATER }; in createRenderPassDitheringTests()

12345