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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_user_cull.c37 struct user_cull_stage { struct
41 static inline struct user_cull_stage *user_cull_stage( struct draw_stage *stage ) function in typeref:struct:user_cull_stage *
43 return (struct user_cull_stage *)stage;
173 struct user_cull_stage *user_cull = CALLOC_STRUCT(user_cull_stage);

Completed in 2 milliseconds