Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.cpp32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { in get_compute_param() function
33 int sz = pipe->get_compute_param(pipe, cap, NULL); in get_compute_param()
36 pipe->get_compute_param(pipe, cap, &v.front()); in get_compute_param()
113 return get_compute_param<uint64_t>(pipe, in max_mem_global()
119 return get_compute_param<uint64_t>(pipe, in max_mem_local()
125 return get_compute_param<uint64_t>(pipe, in max_mem_input()
143 return get_compute_param<uint64_t>( in max_threads_per_block()
149 auto v = get_compute_param<uint64_t>(pipe, PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE); in max_block_size()
172 std::vector<char> target = get_compute_param<char>(pipe, in ir_target()
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h107 int (*get_compute_param)(struct pipe_screen *, member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c963 rscreen->screen.get_compute_param = r600_get_compute_param; in r600_screen_create()
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c61 __n = ctx->screen->get_compute_param(ctx->screen, c, __v); \
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst216 pipe_screen::get_compute_param.