Home
last modified time | relevance | path

Searched refs:size_per_thread (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_scratch.c83 unsigned size_per_thread = (thread_size == 0) ? 0 : in panfrost_get_total_stack_size() local
86 return size_per_thread * threads_per_core * core_id_range; in panfrost_get_total_stack_size()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_uniforms.c656 assert(pipeline->spill.size_per_thread > 0); in v3dv_write_uniforms_wg_offsets()
657 cl_aligned_u32(&uniforms, pipeline->spill.size_per_thread); in v3dv_write_uniforms_wg_offsets()
Dv3dv_pipeline.c141 assert(pipeline->spill.size_per_thread > 0); in v3dv_destroy_pipeline()
1572 assert(pipeline->spill.size_per_thread > 0); in pipeline_check_spill_size()
1577 pipeline->spill.size_per_thread = max_spill_size; in pipeline_check_spill_size()
Dv3dv_private.h1987 uint32_t size_per_thread; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c427 unsigned size_per_thread, in panfrost_batch_get_scratchpad() argument
431 unsigned size = panfrost_get_total_stack_size(size_per_thread, in panfrost_batch_get_scratchpad()