Searched defs:fetch_count (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c185 unsigned fetch_count,
200 (ushort)fetch_count );
212 fetch_count,
218 for (i = 0; i < fetch_count; i++) {
227 (ushort)(fetch_count - 1) );
183 fetch_emit_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_emit.c247 unsigned fetch_count,
262 (ushort)fetch_count ))
273 fetch_count,
278 for (i = 0; i < fetch_count; i++) {
286 draw->render->unmap_vertices( draw->render, 0, (ushort)(fetch_count - 1) );
245 fse_run(struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_vsplit_tmp.h45 unsigned fetch_start, fetch_count; local
84 fetch_count = max_index - min_index + 1;
112 fetch_start, fetch_count,
H A Ddraw_pt_fetch_shade_pipeline.c296 unsigned fetch_count,
308 fetch_info.count = fetch_count;
294 fetch_pipeline_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_pt_fetch_shade_pipeline_llvm.c308 unsigned fetch_count,
320 fetch_info.count = fetch_count;
306 llvm_middle_end_run( struct draw_pt_middle_end *middle, const unsigned *fetch_elts, unsigned fetch_count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags ) argument
H A Ddraw_llvm.c1072 LLVMValueRef count, fetch_elts, fetch_count; local
1106 arg_types[4] = int32_type; /* fetch_count / count */
1144 fetch_count = LLVMGetParam(variant_func, 4);
1146 lp_build_name(fetch_count, "fetch_count");
1154 fetch_elts = fetch_count = NULL;
1185 end = fetch_count;
1221 * if fetch_count % 4 != 0, because on the last iteration

Completed in 116 milliseconds