Searched refs:ir_format (Results 1 – 7 of 7) sorted by relevance
/third_party/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() 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 …]
|
D | compiler.hpp | 38 switch (dev.ir_format()) { in compile_program() 67 switch (dev.ir_format()) { in link_program()
|
D | device.hpp | 92 enum pipe_shader_ir ir_format() const;
|
D | kernel.cpp | 282 cs.ir_type = q->device().ir_format(); in bind()
|
/third_party/ffmpeg/libavfilter/ |
D | af_afir.h | 69 int ir_format; member
|
D | af_afir.c | 740 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/ |
D | invocation.cpp | 488 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) { in link_program()
|