Searched defs:fetch_info (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c132 const struct draw_fetch_info *fetch_info,
135 if (fetch_info->linear) {
137 fetch_info->start,
138 fetch_info->count,
143 fetch_info->elts,
144 fetch_info->count,
201 const struct draw_fetch_info *fetch_info,
215 fetched_vert_info.count = fetch_info->count;
220 align(fetch_info->count, 4));
228 fetch( fpme->fetch, fetch_info, (cha
131 fetch( struct pt_fetch *fetch, const struct draw_fetch_info *fetch_info, char *output) argument
200 fetch_pipeline_generic( struct draw_pt_middle_end *middle, const struct draw_fetch_info *fetch_info, const struct draw_prim_info *prim_info ) argument
302 struct draw_fetch_info fetch_info; local
329 struct draw_fetch_info fetch_info; local
359 struct draw_fetch_info fetch_info; local
[all...]
H A Ddraw_pt_fetch_shade_pipeline_llvm.c215 const struct draw_fetch_info *fetch_info,
228 llvm_vert_info.count = fetch_info->count;
233 align(fetch_info->count, lp_native_vector_width / 32));
239 if (fetch_info->linear)
243 fetch_info->start,
244 fetch_info->count,
252 fetch_info->elts,
253 fetch_info->count,
260 fetch_info = NULL;
314 struct draw_fetch_info fetch_info; local
214 llvm_pipeline_generic( struct draw_pt_middle_end *middle, const struct draw_fetch_info *fetch_info, const struct draw_prim_info *prim_info ) argument
341 struct draw_fetch_info fetch_info; local
372 struct draw_fetch_info fetch_info; local
[all...]

Completed in 65 milliseconds