Searched refs:depth_fail_op (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 80 state->stencil_op.front.depth_fail_op = cmd_buffer->state.dynamic.stencil_op.front.depth_fail_op; in radv_meta_save() 85 state->stencil_op.back.depth_fail_op = cmd_buffer->state.dynamic.stencil_op.back.depth_fail_op; in radv_meta_save() 161 cmd_buffer->state.dynamic.stencil_op.front.depth_fail_op = state->stencil_op.front.depth_fail_op; in radv_meta_restore() 166 cmd_buffer->state.dynamic.stencil_op.back.depth_fail_op = 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 | 1176 VkStencilOp depth_fail_op; member 1183 VkStencilOp depth_fail_op; member
|
D | radv_cmd_buffer.c | 1546 S_02842C_STENCILZFAIL(si_translate_stencil_op(d->stencil_op.front.depth_fail_op)) | in radv_emit_stencil_control() 1549 S_02842C_STENCILZFAIL_BF(si_translate_stencil_op(d->stencil_op.back.depth_fail_op))); in radv_emit_stencil_control() 4689 state->dynamic.stencil_op.front.depth_fail_op == depthFailOp && in radv_CmdSetStencilOpEXT() 4694 state->dynamic.stencil_op.back.depth_fail_op == depthFailOp && in radv_CmdSetStencilOpEXT() 4704 state->dynamic.stencil_op.front.depth_fail_op = depthFailOp; in radv_CmdSetStencilOpEXT() 4711 state->dynamic.stencil_op.back.depth_fail_op = depthFailOp; in radv_CmdSetStencilOpEXT()
|
D | radv_pipeline.c | 1657 dynamic->stencil_op.front.depth_fail_op = in radv_pipeline_init_dynamic_state() 1666 dynamic->stencil_op.back.depth_fail_op = in radv_pipeline_init_dynamic_state()
|
/external/mesa3d/src/intel/vulkan/ |
D | gen8_cmd_buffer.c | 518 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX() 522 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.depth_fail_op], in genX() 587 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX() 591 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_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, 180 ANV_CMP_COPY(stencil_op.front.depth_fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy() 184 ANV_CMP_COPY(stencil_op.back.depth_fail_op, ANV_CMD_DIRTY_DYNAMIC_STENCIL_OP); in anv_dynamic_state_copy() 782 cmd_buffer->state.gfx.dynamic.stencil_op.front.depth_fail_op = depthFailOp; in anv_CmdSetStencilOpEXT() 789 cmd_buffer->state.gfx.dynamic.stencil_op.back.depth_fail_op = depthFailOp; in anv_CmdSetStencilOpEXT()
|
D | gen7_cmd_buffer.c | 289 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX() 293 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
|
D | anv_private.h | 2750 VkStencilOp depth_fail_op; member 2756 VkStencilOp depth_fail_op; member
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 466 # and |depth_fail_op| are selected from the stencil operations table above, 473 DEPTH_FAIL_OP {depth_fail_op}
|