Home
last modified time | relevance | path

Searched refs:fetch_count (Results 1 – 6 of 6) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c126 __u32 batch_key = 0, fetch_count, step_size; in fetch_and_validate() local
140 fetch_count = step_size; in fetch_and_validate()
147 &fetch_count, opts) in fetch_and_validate()
153 &fetch_count, opts); in fetch_and_validate()
166 total_fetched += fetch_count; in fetch_and_validate()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch_shade_emit.c246 unsigned fetch_count, in fse_run() argument
261 (uint16_t) fetch_count)) in fse_run()
270 fse->active->run_elts(fse->active, fetch_elts, fetch_count, hw_verts); in fse_run()
273 for (unsigned i = 0; i < fetch_count; i++) { in fse_run()
281 draw->render->unmap_vertices(draw->render, 0, (uint16_t)(fetch_count - 1)); in fse_run()
Ddraw_pt.h105 unsigned fetch_count,
120 unsigned fetch_count,
Ddraw_pt_vsplit_tmp.h41 unsigned fetch_start, fetch_count; in CONCAT2() local
84 fetch_count = max_index - min_index + 1; in CONCAT2()
115 fetch_start, fetch_count, in CONCAT2()
Ddraw_pt_fetch_shade_pipeline.c381 unsigned fetch_count, in fetch_pipeline_run() argument
393 fetch_info.count = fetch_count; in fetch_pipeline_run()
Ddraw_pt_fetch_shade_pipeline_llvm.c757 unsigned fetch_count, in llvm_middle_end_run() argument
769 fetch_info.count = fetch_count; in llvm_middle_end_run()