Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c41 struct offset_stage { struct
51 static INLINE struct offset_stage *offset_stage( struct draw_stage *stage ) in offset_stage() argument
53 return (struct offset_stage *) stage; in offset_stage()
68 struct offset_stage *offset = offset_stage(stage); in do_offset_tri()
129 struct offset_stage *offset = offset_stage(stage); in offset_first_tri()
168 struct offset_stage *offset = CALLOC_STRUCT(offset_stage); in draw_offset_stage()