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_count; in panfrost_get_total_stack_size()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_uniforms.c570 assert(pipeline->spill.size_per_thread > 0); in v3dv_write_uniforms_wg_offsets()
571 cl_aligned_u32(&uniforms, pipeline->spill.size_per_thread); in v3dv_write_uniforms_wg_offsets()
Dv3dv_pipeline.c155 assert(pipeline->spill.size_per_thread > 0); in v3dv_destroy_pipeline()
1551 assert(pipeline->spill.size_per_thread > 0); in pipeline_check_spill_size()
1556 pipeline->spill.size_per_thread = max_spill_size; in pipeline_check_spill_size()
Dv3dv_private.h1766 uint32_t size_per_thread; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c378 unsigned size_per_thread, in panfrost_batch_get_scratchpad() argument
382 unsigned size = panfrost_get_total_stack_size(size_per_thread, in panfrost_batch_get_scratchpad()