Searched refs:i915_program_error (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 98 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) in i915_program_error() function 140 i915_program_error(p, "Exceeded max temporary reg"); in src_vector() 194 i915_program_error(p, "Bad source->Index"); in src_vector() 240 i915_program_error(p, "Bad source->File"); in src_vector() 283 i915_program_error(p, "Bad inst->DstReg.Index/semantics"); in get_result_vector() 290 i915_program_error(p, "Bad inst->DstReg.File"); in get_result_vector() 348 i915_program_error(p, "TexSrc type"); in translate_tex_src_target() 818 i915_program_error(p, "bad opcode %s (%d)", in i915_translate_instruction() 849 i915_program_error(p, "Exceeded %d max uniforms", in i915_translate_token() 862 i915_program_error(p, "Exceeded max TGSI temps (%d/%d)", in i915_translate_token() [all …]
|
H A 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() 281 i915_program_error(p, "i915_emit_const1f: out of constants"); in i915_emit_const1f() 319 i915_program_error(p, "i915_emit_const2f: out of constants"); in i915_emit_const2f() 350 i915_program_error(p, "i915_emit_const4f: out of constants"); in i915_emit_const4f()
|
H A D | i915_fpc.h | 211 extern void i915_program_error(struct i915_fp_compile *p, const char *msg, ...);
|