Home
last modified time | relevance | path

Searched refs:get_compiler_options (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c89 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/
Dpan_screen.h91 const nir_shader_compiler_options *(*get_compiler_options)(void); member
Dpan_compute.c66 screen->vtbl.get_compiler_options(); in panfrost_create_compute_state()
Dpan_screen.c881 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/
Dtegra_screen.c453 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/
Ddevice.hpp110 const void *get_compiler_options(enum pipe_shader_ir ir) const;
Ddevice.cpp522 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/
Drbug_screen.c86 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/
Dvc4_blit.c189 pscreen->get_compiler_options(pscreen, in vc4_get_yuv_vs()
235 pscreen->get_compiler_options(pscreen, in vc4_get_yuv_fs()
Dvc4_screen.c602 pscreen->get_compiler_options = vc4_screen_get_compiler_options; in vc4_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c66 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/
Dp_screen.h455 const void *(*get_compiler_options)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c602 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/
Dsp_screen.c606 screen->base.get_compiler_options = softpipe_get_compiler_options; in softpipe_create_screen()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c746 screen->base.get_compiler_options = lima_screen_get_compiler_options; in lima_screen_create()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c687 is->base.get_compiler_options = i915_get_compiler_options; in i915_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c574 pscreen->get_compiler_options(pscreen, in v3d_get_sand8_vs()
628 pscreen->get_compiler_options(pscreen, in v3d_get_sand8_fs()
Dv3d_screen.c905 pscreen->get_compiler_options = v3d_screen_get_compiler_options; in v3d_screen_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c838 r300screen->screen.get_compiler_options = r300_get_compiler_options; in r300_screen_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c803 pscreen->get_compiler_options = crocus_get_compiler_options; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c881 pscreen->get_compiler_options = iris_get_compiler_options; in iris_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c123 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/
Dnv30_screen.c652 pscreen->get_compiler_options = nv30_screen_get_compiler_options; in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c1127 pscreen->get_compiler_options = fd_get_compiler_options; in fd_screen_create()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp59 const void *co = dev.get_compiler_options(PIPE_SHADER_IR_NIR); in dev_get_nir_compiler_options()

12