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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c42 struct offset_stage { struct
52 static inline struct offset_stage *offset_stage( struct draw_stage *stage ) function in typeref:struct:offset_stage *
54 return (struct offset_stage *) stage;
69 struct offset_stage *offset = offset_stage(stage);
150 struct offset_stage *offset = offset_stage(stage);
233 struct offset_stage *offset = CALLOC_STRUCT(offset_stage);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c42 struct offset_stage { struct
52 static inline struct offset_stage *offset_stage( struct draw_stage *stage ) function in typeref:struct:offset_stage *
54 return (struct offset_stage *) stage;
69 struct offset_stage *offset = offset_stage(stage);
150 struct offset_stage *offset = offset_stage(stage);
233 struct offset_stage *offset = CALLOC_STRUCT(offset_stage);
[all...]

Completed in 56 milliseconds