Searched refs:depth_fail_op (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 82 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()
|
D | radv_meta.h | 77 VkStencilOp depth_fail_op; member 84 VkStencilOp depth_fail_op; member
|
D | radv_private.h | 1184 VkStencilOp depth_fail_op; member 1191 VkStencilOp depth_fail_op; member
|
D | radv_cmd_buffer.c | 1609 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()
|
D | radv_pipeline.c | 1636 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/ |
D | gfx8_cmd_buffer.c | 567 .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()
|
D | anv_cmd_buffer.c | 79 .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()
|
D | gfx7_cmd_buffer.c | 323 .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()
|
D | anv_private.h | 2773 VkStencilOp depth_fail_op; member 2779 VkStencilOp depth_fail_op; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 3562 …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()
|