Home
last modified time | relevance | path

Searched refs:gras_cl_clip_cntl (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_rasterizer.c65 so->gras_cl_clip_cntl = 0x80000; /* ??? */ in fd4_rasterizer_state_create()
100 so->gras_cl_clip_cntl |= A4XX_GRAS_CL_CLIP_CNTL_ZNEAR_CLIP_DISABLE | in fd4_rasterizer_state_create()
103 so->gras_cl_clip_cntl |= A4XX_GRAS_CL_CLIP_CNTL_ZERO_GB_SCALE_Z; in fd4_rasterizer_state_create()
Dfd4_rasterizer.h42 uint32_t gras_cl_clip_cntl; member
Dfd4_emit.c751 OUT_RING(ring, rasterizer->gras_cl_clip_cntl); in fd4_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_rasterizer.c65 so->gras_cl_clip_cntl = in fd3_rasterizer_state_create()
99 so->gras_cl_clip_cntl |= A3XX_GRAS_CL_CLIP_CNTL_CLIP_DISABLE; in fd3_rasterizer_state_create()
Dfd3_rasterizer.h41 uint32_t gras_cl_clip_cntl; member
Dfd3_emit.c594 fd3_rasterizer_stateobj(ctx->rasterizer)->gras_cl_clip_cntl; in fd3_emit_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_rasterizer.h43 uint32_t gras_cl_clip_cntl; member
Dfd5_rasterizer.c94 so->gras_cl_clip_cntl |= A5XX_GRAS_CL_CNTL_ZERO_GB_SCALE_Z; in fd5_rasterizer_state_create()
Dfd5_emit.c678 OUT_RING(ring, rasterizer->gras_cl_clip_cntl); in fd5_emit_state()