Lines Matching defs:depthCompareOp
963 VkCompareOp depthCompareOp)
971 /* If compareOp is NEVER or depthCompareOp is NEVER then one of the depth
975 depthCompareOp == VK_COMPARE_OP_NEVER)
978 /* If compareOp is NEVER or depthCompareOp is ALWAYS then either the
983 depthCompareOp == VK_COMPARE_OP_ALWAYS)
1037 state->depthCompareOp = VK_COMPARE_OP_ALWAYS;
1056 /* If depthCompareOp is EQUAL then the value we would be writing to the
1060 if (state->depthCompareOp == VK_COMPARE_OP_EQUAL)
1066 if (!sanitize_stencil_face(&state->front, state->depthCompareOp) &&
1067 !sanitize_stencil_face(&state->back, state->depthCompareOp))
1073 if (state->depthCompareOp == VK_COMPARE_OP_ALWAYS &&
1146 0 : genX(vk_to_intel_compare_op)[info.depthCompareOp],