Home
last modified time | relevance | path

Searched refs:set_max_shader_compiler_threads (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_program.c155 if (screen->set_max_shader_compiler_threads) in st_max_shader_compiler_threads()
156 screen->set_max_shader_compiler_threads(screen, count); in st_max_shader_compiler_threads()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h505 void (*set_max_shader_compiler_threads)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c537 pscreen->set_max_shader_compiler_threads = in ir3_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c746 screen->set_max_shader_compiler_threads = noop_set_max_shader_compiler_threads; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1111 sscreen->b.set_max_shader_compiler_threads = si_set_max_shader_compiler_threads; in radeonsi_screen_create_impl()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2955 pscreen->set_max_shader_compiler_threads = in iris_init_screen_program_functions()