Searched refs:ir_format (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A 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() 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 D | compiler.hpp | 38 switch (dev.ir_format()) { in compile_program() 67 switch (dev.ir_format()) { in link_program()
|
H A D | device.hpp | 92 enum pipe_shader_ir ir_format() const;
|
H A D | kernel.cpp | 282 cs.ir_type = q->device().ir_format(); in bind()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afir.h | 64 int ir_format; member
|
H A D | af_afir.c | 458 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 D | invocation.cpp | 495 } else if (dev.ir_format() == PIPE_SHADER_IR_NATIVE) { in link_program()
|
Completed in 5 milliseconds