Home
last modified time | relevance | path

Searched refs:compiler_lowp (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c927 for (i = 0; i < ARRAY_SIZE(sscreen->compiler_lowp); i++) in si_destroy_screen()
928 si_destroy_compiler(&sscreen->compiler_lowp[i]); in si_destroy_screen()
1183 num_comp_lo_threads = MIN2(num_comp_lo_threads, ARRAY_SIZE(sscreen->compiler_lowp)); in radeonsi_screen_create_impl()
Dsi_pipe.h661 struct ac_llvm_compiler compiler_lowp[10]; member
Dsi_state_shaders.c2209 assert(thread_index < ARRAY_SIZE(sscreen->compiler_lowp)); in si_build_shader_variant()
2210 compiler = &sscreen->compiler_lowp[thread_index]; in si_build_shader_variant()