Searched refs:gpir_error (Results 1 – 5 of 5) sorted by relevance
189 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()
39 gpir_error("shader exceeds limit of 512 instructions\n"); in gpir_instr_create()
336 gpir_error("Failed to allocate registers\n"); in do_regalloc()
1717 gpir_error("fail schedule block\n"); in gpir_schedule_prog()
38 #define gpir_error(...) \ macro