Searched refs:pa_cl_clip_cntl (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.h36 uint32_t pa_cl_clip_cntl; member in struct:fd2_rasterizer_stateobj
H A Dfd2_rasterizer.c63 so->pa_cl_clip_cntl = 0; // TODO
H A Dfd2_emit.c286 OUT_RING(ring, rasterizer->pa_cl_clip_cntl);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_rasterizer.h36 uint32_t pa_cl_clip_cntl; member in struct:fd2_rasterizer_stateobj
H A Dfd2_rasterizer.c63 so->pa_cl_clip_cntl = 0; // TODO
H A Dfd2_emit.c280 OUT_RING(ring, rasterizer->pa_cl_clip_cntl);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h69 unsigned pa_cl_clip_cntl; member in struct:si_state_rasterizer
H A Dsi_state.c791 rs->pa_cl_clip_cntl |
882 rs->pa_cl_clip_cntl =
1033 old_rs->pa_cl_clip_cntl != rs->pa_cl_clip_cntl)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.h76 unsigned pa_cl_clip_cntl; member in struct:si_state_rasterizer
H A Dsi_state.c859 rs->pa_cl_clip_cntl | ucp_mask | S_028810_CLIP_DISABLE(window_space));
952 rs->pa_cl_clip_cntl = S_028810_DX_CLIP_SPACE_DEF(state->clip_halfz) |
1128 old_rs->pa_cl_clip_cntl != rs->pa_cl_clip_cntl)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h166 unsigned pa_cl_clip_cntl; /* from rasterizer */ member in struct:r600_clip_misc_state
301 unsigned pa_cl_clip_cntl; member in struct:r600_rasterizer_state
H A Dr600_state_common.c394 if (rctx->clip_misc_state.pa_cl_clip_cntl != rs->pa_cl_clip_cntl ||
396 rctx->clip_misc_state.pa_cl_clip_cntl = rs->pa_cl_clip_cntl;
1988 state->pa_cl_clip_cntl |
H A Dr600_state.c480 rs->pa_cl_clip_cntl =
486 rs->pa_cl_clip_cntl |=
H A Devergreen_state.c493 rs->pa_cl_clip_cntl =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h166 unsigned pa_cl_clip_cntl; /* from rasterizer */ member in struct:r600_clip_misc_state
304 unsigned pa_cl_clip_cntl; member in struct:r600_rasterizer_state
H A Dr600_state_common.c399 if (rctx->clip_misc_state.pa_cl_clip_cntl != rs->pa_cl_clip_cntl ||
401 rctx->clip_misc_state.pa_cl_clip_cntl = rs->pa_cl_clip_cntl;
2047 state->pa_cl_clip_cntl |
H A Dr600_state.c485 rs->pa_cl_clip_cntl =
491 rs->pa_cl_clip_cntl |=
H A Devergreen_state.c498 rs->pa_cl_clip_cntl =
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1332 cmd_buffer->state.emitted_pipeline->graphics.pa_cl_clip_cntl !=
1333 pipeline->graphics.pa_cl_clip_cntl)
1689 unsigned pa_cl_clip_cntl = cmd_buffer->state.pipeline->graphics.pa_cl_clip_cntl; local in function:radv_emit_rasterizer_discard_enable
1692 pa_cl_clip_cntl &= C_028810_DX_RASTERIZATION_KILL;
1693 pa_cl_clip_cntl |= S_028810_DX_RASTERIZATION_KILL(d->rasterizer_discard_enable);
1695 radeon_set_context_reg(cmd_buffer->cs, R_028810_PA_CL_CLIP_CNTL, pa_cl_clip_cntl);
6373 G_028810_DX_RASTERIZATION_KILL(cmd_buffer->state.pipeline->graphics.pa_cl_clip_cntl))
H A Dradv_private.h1812 unsigned pa_cl_clip_cntl; member in struct:radv_pipeline::__anon4674665a290a::__anon4674665a2a08
H A Dradv_pipeline.c1777 pipeline->graphics.pa_cl_clip_cntl =

Completed in 114 milliseconds