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/
H A 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()
256 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_global()
262 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_local()
268 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_input()
287 pipe, ir_format(), PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK)[0]; in max_threads_per_block()
292 return get_compute_param<uint64_t>(pipe, ir_format(), in max_mem_alloc_size()
298 return get_compute_param<uint32_t>(pipe, ir_format(), in max_clock_frequency()
304 return get_compute_param<uint32_t>(pipe, ir_format(), in max_compute_units()
424 device::ir_format() const { ir_format() function in device
[all...]
H A Dcompiler.hpp38 switch (dev.ir_format()) { in compile_program()
67 switch (dev.ir_format()) { in link_program()
H A Ddevice.hpp92 enum pipe_shader_ir ir_format() const;
H A Dkernel.cpp282 cs.ir_type = q->device().ir_format(); in bind()
/third_party/ffmpeg/libavfilter/
H A Daf_afir.h64 int ir_format; member
H A Daf_afir.c458 if (s->ir_format) { in query_formats()
645 { "irfmt", "set IR format", OFFSET(ir_format), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, AF, "irfmt" },
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp495 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) { in link_program()

Completed in 5 milliseconds