/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.hpp | 92 enum pipe_shader_ir ir_format() const; 95 bool supports_ir(enum pipe_shader_ir ir) const; 110 const void *get_compiler_options(enum pipe_shader_ir ir) const;
|
H A D | device.cpp | 40 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, in get_compute_param() 423 enum pipe_shader_ir 469 device::supports_ir(enum pipe_shader_ir ir) const { in supports_ir() 522 device::get_compiler_options(enum pipe_shader_ir ir) const { in get_compiler_options()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.h | 50 enum pipe_shader_ir ir,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | evergreen_compute_internal.h | 75 enum pipe_shader_ir ir_type;
|
H A D | r600_pipe_common.c | 910 enum pipe_shader_ir ir_type) in get_max_threads_per_block() 921 enum pipe_shader_ir ir_type, in r600_get_compute_param() 1182 enum pipe_shader_ir ir, in r600_get_compiler_options()
|
H A D | r600_pipe.h | 356 enum pipe_shader_ir ir_type; 1064 enum pipe_shader_ir,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 150 enum pipe_shader_ir ir_type, 456 enum pipe_shader_ir ir,
|
H A D | p_state.h | 289 * requests a different 'pipe_shader_ir' type, then it must check the 'type' 302 enum pipe_shader_ir type; 1006 enum pipe_shader_ir ir_type; /**< IR type contained in prog. */
|
H A D | p_defines.h | 1129 enum pipe_shader_ir enum
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_screen.h | 117 enum pipe_shader_ir ir,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.h | 73 enum pipe_shader_ir ir,
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_screen.c | 98 enum pipe_shader_ir ir, in softpipe_get_compiler_options() 526 enum pipe_shader_ir ir_type, in softpipe_get_compute_param()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.h | 64 enum pipe_shader_ir ir,
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_screen.c | 479 v3d_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, in v3d_get_compute_param() 748 enum pipe_shader_ir ir, unsigned shader) in v3d_screen_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_screen.c | 544 enum pipe_shader_ir ir_type, in crocus_get_compute_param() 651 enum pipe_shader_ir ir, in crocus_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 667 panfrost_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, in panfrost_get_compute_param() 878 enum pipe_shader_ir ir, in panfrost_screen_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_get.c | 513 static const void *si_get_compiler_options(struct pipe_screen *screen, enum pipe_shader_ir ir, in si_get_compiler_options() 802 static unsigned get_max_threads_per_block(struct si_screen *screen, enum pipe_shader_ir ir_type) in get_max_threads_per_block() 811 static int si_get_compute_param(struct pipe_screen *screen, enum pipe_shader_ir ir_type, in si_get_compute_param()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_screen.c | 114 enum pipe_shader_ir ir_type, in tegra_screen_get_compute_param() 447 enum pipe_shader_ir ir, in tegra_screen_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_screen.c | 471 enum pipe_shader_ir ir_type, in llvmpipe_get_compute_param() 648 enum pipe_shader_ir ir, in llvmpipe_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 731 fd_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, in fd_get_compute_param() 805 fd_get_compiler_options(struct pipe_screen *pscreen, enum pipe_shader_ir ir, in fd_get_compiler_options()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.c | 534 enum pipe_shader_ir ir_type, in iris_get_compute_param() 656 enum pipe_shader_ir ir, in iris_get_compiler_options()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_pipe.c | 524 enum pipe_shader_ir ir_type, in noop_get_compute_param() 597 enum pipe_shader_ir ir, in noop_get_compiler_options()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 61 enum pipe_shader_ir ir, in dd_screen_get_compiler_options() 97 enum pipe_shader_ir ir_type, in dd_screen_get_compute_param()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.h | 355 enum pipe_shader_ir type; /* IR type */
|
H A D | svga_screen.c | 799 enum pipe_shader_ir ir, in svga_get_compiler_options() 836 enum pipe_shader_ir ir_type, in svga_sm5_get_compute_param()
|