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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c41 struct offset_stage { struct
51 static INLINE struct offset_stage *offset_stage( struct draw_stage *stage ) function
53 return (struct offset_stage *) stage;
68 struct offset_stage *offset = offset_stage(stage);
129 struct offset_stage *offset = offset_stage(stage);
168 struct offset_stage *offset = CALLOC_STRUCT(offset_stage);
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c41 struct offset_stage { struct
51 static INLINE struct offset_stage *offset_stage( struct draw_stage *stage ) function
53 return (struct offset_stage *) stage;
68 struct offset_stage *offset = offset_stage(stage);
129 struct offset_stage *offset = offset_stage(stage);
168 struct offset_stage *offset = CALLOC_STRUCT(offset_stage);
[all...]

Completed in 535 milliseconds