Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c54 rc_error(&c->Base, "%s::%s(): " fmt "\n", \
191 rc_error(&c->Base, "%s: unsupported compare func %i\n", __FUNCTION__, func); in translate_alu_result_op()
450 rc_error(s->C, "emit_tex: Too many instructions"); in emit_flowcontrol()
545 rc_error(s->C, "Branch depth exceeds hardware limit"); in emit_flowcontrol()
564 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); in emit_flowcontrol()
576 rc_error(s->C, "%s: got ELSE outside a branch", __FUNCTION__); in emit_flowcontrol()
621 rc_error(s->C, "%s: unknown opcode %s\n", __FUNCTION__, rc_get_opcode_info(inst->U.I.Opcode)->Name); in emit_flowcontrol()
658 rc_error(&compiler->Base, "Too many hardware temporaries used\n"); in r500BuildFragmentProgramHwCode()
670 rc_error(&compiler->Base, "Introducing fake OUT: Too many instructions"); in r500BuildFragmentProgramHwCode()
H A Dradeon_pair_translate.c239 rc_error(&c->Base, "Failed to translate " in set_pair_instruction()
266 rc_error(&c->Base, "Failed to translate " in set_pair_instruction()
337 rc_error(&c->Base, "Fragment program does not support signed Saturate.\n"); in check_opcode_support()
344 rc_error(&c->Base, "Fragment program does not support relative addressing " in check_opcode_support()
H A Dr300_fragprog_emit.c63 rc_error(&c->Base, "%s::%s(): " fmt "\n", \
288 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); in emit_alu()
295 rc_error(&c->Base, "RC_OMOD_DISABLE not supported"); in emit_alu()
507 rc_error(&compiler->Base, "Too many hardware temporaries used.\n"); in r300BuildFragmentProgramHwCode()
H A Dradeon_dataflow_deadcode.c115 rc_error(s->C, "%s: index %i is out of bounds for file %i\n", __FUNCTION__, index, file); in get_used_ptr()
127 rc_error(s->C, "%s: special file index %i out of bounds\n", __FUNCTION__, index); in get_used_ptr()
289 rc_error(c, "%s: Multiple ELSE for one IF/ENDIF\n", __FUNCTION__); in rc_dataflow_deadcode()
296 rc_error(c, "%s: Unhandled control flow instruction %s\n", __FUNCTION__, opcode->Name); in rc_dataflow_deadcode()
H A Dr3xx_vertprog.c397 rc_error(&compiler->Base, "Vertex program does not support the Saturate " in translate_vertex_program()
403 rc_error(&compiler->Base, "Vertex program has too many instructions\n"); in translate_vertex_program()
442 rc_error(&compiler->Base, in translate_vertex_program()
469 rc_error(&compiler->Base, in translate_vertex_program()
534 rc_error(&compiler->Base, "Unknown opcode %s\n", info->Name); in translate_vertex_program()
576 rc_error(&compiler->Base, "Too many temporaries.\n"); in translate_vertex_program()
871 rc_error(&c->Base, "Vertex shader: Found relative addressing without ARL/ARR."); in rc_emulate_negative_addressing()
H A Dradeon_rename_regs.c84 rc_error(c, "Ran out of temporary registers\n"); in rc_rename_regs()
H A Dradeon_emulate_branches.c93 rc_error(s->C, "Encountered ELSE outside of branches"); in handle_else()
204 rc_error(s->C, "Encountered ENDIF outside of branches"); in handle_endif()
339 rc_error(c, "%s: unhandled instruction type\n", __FUNCTION__); in rc_emulate_branches()
H A Dradeon_vert_fc.c99 rc_error(fc_state->C, "No free temporary to use for" in reserve_predicate_reg()
116 rc_error(fc_state->C, "Loops are nested too deep."); in lower_bgnloop()
H A Dradeon_compiler.c69 void rc_error(struct radeon_compiler * c, const char * fmt, ...) in rc_error() function
106 rc_error(c, "ICE at %s:%i: assertion failed: %s\n", file, line, assertion); in rc_if_fail_helper()
467 rc_error(c, "Too many constants. Max: %i, Got: %i\n", in rc_validate_final_shader()
H A Dradeon_compiler.h81 void rc_error(struct radeon_compiler * c, const char * fmt, ...);
H A Dradeon_program.c162 rc_error(c, "Ran out of temporary registers\n"); in rc_find_free_temporary()
H A Dradeon_pair_schedule.c167 rc_error(s->C, "%s: index %i out of bounds\n", __FUNCTION__, index); in get_reg_valuep()
776 rc_error(s->C, "rgb_to_alpha_remap failed to allocate src.\n"); in rgb_to_alpha_remap()
1197 rc_error(s->C, "%s: NumReadValues overflow\n", __FUNCTION__); in scan_read()
1231 rc_error(s->C, "%s: NumWriteValues overflow\n", __FUNCTION__); in scan_write()
H A Dradeon_pair_regalloc.c442 rc_error(variable->C, in variable_get_class()
620 rc_error(s->C, "Ran out of hardware temporaries\n"); in do_advanced_regalloc()
H A Dradeon_dataflow_swizzles.c383 rc_error(c, "Bad swizzle in try_rewrite_constant()"); in try_rewrite_constant()
H A Dradeon_compiler_util.c700 rc_error(c, "get_constant_value: Can't find a value.\n"); in rc_get_constant_value()
H A Dradeon_dataflow.c737 rc_error(d->C, "Failed to match endloop.\n"); in get_readers_for_single_write()

Completed in 13 milliseconds