Searched refs:VK_COMPARE_OP_ALWAYS (Results 1 – 9 of 9) sorted by relevance
158 ds_info.depthCompareOp = VK_COMPARE_OP_ALWAYS; in get_clear_pipeline()162 ds_info.front.compareOp = VK_COMPARE_OP_ALWAYS; in get_clear_pipeline()
844 if (face->op.compare == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face()859 depthCompareOp == VK_COMPARE_OP_ALWAYS) in optimize_stencil_face()904 ds->depth.compare_op = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()912 ds->stencil.front.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()913 ds->stencil.back.op.compare = VK_COMPARE_OP_ALWAYS; in vk_optimize_depth_stencil_state()945 if (ds->depth.compare_op == VK_COMPARE_OP_ALWAYS && !ds->depth.write_enable) in vk_optimize_depth_stencil_state()951 if (ds->stencil.front.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state()952 ds->stencil.back.op.compare == VK_COMPARE_OP_ALWAYS && in vk_optimize_depth_stencil_state()
420 ds_info.depthCompareOp = VK_COMPARE_OP_ALWAYS; in get_blit_pipeline()425 ds_info.front.compareOp = VK_COMPARE_OP_ALWAYS; in get_blit_pipeline()
792 .compareOp = VK_COMPARE_OP_ALWAYS, in setUpSampler()
1772 eAlways = VK_COMPARE_OP_ALWAYS
3522 case VK_COMPARE_OP_ALWAYS: in string_VkCompareOp()
2807 eAlways = VK_COMPARE_OP_ALWAYS
646 * ename:VK_COMPARE_OP_ALWAYS specifies that the comparison always
1897 VK_COMPARE_OP_ALWAYS = 7, enumerator