Home
last modified time | relevance | path

Searched refs:pa_cl_clip_cntl (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_rasterizer.h36 uint32_t pa_cl_clip_cntl; member
Dfd2_rasterizer.c63 so->pa_cl_clip_cntl = 0; // TODO in fd2_rasterizer_state_create()
Dfd2_emit.c280 OUT_RING(ring, rasterizer->pa_cl_clip_cntl); in fd2_emit_state()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h166 unsigned pa_cl_clip_cntl; /* from rasterizer */ member
304 unsigned pa_cl_clip_cntl; member
Dr600_state_common.c403 if (rctx->clip_misc_state.pa_cl_clip_cntl != rs->pa_cl_clip_cntl || in r600_bind_rs_state()
405 rctx->clip_misc_state.pa_cl_clip_cntl = rs->pa_cl_clip_cntl; in r600_bind_rs_state()
2113 state->pa_cl_clip_cntl | in r600_emit_clip_misc_state()
Dr600_state.c485 rs->pa_cl_clip_cntl = in r600_create_rs_state()
491 rs->pa_cl_clip_cntl |= in r600_create_rs_state()
Devergreen_state.c498 rs->pa_cl_clip_cntl = in evergreen_create_rs_state()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h76 unsigned pa_cl_clip_cntl; member
Dsi_state.c878 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space)); in si_emit_clip_regs()
977 rs->pa_cl_clip_cntl = S_028810_DX_CLIP_SPACE_DEF(state->clip_halfz) | in si_create_rs_state()
1187 old_rs->pa_cl_clip_cntl != rs->pa_cl_clip_cntl) in si_bind_rs_state()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c1543 cmd_buffer->state.emitted_graphics_pipeline->pa_cl_clip_cntl != pipeline->pa_cl_clip_cntl) in radv_emit_graphics_pipeline()
1946 unsigned pa_cl_clip_cntl = cmd_buffer->state.graphics_pipeline->pa_cl_clip_cntl; in radv_emit_rasterizer_discard_enable() local
1949 pa_cl_clip_cntl &= C_028810_DX_RASTERIZATION_KILL; in radv_emit_rasterizer_discard_enable()
1950 pa_cl_clip_cntl |= S_028810_DX_RASTERIZATION_KILL(d->rasterizer_discard_enable); in radv_emit_rasterizer_discard_enable()
1952 radeon_set_context_reg(cmd_buffer->cs, R_028810_PA_CL_CLIP_CNTL, pa_cl_clip_cntl); in radv_emit_rasterizer_discard_enable()
7427 G_028810_DX_RASTERIZATION_KILL(cmd_buffer->state.graphics_pipeline->pa_cl_clip_cntl)) in radv_get_ngg_culling_settings()
Dradv_private.h2156 unsigned pa_cl_clip_cntl; member
Dradv_pipeline.c2174 pipeline->pa_cl_clip_cntl = in radv_pipeline_init_raster_state()