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_id_range; in panfrost_get_total_stack_size()
656 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()
141 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()
1987 uint32_t size_per_thread; member
427 unsigned size_per_thread, in panfrost_batch_get_scratchpad() argument431 unsigned size = panfrost_get_total_stack_size(size_per_thread, in panfrost_batch_get_scratchpad()