/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | device.cpp | 40 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/ |
D | dd_screen.c | 103 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/ |
D | tegra_screen.c | 120 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/ |
D | p_screen.h | 149 int (*get_compute_param)(struct pipe_screen *, member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1652 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/ |
D | noop_pipe.c | 530 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/ |
D | sp_screen.c | 595 screen->base.get_compute_param = softpipe_get_compute_param; in softpipe_create_screen()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 227 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/ |
D | v3d_screen.c | 786 pscreen->get_compute_param = v3d_get_compute_param; in v3d_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 872 screen->base.get_compute_param = panfrost_get_compute_param; in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 692 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/ |
D | iris_screen.c | 857 pscreen->get_compute_param = iris_get_compute_param; in iris_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_screen.c | 827 pscreen->get_compute_param = crocus_get_compute_param; in crocus_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 1031 screen->base.get_compute_param = llvmpipe_get_compute_param; in llvmpipe_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_screen.c | 1103 pscreen->get_compute_param = fd_get_compute_param; in fd_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 973 sscreen->b.get_compute_param = si_get_compute_param; in si_init_screen_get_functions()
|
D | si_pipe.c | 700 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/ |
D | r600_pipe.c | 597 pscreen->get_compute_param(pscreen, ir_type, in r600_get_shader_param()
|
D | r600_pipe_common.c | 1232 rscreen->b.get_compute_param = r600_get_compute_param; in r600_common_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_pipe.c | 1125 screen->get_compute_param = agx_get_compute_param; in agx_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_screen.c | 985 screen->base.get_compute_param = virgl_get_compute_param; in virgl_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 1046 pscreen->get_compute_param = nv50_screen_get_compute_param; in nv50_screen_create()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 61 __n = ctx->screen->get_compute_param(ctx->screen, \
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 877 screen->base.base.get_compute_param = nvc0_screen_get_compute_param; in nvc0_screen_init_compute()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1936 screen->base.get_compute_param = zink_get_compute_param; in zink_internal_create_screen()
|