OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gras_cl_clip_cntl
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_rasterizer.h
43
uint32_t
gras_cl_clip_cntl
;
member in struct:fd3_rasterizer_stateobj
fd3_rasterizer.c
68
so->
gras_cl_clip_cntl
= A3XX_GRAS_CL_CLIP_CNTL_IJ_PERSP_CENTER /* ??? */ |
102
so->
gras_cl_clip_cntl
|= A3XX_GRAS_CL_CLIP_CNTL_CLIP_DISABLE;
fd3_emit.c
576
->
gras_cl_clip_cntl
;
896
OUT_RING(ring, 0x00000000); /*
GRAS_CL_CLIP_CNTL
*/
[
all
...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_rasterizer.h
43
uint32_t
gras_cl_clip_cntl
;
member in struct:fd4_rasterizer_stateobj
fd4_rasterizer.c
68
so->
gras_cl_clip_cntl
= 0x80000; /* ??? */
101
so->
gras_cl_clip_cntl
|= A4XX_GRAS_CL_CLIP_CNTL_ZNEAR_CLIP_DISABLE |
104
so->
gras_cl_clip_cntl
|= A4XX_GRAS_CL_CLIP_CNTL_ZERO_GB_SCALE_Z;
fd4_emit.c
594
OUT_RING(ring, rasterizer->
gras_cl_clip_cntl
);
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_rasterizer.h
43
uint32_t
gras_cl_clip_cntl
;
member in struct:fd5_rasterizer_stateobj
fd5_rasterizer.c
58
so->
gras_cl_clip_cntl
= 0x80000; /* ??? */
93
// so->
gras_cl_clip_cntl
|= A5XX_GRAS_CL_CLIP_CNTL_ZNEAR_CLIP_DISABLE |
96
// so->
gras_cl_clip_cntl
|= A5XX_GRAS_CL_CLIP_CNTL_ZERO_GB_SCALE_Z;
Completed in 92 milliseconds