Home
last modified time | relevance | path

Searched refs:gpir_error (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c189 gpir_error("unsupported nir_op: %s\n", nir_op_infos[instr->op].name); in gpir_emit_alu()
290 gpir_error("unsupported nir_intrinsic_instr %s\n", in gpir_emit_intrinsic()
315 gpir_error("nir_ssa_undef_instr is not supported\n"); in gpir_emit_ssa_undef()
321 gpir_error("texture operations are not supported\n"); in gpir_emit_tex()
Dinstr.c39 gpir_error("shader exceeds limit of 512 instructions\n"); in gpir_instr_create()
Dregalloc.c336 gpir_error("Failed to allocate registers\n"); in do_regalloc()
Dscheduler.c1717 gpir_error("fail schedule block\n"); in gpir_schedule_prog()
/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_ir.h38 #define gpir_error(...) \ macro