Searched refs:ppir_error (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/
H A Dlima_ir.h47 #define ppir_error(...) \ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/
H A Dlima_ir.h47 #define ppir_error(...) \ macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c162 ppir_error("unsupported nir_op: %s\n", nir_op_infos[instr->op].name);
269 ppir_error("unsupported nir_intrinsic_instr %d\n", instr->intrinsic);
292 ppir_error("nir_ssa_undef_instr not support\n");
302 ppir_error("unsupported texop %d\n", instr->op);
345 ppir_error("nir_jump_instr not support\n");
391 ppir_error("if nir_cf_node not support\n");
397 ppir_error("loop nir_cf_node not support\n");
403 ppir_error("function nir_cf_node not support\n");
426 ppir_error("unknown NIR node type %d\n", node->type);
H A Dregalloc.c717 ppir_error("ppir: regalloc fail\n");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c166 ppir_error("unsupported nir_op: %s\n", nir_op_infos[instr->op].name);
396 ppir_error("unsupported nir_intrinsic_instr %s\n",
445 ppir_error("unsupported texop %d\n", instr->op);
456 ppir_error("unsupported sampler dim: %d\n", instr->sampler_dim);
505 ppir_error("unsupported texture source type\n");
578 ppir_error("nir_jump_instr not support\n");
738 ppir_error("function nir_cf_node not support\n");
761 ppir_error("unknown NIR node type %d\n", node->type);
926 ppir_error("unsupported output type\n");
H A Dregalloc.c574 ppir_error("regalloc fail\n");

Completed in 7 milliseconds