HomeSort by: relevance | last modified time | path
    Searched defs:ir_format (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
device.cpp 35 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format,
37 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
40 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
132 return get_compute_param<uint64_t>(pipe, ir_format(),
138 return get_compute_param<uint64_t>(pipe, ir_format(),
144 return get_compute_param<uint64_t>(pipe, ir_format(),
163 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0];
168 return get_compute_param<uint64_t>(pipe, ir_format(),
174 return get_compute_param<uint32_t>(pipe, ir_format(),
180 return get_compute_param<uint32_t>(pipe, ir_format(),
247 device::ir_format() const { function in class:device
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
device.cpp 40 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format,
42 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL);
45 pipe->get_compute_param(pipe, ir_format, cap, &v.front());
260 return get_compute_param<uint64_t>(pipe, ir_format(),
266 return get_compute_param<uint64_t>(pipe, ir_format(),
272 return get_compute_param<uint64_t>(pipe, ir_format(),
291 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0];
296 return get_compute_param<uint64_t>(pipe, ir_format(),
302 return get_compute_param<uint32_t>(pipe, ir_format(),
308 return get_compute_param<uint32_t>(pipe, ir_format(),
413 device::ir_format() const { function in class:device
    [all...]

Completed in 29 milliseconds