Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dhint.c143 if (screen->set_max_shader_compiler_threads) in _mesa_MaxShaderCompilerThreadsKHR()
144 screen->set_max_shader_compiler_threads(screen, count); in _mesa_MaxShaderCompilerThreadsKHR()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h566 void (*set_max_shader_compiler_threads)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_gallium.c569 pscreen->set_max_shader_compiler_threads = in ir3_screen_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_shader.c598 pscreen->set_max_shader_compiler_threads = etna_set_max_shader_compiler_threads; in etna_shader_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c798 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.c1154 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.c2976 pscreen->set_max_shader_compiler_threads = in iris_init_screen_program_functions()