Home
last modified time | relevance | path

Searched refs:get_compute_param (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp40 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, in get_compute_param() function
42 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL); in get_compute_param()
45 pipe->get_compute_param(pipe, ir_format, cap, &v.front()); in get_compute_param()
260 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_global()
266 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_local()
272 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_input()
290 return get_compute_param<uint64_t>( in max_threads_per_block()
296 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_alloc_size()
302 return get_compute_param<uint32_t>(pipe, ir_format(), in max_clock_frequency()
308 return get_compute_param<uint32_t>(pipe, ir_format(), in max_compute_units()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c103 return screen->get_compute_param(screen, ir_type, param, ret); in dd_screen_get_compute_param()
580 dscreen->base.get_compute_param = dd_screen_get_compute_param; in ddebug_screen_create()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c120 return screen->gpu->get_compute_param(screen->gpu, ir_type, param, in tegra_screen_get_compute_param()
593 screen->base.get_compute_param = tegra_screen_get_compute_param; in tegra_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h149 int (*get_compute_param)(struct pipe_screen *, member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1652 screen->get_compute_param(screen, ir, in st_init_extensions()
1654 screen->get_compute_param(screen, ir, in st_init_extensions()
1656 screen->get_compute_param(screen, ir, in st_init_extensions()
1659 screen->get_compute_param(screen, ir, in st_init_extensions()
1679 screen->get_compute_param(screen, ir, in st_init_extensions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c530 return screen->get_compute_param(screen, ir_type, param, ret); in noop_get_compute_param()
727 screen->get_compute_param = noop_get_compute_param; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c595 screen->base.get_compute_param = softpipe_get_compute_param; in softpipe_create_screen()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c227 result = screen->get_compute_param(screen, ir_type, param, data); in trace_screen_get_compute_param()
1147 tr_scr->base.get_compute_param = trace_screen_get_compute_param; in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c786 pscreen->get_compute_param = v3d_get_compute_param; in v3d_screen_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c872 screen->base.get_compute_param = panfrost_get_compute_param; in panfrost_create_screen()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c692 pdevice->pscreen->get_compute_param(pdevice->pscreen, PIPE_SHADER_IR_NIR, in lvp_GetPhysicalDeviceProperties()
694 pdevice->pscreen->get_compute_param(pdevice->pscreen, PIPE_SHADER_IR_NIR, in lvp_GetPhysicalDeviceProperties()
696 pdevice->pscreen->get_compute_param(pdevice->pscreen, PIPE_SHADER_IR_NIR, in lvp_GetPhysicalDeviceProperties()
699 pdevice->pscreen->get_compute_param(pdevice->pscreen, PIPE_SHADER_IR_NIR, in lvp_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c857 pscreen->get_compute_param = iris_get_compute_param; in iris_screen_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c827 pscreen->get_compute_param = crocus_get_compute_param; in crocus_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c1031 screen->base.get_compute_param = llvmpipe_get_compute_param; in llvmpipe_create_screen()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c1103 pscreen->get_compute_param = fd_get_compute_param; in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c973 sscreen->b.get_compute_param = si_get_compute_param; in si_init_screen_get_functions()
Dsi_pipe.c700 screen->get_compute_param(screen, PIPE_SHADER_IR_NIR, PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK, in si_create_context()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c597 pscreen->get_compute_param(pscreen, ir_type, in r600_get_shader_param()
Dr600_pipe_common.c1232 rscreen->b.get_compute_param = r600_get_compute_param; in r600_common_screen_init()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c1125 screen->get_compute_param = agx_get_compute_param; in agx_screen_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c985 screen->base.get_compute_param = virgl_get_compute_param; in virgl_create_screen()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c1046 pscreen->get_compute_param = nv50_screen_get_compute_param; in nv50_screen_create()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c61 __n = ctx->screen->get_compute_param(ctx->screen, \
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c877 screen->base.base.get_compute_param = nvc0_screen_get_compute_param; in nvc0_screen_init_compute()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1936 screen->base.get_compute_param = zink_get_compute_param; in zink_internal_create_screen()

12