/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_nir.c | 89 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE); in si_create_copy_image_cs() 142 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE); in si_create_dcc_retile_cs() 190 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE); in gfx9_create_clear_dcc_msaa_cs() 237 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE); in si_create_clear_buffer_rmw_cs() 278 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, in si_create_passthrough_tcs()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.h | 91 const nir_shader_compiler_options *(*get_compiler_options)(void); member
|
D | pan_compute.c | 66 screen->vtbl.get_compiler_options(); in panfrost_create_compute_state()
|
D | pan_screen.c | 881 return pan_screen(pscreen)->vtbl.get_compiler_options(); in panfrost_screen_get_compiler_options() 926 screen->base.get_compiler_options = panfrost_screen_get_compiler_options; in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 453 if (screen->gpu->get_compiler_options) in tegra_screen_get_compiler_options() 454 options = screen->gpu->get_compiler_options(screen->gpu, ir, shader); in tegra_screen_get_compiler_options() 625 screen->base.get_compiler_options = tegra_screen_get_compiler_options; in tegra_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | device.hpp | 110 const void *get_compiler_options(enum pipe_shader_ir ir) const;
|
D | device.cpp | 522 device::get_compiler_options(enum pipe_shader_ir ir) const { in get_compiler_options() function in device 523 return pipe->get_compiler_options(pipe, ir, PIPE_SHADER_COMPUTE); in get_compiler_options()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 86 return screen->get_compiler_options(screen, ir, shader); in rbug_screen_get_compiler_options() 465 SCR_INIT(get_compiler_options); in rbug_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 189 pscreen->get_compiler_options(pscreen, in vc4_get_yuv_vs() 235 pscreen->get_compiler_options(pscreen, in vc4_get_yuv_fs()
|
D | vc4_screen.c | 602 pscreen->get_compiler_options = vc4_screen_get_compiler_options; in vc4_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 66 return screen->get_compiler_options(screen, ir, shader); in dd_screen_get_compiler_options() 653 SCR_INIT(get_compiler_options); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 455 const void *(*get_compiler_options)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 602 return screen->get_compiler_options(screen, ir, shader); in noop_get_compiler_options() 793 screen->get_compiler_options = noop_get_compiler_options; in noop_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_screen.c | 606 screen->base.get_compiler_options = softpipe_get_compiler_options; in softpipe_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_screen.c | 746 screen->base.get_compiler_options = lima_screen_get_compiler_options; in lima_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 687 is->base.get_compiler_options = i915_get_compiler_options; in i915_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_blit.c | 574 pscreen->get_compiler_options(pscreen, in v3d_get_sand8_vs() 628 pscreen->get_compiler_options(pscreen, in v3d_get_sand8_fs()
|
D | v3d_screen.c | 905 pscreen->get_compiler_options = v3d_screen_get_compiler_options; in v3d_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 838 r300screen->screen.get_compiler_options = r300_get_compiler_options; in r300_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 803 pscreen->get_compiler_options = crocus_get_compiler_options; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.c | 881 pscreen->get_compiler_options = iris_get_compiler_options; in iris_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 123 result = screen->get_compiler_options(screen, ir, shader); in trace_screen_get_compiler_options() 1405 SCR_INIT(get_compiler_options); in trace_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 652 pscreen->get_compiler_options = nv30_screen_get_compiler_options; in nv30_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.c | 1127 pscreen->get_compiler_options = fd_get_compiler_options; in fd_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 59 const void *co = dev.get_compiler_options(PIPE_SHADER_IR_NIR); in dev_get_nir_compiler_options()
|