HomeSort by relevance Sort by last modified time
    Searched refs:widepoint_stage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 65 struct widepoint_stage { struct
82 static INLINE struct widepoint_stage *
83 widepoint_stage( struct draw_stage *stage ) function
85 return (struct widepoint_stage *)stage;
94 static void set_texcoords(const struct widepoint_stage *wide,
123 const struct widepoint_stage *wide = widepoint_stage(stage);
196 struct widepoint_stage *wide = widepoint_stage(stage);
312 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 65 struct widepoint_stage { struct
82 static INLINE struct widepoint_stage *
83 widepoint_stage( struct draw_stage *stage ) function
85 return (struct widepoint_stage *)stage;
94 static void set_texcoords(const struct widepoint_stage *wide,
123 const struct widepoint_stage *wide = widepoint_stage(stage);
196 struct widepoint_stage *wide = widepoint_stage(stage);
312 struct widepoint_stage *wide = CALLOC_STRUCT(widepoint_stage)
    [all...]

Completed in 1416 milliseconds