Searched refs:size_per_thread (Results 1 – 5 of 5) sorted by relevance
83 unsigned size_per_thread = (thread_size == 0) ? 0 : in panfrost_get_total_stack_size() local86 return size_per_thread * threads_per_core * core_count; in panfrost_get_total_stack_size()
570 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()
155 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()
1766 uint32_t size_per_thread; member
378 unsigned size_per_thread, in panfrost_batch_get_scratchpad() argument382 unsigned size = panfrost_get_total_stack_size(size_per_thread, in panfrost_batch_get_scratchpad()