/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1214 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1222 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_EQUAL }, in createDepthTests() 1223 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1226 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1232 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS_OR_EQUAL }, in createDepthTests() 1236 { VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS }, in createDepthTests() 1238 { VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER }, in createDepthTests() 1242 { VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1249 { VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_NOT_EQUA in createDepthTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineDepthTests.cpp | 1188 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1196 { VK_COMPARE_OP_NOT_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_EQUAL }, in createDepthTests() 1197 { VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1200 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1206 { VK_COMPARE_OP_GREATER, VK_COMPARE_OP_NEVER, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS_OR_EQUAL }, in createDepthTests() 1210 { VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS }, in createDepthTests() 1212 { VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_NEVER }, in createDepthTests() 1216 { VK_COMPARE_OP_LESS_OR_EQUAL, VK_COMPARE_OP_GREATER_OR_EQUAL, VK_COMPARE_OP_EQUAL, VK_COMPARE_OP_ALWAYS }, in createDepthTests() 1223 { VK_COMPARE_OP_LESS, VK_COMPARE_OP_LESS, VK_COMPARE_OP_ALWAYS, VK_COMPARE_OP_NOT_EQUA in createDepthTests() [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_cs.h | 70 STATIC_ASSERT(VK_COMPARE_OP_ALWAYS == (VkCompareOp)MALI_FUNC_ALWAYS); in translate_compare_func()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.hpp | 421 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS, 429 vk::VkCompareOp depthCompareOp = 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, 429 vk::VkCompareOp depthCompareOp = vk::VK_COMPARE_OP_ALWAYS, 505 vk::VkCompareOp compareOp = vk::VK_COMPARE_OP_ALWAYS,
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | sampler.cc | 72 return VK_COMPARE_OP_ALWAYS; in ToVkCompareOp()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_graphics_state.c | 708 if (face->op.compare == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face() 723 depthCompareOp == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face() 768 ds->depth.compare_op = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state() 776 ds->stencil.front.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state() 777 ds->stencil.back.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state() 809 if (ds->depth.compare_op == VK_COMPARE_OP_ALWAYS && !ds->depth.write_enable) in vk_optimize_depth_stencil_state() 815 if (ds->stencil.front.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state() 816 ds->stencil.back.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 230 depthStencilState.depthCompareOp = VK_COMPARE_OP_ALWAYS; in initPipeline() 238 depthStencilState.front.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline() 245 depthStencilState.back.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline()
|
H A D | vktDynamicStateDSTests.cpp | 548 VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_ALWAYS, VK_FALSE); in DepthBoundsParamTestInstance() 963 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsBasicTestInstance() 970 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsBasicTestInstance() 1169 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsAdvancedTestInstance() 1176 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsAdvancedTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 229 depthStencilState.depthCompareOp = VK_COMPARE_OP_ALWAYS; in initPipeline() 237 depthStencilState.front.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline() 244 depthStencilState.back.compareOp = VK_COMPARE_OP_ALWAYS; in initPipeline()
|
H A D | vktDynamicStateDSTests.cpp | 520 VK_TRUE, VK_TRUE, vk::VK_COMPARE_OP_ALWAYS, VK_FALSE); in DepthBoundsParamTestInstance() 935 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsBasicTestInstance() 942 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsBasicTestInstance() 1141 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsAdvancedTestInstance() 1148 vk::VK_COMPARE_OP_ALWAYS); in StencilParamsAdvancedTestInstance()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 867 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 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() 1039 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in blit2d_init_stencil_only_pipeline()
|
H A D | radv_meta_blit.c | 779 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline() 790 .compareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline() 797 .compareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline() 801 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in build_pipeline()
|
H A D | radv_meta_resolve_fs.c | 413 .depthCompareOp = VK_COMPARE_OP_ALWAYS, in create_depth_stencil_resolve_pipeline() 419 .compareOp = VK_COMPARE_OP_ALWAYS, in create_depth_stencil_resolve_pipeline() 428 .compareOp = VK_COMPARE_OP_ALWAYS, in create_depth_stencil_resolve_pipeline()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_lrz.c | 605 case VK_COMPARE_OP_ALWAYS: in tu6_stencil_op_lrz_allowed() 624 /* similarly to the VK_COMPARE_OP_ALWAYS case, if there are side- in tu6_stencil_op_lrz_allowed() 710 case VK_COMPARE_OP_ALWAYS: in tu6_calculate_lrz_state()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipeline.cpp | 205 VK_COMPARE_OP_ALWAYS, // kAlways 251 stencilInfo->depthCompareOp = VK_COMPARE_OP_ALWAYS;
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1224 in_zsa->front.compareOp != VK_COMPARE_OP_ALWAYS && 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() 1272 in_zsa->depthCompareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1276 ((in_zsa->front.compareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test() 1282 in_zsa->depthCompareOp != VK_COMPARE_OP_ALWAYS && in translate_stencil_test()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 403 desc->setStencilFrontFuncs(unusedReference, VK_COMPARE_OP_ALWAYS, completeMask); in SetStencilForShaderExport() 404 desc->setStencilBackFuncs(unusedReference, VK_COMPARE_OP_ALWAYS, completeMask); in SetStencilForShaderExport() 1407 samplerInfo.compareOp = VK_COMPARE_OP_ALWAYS; in ensureSamplersInitialized() 2031 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in clearFramebuffer() 2047 pipelineDesc.setStencilFrontFuncs(clearStencilValue, VK_COMPARE_OP_ALWAYS, compareMask); in clearFramebuffer() 2048 pipelineDesc.setStencilBackFuncs(clearStencilValue, VK_COMPARE_OP_ALWAYS, compareMask); in clearFramebuffer() 2394 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in blitResolveImpl() 3288 pipelineDesc.setDepthFunc(VK_COMPARE_OP_ALWAYS); in unresolve()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_device.c | 49 [VK_COMPARE_OP_ALWAYS] = V3D_COMPARE_FUNC_ALWAYS,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | UtilsVulkan.cpp | 46 return VK_COMPARE_OP_ALWAYS; in ToVulkanCompareOp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 872 VK_COMPARE_OP_ALWAYS, // VkCompareOp depthCompareOp; in iterate() 880 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp; in iterate() 890 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 685 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp in buildSampler() 754 VK_COMPARE_OP_ALWAYS, // compare op in buildPipeline() 766 VK_COMPARE_OP_ALWAYS, // VkCompareOp depthCompareOp in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRatePixelConsistency.cpp | 872 VK_COMPARE_OP_ALWAYS, // VkCompareOp depthCompareOp; in iterate() 880 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp; in iterate() 890 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp; in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 683 VK_COMPARE_OP_ALWAYS, // VkCompareOp compareOp in buildSampler() 752 VK_COMPARE_OP_ALWAYS, // compare op in buildPipeline() 764 VK_COMPARE_OP_ALWAYS, // VkCompareOp depthCompareOp in buildPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 512 const auto depthCompareOp = ((m_params.caseType == CaseType::DEPTH_NEVER) ? vk::VK_COMPARE_OP_NEVER : vk::VK_COMPARE_OP_ALWAYS); in iterate() 513 const auto stencilCompareOp = ((m_params.caseType == CaseType::STENCIL_NEVER) ? vk::VK_COMPARE_OP_NEVER : vk::VK_COMPARE_OP_ALWAYS); in iterate()
|