Searched refs:ir_format (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | device.cpp | 40 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, in get_compute_param() argument 42 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL); in get_compute_param() 45 pipe->get_compute_param(pipe, ir_format, cap, &v.front()); in get_compute_param() 148 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_global() 154 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_local() 160 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_input() 179 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0]; in max_threads_per_block() 184 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_alloc_size() 190 return get_compute_param<uint32_t>(pipe, ir_format(), in max_clock_frequency() 196 return get_compute_param<uint32_t>(pipe, ir_format(), in max_compute_units() [all …]
|
D | compiler.hpp | 38 switch (dev.ir_format()) { in compile_program() 54 switch (dev.ir_format()) { in link_program()
|
D | device.hpp | 89 enum pipe_shader_ir ir_format() const;
|
D | kernel.cpp | 264 cs.ir_type = q->device().ir_format(); in bind()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 441 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) {
|