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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { function in namespace:__anon14150
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
113 return get_compute_param<uint64_t>(pipe,
119 return get_compute_param<uint64_t>(pipe,
125 return get_compute_param<uint64_t>(pipe,
143 return get_compute_param<uint64_t>(
149 auto v = get_compute_param<uint64_t>(pipe, PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE);
172 std::vector<char> target = get_compute_param<char>(pipe,
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { function in namespace:__anon27561
33 int sz = pipe->get_compute_param(pipe, cap, NULL);
36 pipe->get_compute_param(pipe, cap, &v.front());
113 return get_compute_param<uint64_t>(pipe,
119 return get_compute_param<uint64_t>(pipe,
125 return get_compute_param<uint64_t>(pipe,
143 return get_compute_param<uint64_t>(
149 auto v = get_compute_param<uint64_t>(pipe, PIPE_COMPUTE_CAP_MAX_BLOCK_SIZE);
172 std::vector<char> target = get_compute_param<char>(pipe,
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_screen.h107 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h107 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.c963 rscreen->screen.get_compute_param = r600_get_compute_param;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c963 rscreen->screen.get_compute_param = r600_get_compute_param;
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c61 __n = ctx->screen->get_compute_param(ctx->screen, c, __v); \
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c61 __n = ctx->screen->get_compute_param(ctx->screen, c, __v); \

Completed in 262 milliseconds