Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp40 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()
260 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_global()
266 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_local()
272 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_input()
291 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0]; in max_threads_per_block()
296 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_alloc_size()
302 return get_compute_param<uint32_t>(pipe, ir_format(), in max_clock_frequency()
308 return get_compute_param<uint32_t>(pipe, ir_format(), in max_compute_units()
[all …]
Dcompiler.hpp38 switch (dev.ir_format()) { in compile_program()
67 switch (dev.ir_format()) { in link_program()
Ddevice.hpp92 enum pipe_shader_ir ir_format() const;
Dkernel.cpp282 cs.ir_type = q->device().ir_format(); in bind()
/third_party/ffmpeg/libavfilter/
Daf_afir.h69 int ir_format; member
Daf_afir.c740 if (s->ir_format) { in query_formats()
934 …{ "irfmt", "set IR format", OFFSET(ir_format), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, AF, "i…
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp488 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) { in link_program()