Home
last modified time | relevance | path

Searched refs:depth_fail (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h458 uint8_t depth_fail; member
Dvk_graphics_state.c799 face->op.depth_fail = info->depthFailOp; in vk_stencil_test_face_state_init()
860 face->op.depth_fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()
868 face->op.depth_fail = VK_STENCIL_OP_KEEP; in optimize_stencil_face()
872 face->op.depth_fail != VK_STENCIL_OP_KEEP || in optimize_stencil_face()
1973 COPY_MEMBER(DS_STENCIL_OP, ds.stencil.front.op.depth_fail); in vk_dynamic_graphics_state_copy()
1977 COPY_MEMBER(DS_STENCIL_OP, ds.stencil.back.op.depth_fail); in vk_dynamic_graphics_state_copy()
2608 SET_DYN_VALUE(dyn, DS_STENCIL_OP, ds.stencil.front.op.depth_fail, depthFailOp); in vk_common_CmdSetStencilOp()
2615 SET_DYN_VALUE(dyn, DS_STENCIL_OP, ds.stencil.back.op.depth_fail, depthFailOp); in vk_common_CmdSetStencilOp()