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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_draw.c27 struct nvc0_render_stage { struct
32 static INLINE struct nvc0_render_stage *
33 nvc0_render_stage(struct draw_stage *stage) function
35 return (struct nvc0_render_stage *)stage;
76 struct nvc0_render_stage *rs = CALLOC_STRUCT(nvc0_render_stage);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_draw.c27 struct nvc0_render_stage { struct
32 static INLINE struct nvc0_render_stage *
33 nvc0_render_stage(struct draw_stage *stage) function
35 return (struct nvc0_render_stage *)stage;
76 struct nvc0_render_stage *rs = CALLOC_STRUCT(nvc0_render_stage);

Completed in 93 milliseconds