Searched refs:get_compute_param (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Ddevice.cpp35 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, function in namespace:__anon5d54a45c0110
37 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
40 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
132 return get_compute_param<uint64_t>(pipe, ir_format(),
138 return get_compute_param<uint64_t>(pipe, ir_format(),
144 return get_compute_param<uint64_t>(pipe, ir_format(),
162 return get_compute_param<uint64_t>(
168 return get_compute_param<uint64_t>(pipe, ir_format(),
174 return get_compute_param<uint32_t>(pipe, ir_format(),
180 return get_compute_param<uint32_
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Ddevice.cpp40 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, function in namespace:__anonaaca4a4b0110
42 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
45 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
260 return get_compute_param<uint64_t>(pipe, ir_format(),
266 return get_compute_param<uint64_t>(pipe, ir_format(),
272 return get_compute_param<uint64_t>(pipe, ir_format(),
290 return get_compute_param<uint64_t>(
296 return get_compute_param<uint64_t>(pipe, ir_format(),
302 return get_compute_param<uint32_t>(pipe, ir_format(),
308 return get_compute_param<uint32_
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_screen.h129 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c103 return screen->get_compute_param(screen, ir_type, param, ret);
552 dscreen->base.get_compute_param = dd_screen_get_compute_param;
556 /* get_compute_param */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c423 return screen->get_compute_param(screen, ir_type, param, ret);
498 screen->get_compute_param = noop_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_screen.h149 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c119 return screen->gpu->get_compute_param(screen->gpu, ir_type, param,
564 screen->base.get_compute_param = tegra_screen_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c206 trace_dump_call_begin("pipe_screen", "get_compute_param");
213 result = screen->get_compute_param(screen, ir_type, param, data);
682 tr_scr->base.get_compute_param = trace_screen_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_get.c381 pscreen->get_compute_param(pscreen, PIPE_SHADER_IR_TGSI,
972 sscreen->b.get_compute_param = si_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_screen.c120 return screen->gpu->get_compute_param(screen->gpu, ir_type, param,
599 screen->base.get_compute_param = tegra_screen_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c103 return screen->get_compute_param(screen, ir_type, param, ret);
580 dscreen->base.get_compute_param = dd_screen_get_compute_param;
584 /* get_compute_param */
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c530 return screen->get_compute_param(screen, ir_type, param, ret);
727 screen->get_compute_param = noop_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c619 screen->base.get_compute_param = softpipe_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_screen.c595 screen->base.get_compute_param = softpipe_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_extensions.c1481 screen->get_compute_param(screen, ir,
1483 screen->get_compute_param(screen, ir,
1485 screen->get_compute_param(screen, ir,
1488 screen->get_compute_param(screen, ir,
1507 screen->get_compute_param(screen, ir,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_extensions.c1652 screen->get_compute_param(screen, ir,
1654 screen->get_compute_param(screen, ir,
1656 screen->get_compute_param(screen, ir,
1659 screen->get_compute_param(screen, ir,
1679 screen->get_compute_param(screen, ir,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c675 pscreen->get_compute_param = v3d_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_screen.c622 pscreen->get_compute_param = iris_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_screen.c786 pscreen->get_compute_param = v3d_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c220 trace_dump_call_begin("pipe_screen", "get_compute_param");
227 result = screen->get_compute_param(screen, ir_type, param, data);
1147 tr_scr->base.get_compute_param = trace_screen_get_compute_param;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c922 pscreen->get_compute_param = fd_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_screen.c827 pscreen->get_compute_param = crocus_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c1103 pscreen->get_compute_param = fd_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.c857 pscreen->get_compute_param = iris_get_compute_param;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c1043 screen->base.get_compute_param = llvmpipe_get_compute_param;

Completed in 29 milliseconds

12