/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r500_fragprog_emit.c | 30 rc_error(&c->Base, "%s::%s(): " fmt "\n", __FILE__, __func__, ##args); \ 162 rc_error(&c->Base, "%s: unsupported compare func %i\n", __func__, func); in translate_alu_result_op() 426 rc_error(s->C, "emit_tex: Too many instructions"); in emit_flowcontrol() 501 rc_error(s->C, "Branch depth exceeds hardware limit"); in emit_flowcontrol() 520 rc_error(s->C, "%s: got ELSE outside a branch", __func__); in emit_flowcontrol() 532 rc_error(s->C, "%s: got ELSE outside a branch", __func__); in emit_flowcontrol() 572 rc_error(s->C, "%s: unknown opcode %s\n", __func__, in emit_flowcontrol() 610 rc_error(&compiler->Base, "Too many hardware temporaries used\n"); in r500BuildFragmentProgramHwCode() 622 rc_error(&compiler->Base, "Introducing fake OUT: Too many instructions"); in r500BuildFragmentProgramHwCode()
|
D | radeon_pair_translate.c | 227 rc_error(&c->Base, "Failed to translate " in set_pair_instruction() 254 rc_error(&c->Base, "Failed to translate " in set_pair_instruction() 319 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n"); in check_opcode_support() 326 rc_error(&c->Base, "Fragment program does not support relative addressing " in check_opcode_support()
|
D | radeon_dataflow_deadcode.c | 92 rc_error(s->C, "%s: index %i is out of bounds for file %i\n", __func__, index, file); in get_used_ptr() 104 rc_error(s->C, "%s: special file index %i out of bounds\n", __func__, index); in get_used_ptr() 264 rc_error(c, "%s: Multiple ELSE for one IF/ENDIF\n", __func__); in rc_dataflow_deadcode() 271 rc_error(c, "%s: Unhandled control flow instruction %s\n", __func__, opcode->Name); in rc_dataflow_deadcode()
|
D | r300_fragprog_emit.c | 41 rc_error(&c->Base, "%s::%s(): " fmt "\n", __FILE__, __func__, ##args); \ 144 rc_error(&c->Base, "Too many ALU instructions used: %u, max: %u.\n", in emit_alu() 262 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); in emit_alu() 268 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); in emit_alu() 459 rc_error(&compiler->Base, "Too many hardware temporaries used.\n"); in r300BuildFragmentProgramHwCode()
|
D | r3xx_vertprog.c | 385 rc_error(&compiler->Base, "Vertex program does not support the Saturate " in translate_vertex_program() 391 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); in translate_vertex_program() 483 rc_error(&compiler->Base, "Loops are nested too deep."); in translate_vertex_program() 508 rc_error(&compiler->Base, "Too many flow control instructions."); in translate_vertex_program() 562 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name); in translate_vertex_program() 600 rc_error(&compiler->Base, "Too many temporaries.\n"); in translate_vertex_program() 662 rc_error(c, "Could not find class for index=%u mask=%u\n", in allocate_temporary_registers() 677 rc_error(c, "Ran out of hardware temporaries\n"); in allocate_temporary_registers()
|
D | radeon_rename_regs.c | 49 rc_error(c, "Ran out of temporary registers\n"); in rc_rename_regs()
|
D | radeon_vert_fc.c | 79 rc_error(fc_state->C, "No free temporary to use for" in reserve_predicate_reg() 93 rc_error(fc_state->C, "Loops are nested too deep."); in lower_bgnloop()
|
D | radeon_compiler.h | 68 void rc_error(struct radeon_compiler *c, const char *fmt, ...);
|
D | radeon_program.c | 67 rc_error(c, "Ran out of temporary registers\n"); in rc_find_free_temporary()
|
D | radeon_pair_regalloc.c | 237 rc_error(variable->C, "Could not find class for index=%u mask=%u\n", variable->Dst.Index, in variable_get_class() 319 rc_error(s->C, "Ran out of hardware temporaries\n"); in do_advanced_regalloc()
|
D | radeon_compiler.c | 56 rc_error(struct radeon_compiler *c, const char *fmt, ...) in rc_error() function 94 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion); in rc_if_fail_helper() 508 rc_error(c, "Too many constants. Max: %i, Got: %i\n", c->max_constants, in rc_validate_final_shader()
|
D | radeon_pair_schedule.c | 153 rc_error(s->C, "%s: index %i out of bounds\n", __func__, index); in get_reg_valuep() 767 rc_error(s->C, "rgb_to_alpha_remap failed to allocate src.\n"); in rgb_to_alpha_remap() 1184 rc_error(s->C, "%s: NumReadValues overflow\n", __func__); in scan_read() 1219 rc_error(s->C, "%s: NumWriteValues overflow\n", __func__); in scan_write()
|
D | radeon_dataflow_swizzles.c | 378 rc_error(c, "Bad swizzle in try_rewrite_constant()"); in try_rewrite_constant()
|
D | radeon_compiler_util.c | 685 rc_error(c, "get_constant_value: Can't find a value.\n"); in rc_get_constant_value()
|
D | radeon_dataflow.c | 652 rc_error(d->C, "Failed to match endloop.\n"); in get_readers_for_single_write()
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2558 - r300/compiler: Don't use rc_error() unless the error is unrecoverable
|