Home
last modified time | relevance | path

Searched refs:pt_fetch (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.h209 struct pt_fetch;
212 draw_pt_fetch_prepare(struct pt_fetch *fetch,
218 draw_pt_fetch_run(struct pt_fetch *fetch,
224 draw_pt_fetch_run_linear(struct pt_fetch *fetch,
230 draw_pt_fetch_destroy(struct pt_fetch *fetch);
232 struct pt_fetch *
Ddraw_pt_fetch.c38 struct pt_fetch { struct
55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument
143 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
171 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
198 struct pt_fetch *
201 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create()
217 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch;
154 fetch(struct pt_fetch *fetch, in fetch()
Ddraw_pt_fetch_shade_pipeline_llvm.c50 struct pt_fetch *fetch;