Home | History | Annotate | Download | only in vulkan

Lines Matching refs:per_thread_scratch

1074                        gl_shader_stage stage, unsigned per_thread_scratch)
1076 if (per_thread_scratch == 0)
1079 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048);
1139 uint32_t size = per_thread_scratch * max_threads[stage];