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

  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 120 int (*get_compute_param)(struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 33 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, function in namespace:__anon30188
35 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
38 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
129 return get_compute_param<uint64_t>(pipe, ir_format(),
135 return get_compute_param<uint64_t>(pipe, ir_format(),
141 return get_compute_param<uint64_t>(pipe, ir_format(),
159 return get_compute_param<uint64_t>(
165 return get_compute_param<uint64_t>(pipe, ir_format(),
171 return get_compute_param<uint32_t>(pipe, ir_format(),
177 return get_compute_param<uint32_t>(pipe, ir_format()
    [all...]

Completed in 69 milliseconds