HomeSort by relevance Sort by last modified time
    Searched refs:get_compute_param (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 32 get_compute_param(pipe_screen *pipe, pipe_compute_cap cap) { function in namespace:__anon27519
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/include/pipe/
p_screen.h 107 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 963 rscreen->screen.get_compute_param = r600_get_compute_param;
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 61 __n = ctx->screen->get_compute_param(ctx->screen, c, __v); \
    [all...]

Completed in 173 milliseconds