HomeSort by: relevance | last modified time | path
    Searched refs:set_max_shader_compiler_threads (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_program.c 155 if (screen->set_max_shader_compiler_threads)
156 screen->set_max_shader_compiler_threads(screen, count);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_program.c 275 if (screen->set_max_shader_compiler_threads)
276 screen->set_max_shader_compiler_threads(screen, count);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_screen.h 458 void (*set_max_shader_compiler_threads)(struct pipe_screen *screen, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h 505 void (*set_max_shader_compiler_threads)(struct pipe_screen *screen, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
ir3_gallium.c 537 pscreen->set_max_shader_compiler_threads =
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
noop_pipe.c 746 screen->set_max_shader_compiler_threads = noop_set_max_shader_compiler_threads;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_pipe.c 923 sscreen->b.set_max_shader_compiler_threads =
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_pipe.c 1111 sscreen->b.set_max_shader_compiler_threads = si_set_max_shader_compiler_threads;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_program.c 2955 pscreen->set_max_shader_compiler_threads =

Completed in 18 milliseconds