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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.h 195 struct pt_fetch;
196 void draw_pt_fetch_prepare( struct pt_fetch *fetch,
201 void draw_pt_fetch_run( struct pt_fetch *fetch,
206 void draw_pt_fetch_run_linear( struct pt_fetch *fetch,
211 void draw_pt_fetch_destroy( struct pt_fetch *fetch );
213 struct pt_fetch *draw_pt_fetch_create( struct draw_context *draw );
draw_pt_fetch.c 38 struct pt_fetch { struct
60 draw_pt_fetch_prepare(struct pt_fetch *fetch,
150 draw_pt_fetch_run(struct pt_fetch *fetch,
177 draw_pt_fetch_run_linear(struct pt_fetch *fetch,
203 struct pt_fetch *
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch);
222 draw_pt_fetch_destroy(struct pt_fetch *fetch)
draw_pt_fetch_shade_pipeline.c 45 struct pt_fetch *fetch;
131 static void fetch( struct pt_fetch *fetch,
draw_pt_fetch_shade_pipeline_llvm.c 46 struct pt_fetch *fetch;

Completed in 84 milliseconds