Searched refs:fetch_count (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/ |
D | map_in_map_batch_ops.c | 126 __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/ |
D | draw_pt_fetch_shade_emit.c | 246 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()
|
D | draw_pt.h | 105 unsigned fetch_count, 120 unsigned fetch_count,
|
D | draw_pt_vsplit_tmp.h | 41 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()
|
D | draw_pt_fetch_shade_pipeline.c | 381 unsigned fetch_count, in fetch_pipeline_run() argument 393 fetch_info.count = fetch_count; in fetch_pipeline_run()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 757 unsigned fetch_count, in llvm_middle_end_run() argument 769 fetch_info.count = fetch_count; in llvm_middle_end_run()
|