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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_scratch.c83 unsigned size_per_thread = (thread_size == 0) ? 0 : local in function:panfrost_get_total_stack_size
86 return size_per_thread * threads_per_core * core_count;
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_uniforms.c570 assert(pipeline->spill.size_per_thread > 0);
571 cl_aligned_u32(&uniforms, pipeline->spill.size_per_thread);
H A Dv3dv_private.h1766 uint32_t size_per_thread; member in struct:v3dv_pipeline::__anon4b4f7c652208
H A Dv3dv_pipeline.c155 assert(pipeline->spill.size_per_thread > 0);
1551 assert(pipeline->spill.size_per_thread > 0);
1556 pipeline->spill.size_per_thread = max_spill_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_job.c378 unsigned size_per_thread,
382 unsigned size = panfrost_get_total_stack_size(size_per_thread,
377 panfrost_batch_get_scratchpad(struct panfrost_batch * batch,unsigned size_per_thread,unsigned thread_tls_alloc,unsigned core_count) argument

Completed in 13 milliseconds