Searched defs:get_compute_param (Results 1 - 4 of 4) sorted by relevance

/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/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,

Completed in 733 milliseconds