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

  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.cpp 33 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format,
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(),
160 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0];
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(),
223 device::ir_format() const { function in class:device
    [all...]
program.cpp 54 const module m = (dev.ir_format() == PIPE_SHADER_IR_TGSI ?
79 const module m = (dev.ir_format() == PIPE_SHADER_IR_TGSI ?
81 llvm::link_program(ms, dev.ir_format(),
device.hpp 76 enum pipe_shader_ir ir_format() const;
kernel.cpp 229 cs.ir_type = q->device().ir_format();

Completed in 74 milliseconds