Searched refs:ppir_error (Results 1 – 3 of 3) sorted by relevance
166 ppir_error("unsupported nir_op: %s\n", nir_op_infos[instr->op].name); in ppir_emit_alu()396 ppir_error("unsupported nir_intrinsic_instr %s\n", in ppir_emit_intrinsic()445 ppir_error("unsupported texop %d\n", instr->op); in ppir_emit_tex()456 ppir_error("unsupported sampler dim: %d\n", instr->sampler_dim); in ppir_emit_tex()505 ppir_error("unsupported texture source type\n"); in ppir_emit_tex()578 ppir_error("nir_jump_instr not support\n"); in ppir_emit_jump()738 ppir_error("function nir_cf_node not support\n"); in ppir_emit_function()761 ppir_error("unknown NIR node type %d\n", node->type); in ppir_emit_cf_list()925 ppir_error("unsupported output type\n"); in ppir_compile_nir()
691 ppir_error("regalloc fail\n"); in ppir_regalloc_prog_try()
47 #define ppir_error(...) \ macro