HomeSort by: relevance | last modified time | path
    Searched refs:get_compiler_options (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_screen.h 91 const nir_shader_compiler_options *(*get_compiler_options)(void); member in struct:panfrost_vtable
pan_compute.c 66 screen->vtbl.get_compiler_options();
pan_screen.c 823 return pan_screen(pscreen)->vtbl.get_compiler_options();
880 screen->base.get_compiler_options = panfrost_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
device.hpp 110 const void *get_compiler_options(enum pipe_shader_ir ir) const;
device.cpp 511 device::get_compiler_options(enum pipe_shader_ir ir) const { function in class:device
512 return pipe->get_compiler_options(pipe, ir, PIPE_SHADER_COMPUTE);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shaderlib_nir.c 59 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE);
107 sctx->b.screen->get_compiler_options(sctx->b.screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_screen.h 365 const void *(*get_compiler_options)(struct pipe_screen *screen, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
tegra_screen.c 453 if (screen->gpu->get_compiler_options)
454 options = screen->gpu->get_compiler_options(screen->gpu, ir, shader);
625 screen->base.get_compiler_options = tegra_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
tegra_screen.c 442 if (screen->gpu->get_compiler_options)
443 options = screen->gpu->get_compiler_options(screen->gpu, ir, shader);
590 screen->base.get_compiler_options = tegra_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/
rbug_screen.c 87 return screen->get_compiler_options(screen, ir, shader);
451 SCR_INIT(get_compiler_options);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_screen.c 66 return screen->get_compiler_options(screen, ir, shader);
579 SCR_INIT(get_compiler_options);
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h 412 const void *(*get_compiler_options)(struct pipe_screen *screen, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_screen.c 598 screen->base.get_compiler_options = panfrost_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_screen.c 66 return screen->get_compiler_options(screen, ir, shader);
608 SCR_INIT(get_compiler_options);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
noop_pipe.c 602 return screen->get_compiler_options(screen, ir, shader);
743 screen->get_compiler_options = noop_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_blit.c 198 pscreen->get_compiler_options(pscreen,
244 pscreen->get_compiler_options(pscreen,
vc4_screen.c 603 pscreen->get_compiler_options = vc4_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_blit.c 196 pscreen->get_compiler_options(pscreen,
243 pscreen->get_compiler_options(pscreen,
vc4_screen.c 567 pscreen->get_compiler_options = vc4_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_screen.c 596 screen->base.get_compiler_options = softpipe_get_compiler_options;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_screen.c 525 screen->base.get_compiler_options = lima_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_screen.c 696 is->base.get_compiler_options = i915_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_screen.c 729 screen->base.get_compiler_options = lima_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_screen.c 833 pscreen->get_compiler_options = v3d_screen_get_compiler_options;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_screen.c 624 pscreen->get_compiler_options = iris_get_compiler_options;

Completed in 16 milliseconds

1 2 3