Searched refs:invoc (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_clear.c | 217 void *invoc = pan_section_ptr(job.cpu, in panvk_meta_clear_attachment_emit_tiler_job() local 220 panfrost_pack_work_groups_compute(invoc, 1, 4, in panvk_meta_clear_attachment_emit_tiler_job()
|
H A D | panvk_vX_meta_copy.c | 146 void *invoc = pan_section_ptr(job.cpu, in panvk_meta_copy_emit_tiler_job() local 149 panfrost_pack_work_groups_compute(invoc, 1, 4, in panvk_meta_copy_emit_tiler_job() 174 void *invoc = pan_section_ptr(job.cpu, in panvk_meta_copy_emit_compute_job() local 177 panfrost_pack_work_groups_compute(invoc, num_wg->x, num_wg->y, num_wg->z, in panvk_meta_copy_emit_compute_job()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.h | 221 LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc,
|
H A D | lp_bld_nir_soa.c | 2469 LLVMValueRef invoc, in emit_read_invocation() 2489 if (invoc) in emit_read_invocation() 2490 store_val = LLVMBuildExtractElement(gallivm->builder, invoc, loop_state.counter, ""); in emit_read_invocation() 2466 emit_read_invocation(struct lp_build_nir_context *bld_base, LLVMValueRef src, unsigned bit_size, LLVMValueRef invoc, LLVMValueRef result[4]) emit_read_invocation() argument
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 1223 void *invoc = pan_section_ptr(job->cpu, TILER_JOB, INVOCATION); in pan_blit_emit_tiler_job() local 1224 panfrost_pack_work_groups_compute(invoc, 1, 4, 1, 1, 1, 1, true, false); in pan_blit_emit_tiler_job() 1340 void *invoc = pan_section_ptr(job.cpu, in pan_preload_emit_tiler_job() local 1343 panfrost_pack_work_groups_compute(invoc, 1, 4, in pan_preload_emit_tiler_job()
|
Completed in 14 milliseconds