Home
last modified time | relevance | path

Searched refs:rc_error (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c30 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()
Dradeon_pair_translate.c227 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()
Dradeon_dataflow_deadcode.c92 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()
Dr300_fragprog_emit.c41 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()
Dr3xx_vertprog.c385 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()
Dradeon_rename_regs.c49 rc_error(c, "Ran out of temporary registers\n"); in rc_rename_regs()
Dradeon_vert_fc.c79 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()
Dradeon_compiler.h68 void rc_error(struct radeon_compiler *c, const char *fmt, ...);
Dradeon_program.c67 rc_error(c, "Ran out of temporary registers\n"); in rc_find_free_temporary()
Dradeon_pair_regalloc.c237 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()
Dradeon_compiler.c56 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()
Dradeon_pair_schedule.c153 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()
Dradeon_dataflow_swizzles.c378 rc_error(c, "Bad swizzle in try_rewrite_constant()"); in try_rewrite_constant()
Dradeon_compiler_util.c685 rc_error(c, "get_constant_value: Can't find a value.\n"); in rc_get_constant_value()
Dradeon_dataflow.c652 rc_error(d->C, "Failed to match endloop.\n"); in get_readers_for_single_write()
/external/mesa3d/docs/relnotes/
D7.10.rst2558 - r300/compiler: Don't use rc_error() unless the error is unrecoverable