Home
last modified time | relevance | path

Searched refs:depth_fail_op (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c82 state->stencil_op.front.depth_fail_op = in radv_meta_save()
83 cmd_buffer->state.dynamic.stencil_op.front.depth_fail_op; in radv_meta_save()
88 state->stencil_op.back.depth_fail_op = in radv_meta_save()
89 cmd_buffer->state.dynamic.stencil_op.back.depth_fail_op; in radv_meta_save()
176 cmd_buffer->state.dynamic.stencil_op.front.depth_fail_op = in radv_meta_restore()
177 state->stencil_op.front.depth_fail_op; in radv_meta_restore()
182 cmd_buffer->state.dynamic.stencil_op.back.depth_fail_op = in radv_meta_restore()
183 state->stencil_op.back.depth_fail_op; in radv_meta_restore()
Dradv_meta.h77 VkStencilOp depth_fail_op; member
84 VkStencilOp depth_fail_op; member
Dradv_private.h1184 VkStencilOp depth_fail_op; member
1191 VkStencilOp depth_fail_op; member
Dradv_cmd_buffer.c1609 S_02842C_STENCILZFAIL(si_translate_stencil_op(d->stencil_op.front.depth_fail_op)) | in radv_emit_stencil_control()
1612 S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(d->stencil_op.back.depth_fail_op))); in radv_emit_stencil_control()
5320 state->dynamic.stencil_op.front.depth_fail_op == depthFailOp && in radv_CmdSetStencilOpEXT()
5324 state->dynamic.stencil_op.back.depth_fail_op == depthFailOp && in radv_CmdSetStencilOpEXT()
5334 state->dynamic.stencil_op.front.depth_fail_op = depthFailOp; in radv_CmdSetStencilOpEXT()
5341 state->dynamic.stencil_op.back.depth_fail_op = depthFailOp; in radv_CmdSetStencilOpEXT()
Dradv_pipeline.c1636 dynamic->stencil_op.front.depth_fail_op = in radv_pipeline_init_dynamic_state()
1642 dynamic->stencil_op.back.depth_fail_op = pCreateInfo->pDepthStencilState->back.depthFailOp; in radv_pipeline_init_dynamic_state()
/third_party/mesa3d/src/intel/vulkan/
Dgfx8_cmd_buffer.c567 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
571 … .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
636 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
640 … .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
Danv_cmd_buffer.c79 .depth_fail_op = 0,
85 .depth_fail_op = 0,
185 ANV_CMP_COPY(stencil_op.front.depth_fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy()
189 ANV_CMP_COPY(stencil_op.back.depth_fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy()
887 cmd_buffer->state.gfx.dynamic.stencil_op.front.depth_fail_op = depthFailOp; in anv_CmdSetStencilOpEXT()
894 cmd_buffer->state.gfx.dynamic.stencil_op.back.depth_fail_op = depthFailOp; in anv_CmdSetStencilOpEXT()
Dgfx7_cmd_buffer.c323 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
327 … .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
Danv_private.h2773 VkStencilOp depth_fail_op; member
2779 VkStencilOp depth_fail_op; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3562 …state->dsa_state.stencil[0].zfail_op = vk_conv_stencil_op(cmd->u.set_stencil_op_ext.depth_fail_op); in handle_set_stencil_op()
3569 …state->dsa_state.stencil[1].zfail_op = vk_conv_stencil_op(cmd->u.set_stencil_op_ext.depth_fail_op); in handle_set_stencil_op()