Home
last modified time | relevance | path

Searched refs:pass_op (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c418 code->pass_op = gpir_codegen_pass_op_pass; in gpir_codegen_pass_slot()
426 code->pass_op = gpir_codegen_pass_op_pass; in gpir_codegen_pass_slot()
444 code->pass_op = gpir_codegen_pass_op_pass; in gpir_codegen_pass_slot()
447 code->pass_op = gpir_codegen_pass_op_preexp2; in gpir_codegen_pass_slot()
450 code->pass_op = gpir_codegen_pass_op_postlog2; in gpir_codegen_pass_slot()
H A Ddisasm.c479 switch (instr->pass_op) { in print_pass()
493 fprintf(fp, "unk%u.p ", instr->pass_op); in print_pass()
501 if (instr->pass_op == gpir_codegen_pass_op_clamp) { in print_pass()
H A Dcodegen.h157 gpir_codegen_pass_op pass_op : 3; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c135 state->dynamic.stencil_op.front.pass_op = cmd_buffer->state.dynamic.stencil_op.front.pass_op; in radv_meta_save()
141 state->dynamic.stencil_op.back.pass_op = cmd_buffer->state.dynamic.stencil_op.back.pass_op; in radv_meta_save()
265 cmd_buffer->state.dynamic.stencil_op.front.pass_op = state->dynamic.stencil_op.front.pass_op; in radv_meta_restore()
271 cmd_buffer->state.dynamic.stencil_op.back.pass_op = state->dynamic.stencil_op.back.pass_op; in radv_meta_restore()
H A Dradv_private.h1275 VkStencilOp pass_op;
1282 VkStencilOp pass_op;
2025 VkStencilOp pass_op;
H A Dradv_pipeline.c929 (info->fail_op != VK_STENCIL_OP_KEEP || info->pass_op != VK_STENCIL_OP_KEEP || in radv_writes_stencil()
962 radv_order_invariant_stencil_op(info->pass_op) && in radv_order_invariant_stencil_state()
1795 info.front.pass_op = ds->front.passOp; in radv_pipeline_init_depth_stencil_info()
1802 info.back.pass_op = ds->back.passOp; in radv_pipeline_init_depth_stencil_info()
2081 dynamic->stencil_op.front.pass_op = info->ds.front.pass_op; in radv_pipeline_init_dynamic_state()
2086 dynamic->stencil_op.back.pass_op = info->ds.back.pass_op; in radv_pipeline_init_dynamic_state()
H A Dradv_cmd_buffer.c1854 S_02842C_STENCILZPASS(si_translate_stencil_op(d->stencil_op.front.pass_op)) | in radv_emit_stencil_control()
1857 S_02842C_STENCILZPASS_BF(si_translate_stencil_op(d->stencil_op.back.pass_op)) | in radv_emit_stencil_control()
5945 state->dynamic.stencil_op.front.pass_op = passOp; in radv_CmdSetStencilOp()
5952 state->dynamic.stencil_op.back.pass_op = passOp; in radv_CmdSetStencilOp()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c655 pipeline->zs.s_front.pass_op = in panvk_pipeline_builder_parse_zs()
669 pipeline->zs.s_back.pass_op = in panvk_pipeline_builder_parse_zs()
H A Dpanvk_vX_cs.c788 cfg.stencil_front.depth_pass = pipeline->zs.s_front.pass_op; in emit_base_fs_rsd()
792 cfg.stencil_back.depth_pass = pipeline->zs.s_back.pass_op; in emit_base_fs_rsd()
H A Dpanvk_private.h912 unsigned pass_op;
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline.c1733 gfx_pipeline->stencil_front.pass_op = front->passOp; in pvr_graphics_pipeline_init_depth_and_stencil_state()
1738 gfx_pipeline->stencil_back.pass_op = back->passOp; in pvr_graphics_pipeline_init_depth_and_stencil_state()
1743 gfx_pipeline->stencil_front.pass_op = VK_STENCIL_OP_KEEP; in pvr_graphics_pipeline_init_depth_and_stencil_state()
H A Dpvr_private.h1146 VkStencilOp pass_op; member
H A Dpvr_cmd_buffer.c3433 ispb.sop3 = pvr_ta_stencilop(gfx_pipeline->stencil_front.pass_op); in pvr_setup_isp_faces_and_control()
3446 ispb.sop3 = pvr_ta_stencilop(gfx_pipeline->stencil_back.pass_op); in pvr_setup_isp_faces_and_control()
4469 (gfx_pipeline->stencil_front.pass_op == VK_STENCIL_OP_KEEP); in pvr_validate_draw_state()
4471 (gfx_pipeline->stencil_back.pass_op == VK_STENCIL_OP_KEEP); in pvr_validate_draw_state()
4476 * - Neither front nor back-facing stencil has a fail_op/pass_op of KEEP. in pvr_validate_draw_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c3743 state->dsa_state.stencil[0].zpass_op = vk_conv_stencil_op(cmd->u.set_stencil_op.pass_op); in handle_set_stencil_op()
3750 state->dsa_state.stencil[1].zpass_op = vk_conv_stencil_op(cmd->u.set_stencil_op.pass_op); in handle_set_stencil_op()

Completed in 63 milliseconds