Searched refs:i915_program_error (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_emit.c | 38 i915_program_error(p, "i915_get_temp: out of temporaries"); in i915_get_temp() 61 i915_program_error(p, "i915_get_utemp: out of temporaries"); in i915_get_utemp() 99 i915_program_error(p, "Out of declarations"); in i915_emit_decl() 159 i915_program_error(p, "Out of instructions"); in i915_emit_arith() 243 i915_program_error(p, "Out of instructions"); in i915_emit_texld() 283 i915_program_error(p, "i915_emit_const1f: out of constants"); in i915_emit_const1f() 321 i915_program_error(p, "i915_emit_const2f: out of constants"); in i915_emit_const2f() 352 i915_program_error(p, "i915_emit_const4f: out of constants"); in i915_emit_const4f()
|
D | i915_fpc_translate.c | 97 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) in i915_program_error() function 144 i915_program_error(p, "Exceeded max temporary reg"); in src_vector() 198 i915_program_error(p, "Bad source->Index"); in src_vector() 252 i915_program_error(p, "Bad source->File"); in src_vector() 295 i915_program_error(p, "Bad inst->DstReg.Index/semantics"); in get_result_vector() 302 i915_program_error(p, "Bad inst->DstReg.File"); in get_result_vector() 360 i915_program_error(p, "TexSrc type"); in translate_tex_src_target() 830 i915_program_error(p, "bad opcode %s (%d)", in i915_translate_instruction() 861 i915_program_error(p, "Exceeded %d max uniforms", in i915_translate_token() 874 i915_program_error(p, "Exceeded %d max TGSI temps", in i915_translate_token() [all …]
|
D | i915_fpc.h | 211 extern void i915_program_error(struct i915_fp_compile *p, const char *msg, ...);
|