| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_rename_regs.c | 82 rc_error(c, "Ran out of temporary registers\n");
|
| H A D | radeon_emulate_loops.c | 333 rc_error(c, "%s: expected BGNLOOP", __FUNCTION__); 344 rc_error(c, "%s: BGNLOOP without an ENDLOOOP.\n", 365 rc_error(c, "%s: BGNLOOP without an ENDLOOOP\n", 401 rc_error(c, "%s: Cannot find condition for if\n", __FUNCTION__); 445 rc_error(s->C, "Failed to build loop info\n"); 474 rc_error(s->C, "loop->Cond is not a conditional.\n");
|
| H A D | radeon_pair_translate.c | 237 rc_error(&c->Base, "Failed to translate " 264 rc_error(&c->Base, "Failed to translate " 335 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n"); 342 rc_error(&c->Base, "Fragment program does not support relative addressing "
|
| H A D | r500_fragprog_emit.c | 52 rc_error(&c->Base, "%s::%s(): " fmt "\n", \ 189 rc_error(&c->Base, "%s: unsupported compare func %i\n", __FUNCTION__, func); 448 rc_error(s->C, "emit_tex: Too many instructions"); 543 rc_error(s->C, "Branch depth exceeds hardware limit"); 562 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); 574 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); 619 rc_error(s->C, "%s: unknown opcode %s\n", __FUNCTION__, rc_get_opcode_info(inst->U.I.Opcode)->Name); 656 rc_error(&compiler->Base, "Too many hardware temporaries used"); 668 rc_error(&compiler->Base, "Introducing fake OUT: Too many instructions");
|
| H A D | radeon_compiler.h | 83 void rc_error(struct radeon_compiler * c, const char * fmt, ...);
|
| H A D | radeon_dataflow_deadcode.c | 123 rc_error(s->C, "%s: index %i is out of bounds for file %i\n", __FUNCTION__, index, file); 135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index); 297 rc_error(c, "%s: Multiple ELSE for one IF/ENDIF\n", __FUNCTION__); 304 rc_error(c, "%s: Unhandled control flow instruction %s\n", __FUNCTION__, opcode->Name);
|
| H A D | radeon_emulate_branches.c | 93 rc_error(s->C, "Encountered ELSE outside of branches"); 204 rc_error(s->C, "Encountered ENDIF outside of branches"); 339 rc_error(c, "%s: unhandled instruction type\n", __FUNCTION__);
|
| H A D | r300_fragprog_emit.c | 61 rc_error(&c->Base, "%s::%s(): " fmt "\n", \ 286 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); 293 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); 505 rc_error(&compiler->Base, "Too many hardware temporaries used.\n");
|
| H A D | radeon_program.c | 162 rc_error(c, "Ran out of temporary registers\n");
|
| H A D | radeon_vert_fc.c | 100 rc_error(fc_state->C, "No free temporary to use for" 117 rc_error(fc_state->C, "Loops are nested too deep.");
|
| H A D | r3xx_vertprog.c | 391 rc_error(&compiler->Base, "Vertex program does not support the Saturate " 397 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); 436 rc_error(&compiler->Base, 454 rc_error(&compiler->Base, 519 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name); 543 rc_error(&compiler->Base, "Too many temporaries.\n"); 851 rc_error(&c->Base, "Vertex shader: Found relative addressing without ARL/ARR.");
|
| H A D | radeon_compiler.c | 66 void rc_error(struct radeon_compiler * c, const char * fmt, ...) function in typeref:typename:void 103 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion); 501 rc_error(c, "Too many constants. Max: %i, Got: %i\n",
|
| H A D | radeon_pair_regalloc.c | 442 rc_error(variable->C, 620 rc_error(s->C, "Ran out of hardware temporaries\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_rename_regs.c | 82 rc_error(c, "Ran out of temporary registers\n");
|
| H A D | radeon_emulate_loops.c | 333 rc_error(c, "%s: expected BGNLOOP", __FUNCTION__); 344 rc_error(c, "%s: BGNLOOP without an ENDLOOP.\n", 365 rc_error(c, "%s: BGNLOOP without an ENDLOOP\n", 401 rc_error(c, "%s: Cannot find condition for if\n", __FUNCTION__); 445 rc_error(s->C, "Failed to build loop info\n"); 474 rc_error(s->C, "loop->Cond is not a conditional.\n");
|
| H A D | radeon_pair_translate.c | 239 rc_error(&c->Base, "Failed to translate " 266 rc_error(&c->Base, "Failed to translate " 337 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n"); 344 rc_error(&c->Base, "Fragment program does not support relative addressing "
|
| H A D | r500_fragprog_emit.c | 54 rc_error(&c->Base, "%s::%s(): " fmt "\n", \ 191 rc_error(&c->Base, "%s: unsupported compare func %i\n", __FUNCTION__, func); 450 rc_error(s->C, "emit_tex: Too many instructions"); 545 rc_error(s->C, "Branch depth exceeds hardware limit"); 564 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); 576 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); 621 rc_error(s->C, "%s: unknown opcode %s\n", __FUNCTION__, rc_get_opcode_info(inst->U.I.Opcode)->Name); 658 rc_error(&compiler->Base, "Too many hardware temporaries used"); 670 rc_error(&compiler->Base, "Introducing fake OUT: Too many instructions");
|
| H A D | radeon_compiler.h | 83 void rc_error(struct radeon_compiler * c, const char * fmt, ...);
|
| H A D | radeon_dataflow_deadcode.c | 123 rc_error(s->C, "%s: index %i is out of bounds for file %i\n", __FUNCTION__, index, file); 135 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index); 302 rc_error(c, "%s: Multiple ELSE for one IF/ENDIF\n", __FUNCTION__); 309 rc_error(c, "%s: Unhandled control flow instruction %s\n", __FUNCTION__, opcode->Name);
|
| H A D | radeon_emulate_branches.c | 93 rc_error(s->C, "Encountered ELSE outside of branches"); 204 rc_error(s->C, "Encountered ENDIF outside of branches"); 339 rc_error(c, "%s: unhandled instruction type\n", __FUNCTION__);
|
| H A D | r300_fragprog_emit.c | 63 rc_error(&c->Base, "%s::%s(): " fmt "\n", \ 288 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); 295 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); 507 rc_error(&compiler->Base, "Too many hardware temporaries used.\n");
|
| H A D | radeon_program.c | 162 rc_error(c, "Ran out of temporary registers\n");
|
| H A D | radeon_vert_fc.c | 100 rc_error(fc_state->C, "No free temporary to use for" 117 rc_error(fc_state->C, "Loops are nested too deep.");
|
| H A D | r3xx_vertprog.c | 394 rc_error(&compiler->Base, "Vertex program does not support the Saturate " 400 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); 439 rc_error(&compiler->Base, 457 rc_error(&compiler->Base, 522 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name); 546 rc_error(&compiler->Base, "Too many temporaries.\n"); 867 rc_error(&c->Base, "Vertex shader: Found relative addressing without ARL/ARR.");
|
| H A D | radeon_compiler.c | 66 void rc_error(struct radeon_compiler * c, const char * fmt, ...) function in typeref:typename:void 103 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion); 501 rc_error(c, "Too many constants. Max: %i, Got: %i\n",
|