Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c42 struct cull_stage { struct
49 static inline struct cull_stage *cull_stage( struct draw_stage *stage ) in cull_stage() argument
51 return (struct cull_stage *)stage; in cull_stage()
176 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? in cull_tri()
180 if ((face & cull_stage(stage)->cull_face) == 0) { in cull_tri()
221 struct cull_stage *cull = cull_stage(stage); in cull_first_tri()
258 struct cull_stage *cull = CALLOC_STRUCT(cull_stage); in draw_cull_stage()