Searched refs:compiler_lowp (Results 1 – 3 of 3) sorted by relevance
927 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()
661 struct ac_llvm_compiler compiler_lowp[10]; member
2209 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()