| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_cs.h | 70 STATIC_ASSERT(VK_COMPARE_OP_ALWAYS == (VkCompareOp)MALI_FUNC_ALWAYS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 671 [VK_COMPARE_OP_ALWAYS] = PREFILTEROPALWAYS, 698 if (face->compareOp == VK_COMPARE_OP_ALWAYS) 713 depthCompareOp == VK_COMPARE_OP_ALWAYS) 767 state->depthCompareOp = VK_COMPARE_OP_ALWAYS; 772 state->front.compareOp = VK_COMPARE_OP_ALWAYS; 773 state->back.compareOp = VK_COMPARE_OP_ALWAYS; 803 if (state->depthCompareOp == VK_COMPARE_OP_ALWAYS && 810 if (state->front.compareOp == VK_COMPARE_OP_ALWAYS && 811 state->back.compareOp == VK_COMPARE_OP_ALWAYS &&
|
| H A D | genX_state.c | 301 [VK_COMPARE_OP_ALWAYS] = PREFILTEROPNEVER,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 928 [VK_COMPARE_OP_ALWAYS] = PREFILTEROP_ALWAYS, 968 if (face->compareOp == VK_COMPARE_OP_ALWAYS) 983 depthCompareOp == VK_COMPARE_OP_ALWAYS) 1037 state->depthCompareOp = VK_COMPARE_OP_ALWAYS; 1042 state->front.compareOp = VK_COMPARE_OP_ALWAYS; 1043 state->back.compareOp = VK_COMPARE_OP_ALWAYS; 1073 if (state->depthCompareOp == VK_COMPARE_OP_ALWAYS && 1080 if (state->front.compareOp == VK_COMPARE_OP_ALWAYS && 1081 state->back.compareOp == VK_COMPARE_OP_ALWAYS &&
|
| H A D | genX_state.c | 687 [VK_COMPARE_OP_ALWAYS] = PREFILTEROP_NEVER,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 802 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 813 .compareOp = VK_COMPARE_OP_ALWAYS, 820 .compareOp = VK_COMPARE_OP_ALWAYS, 824 .depthCompareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_meta_blit2d.c | 1018 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 1214 .compareOp = VK_COMPARE_OP_ALWAYS, 1221 .compareOp = VK_COMPARE_OP_ALWAYS, 1225 .depthCompareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_meta_resolve_fs.c | 553 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 559 .compareOp = VK_COMPARE_OP_ALWAYS, 565 .compareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_meta_clear.c | 607 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 614 .compareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_pipeline.c | 887 (state->compareOp == VK_COMPARE_OP_ALWAYS && 968 (!radv_is_stencil_write_enabled(vkds) && (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || 971 !radv_is_depth_write_enabled(vkds) || (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS ||
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dvx_device.c | 50 [VK_COMPARE_OP_ALWAYS] = V3D_COMPARE_FUNC_ALWAYS,
|
| H A D | v3dvx_pipeline.c | 214 config.depth_test_function = VK_COMPARE_OP_ALWAYS;
|
| H A D | v3dv_meta_clear.c | 677 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 682 .compareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | v3dv_pipeline.c | 2782 stencil->compareOp == VK_COMPARE_OP_ALWAYS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 868 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 880 .compareOp = VK_COMPARE_OP_ALWAYS, 889 .compareOp = VK_COMPARE_OP_ALWAYS, 894 .depthCompareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_meta_blit2d.c | 1033 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 1208 .compareOp = VK_COMPARE_OP_ALWAYS, 1217 .compareOp = VK_COMPARE_OP_ALWAYS, 1222 .depthCompareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_meta_clear.c | 587 .depthCompareOp = VK_COMPARE_OP_ALWAYS, 593 .compareOp = VK_COMPARE_OP_ALWAYS,
|
| H A D | radv_pipeline.c | 952 (state->compareOp == VK_COMPARE_OP_ALWAYS && 1017 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS || 1021 (vkds->depthCompareOp == VK_COMPARE_OP_ALWAYS ||
|
| H A D | radv_device.c | 4714 case VK_COMPARE_OP_ALWAYS:
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 723 ds_state.depthCompareOp = VK_COMPARE_OP_ALWAYS; 729 ds_state.front.compareOp = VK_COMPARE_OP_ALWAYS;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_state.c | 443 case PIPE_FUNC_ALWAYS: return VK_COMPARE_OP_ALWAYS;
|
| H A D | zink_context.c | 264 case PIPE_FUNC_ALWAYS: return VK_COMPARE_OP_ALWAYS;
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 216 case VK_COMPARE_OP_ALWAYS:
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 3594 case VK_COMPARE_OP_ALWAYS: 3645 case VK_COMPARE_OP_ALWAYS: 3666 /* similarly to the VK_COMPARE_OP_ALWAYS case, if there are side-
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 1011 VK_COMPARE_OP_ALWAYS = 7, enumerator in enum:VkCompareOp 1013 VK_COMPARE_OP_END_RANGE = VK_COMPARE_OP_ALWAYS, 1014 VK_COMPARE_OP_RANGE_SIZE = (VK_COMPARE_OP_ALWAYS - VK_COMPARE_OP_NEVER + 1),
|