Home
last modified time | relevance | path

Searched refs:ir_format (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.cpp34 get_compute_param(pipe_screen *pipe, pipe_shader_ir ir_format, in get_compute_param() argument
36 int sz = pipe->get_compute_param(pipe, ir_format, cap, NULL); in get_compute_param()
39 pipe->get_compute_param(pipe, ir_format, cap, &v.front()); in get_compute_param()
130 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_global()
136 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_local()
142 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_input()
161 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0]; in max_threads_per_block()
166 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_alloc_size()
172 return get_compute_param<uint32_t>(pipe, ir_format(), in max_clock_frequency()
178 return get_compute_param<uint32_t>(pipe, ir_format(), in max_compute_units()
[all …]
Dprogram.cpp54 const module m = (dev.ir_format() == PIPE_SHADER_IR_TGSI ? in compile()
79 const module m = (dev.ir_format() == PIPE_SHADER_IR_TGSI ? in link()
81 llvm::link_program(ms, dev.ir_format(), in link()
Ddevice.hpp82 enum pipe_shader_ir ir_format() const;
Dkernel.cpp229 cs.ir_type = q->device().ir_format(); in bind()