Searched refs:i915_program_error (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c38 i915_program_error(p, "i915_get_temp: out of temporaries");
63 i915_program_error(p, "i915_get_utemp: out of temporaries");
105 i915_program_error(p, "Out of declarations");
168 i915_program_error(p, "Out of instructions");
267 i915_program_error(p, "Out of instructions");
308 i915_program_error(p, "i915_emit_const1f: out of constants");
346 i915_program_error(p, "i915_emit_const2f: out of constants");
380 i915_program_error(p, "i915_emit_const4f: out of constants");
H A Di915_fpc_translate.c145 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) function
150 debug_printf("i915_program_error: ");
191 i915_program_error(p, "Exceeded max temporary reg");
247 i915_program_error(p, "Bad source->Index");
261 i915_program_error(p, "Bad source->File");
309 i915_program_error(p, "Bad inst->DstReg.Index/semantics");
316 i915_program_error(p, "Bad inst->DstReg.File");
377 i915_program_error(p, "TexSrc type");
1068 i915_program_error(p, "bad opcode %d", inst->Instruction.Opcode);
1239 i915_program_error(
[all...]
H A Di915_fpc.h81 boolean error; /**< Set if i915_program_error() is called */
238 i915_program_error(struct i915_fp_compile *p, const char *msg, ...);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c191 i915_program_error(p, "Program contains too many instructions");
211 i915_program_error(p, "Can't find free R reg");
280 i915_program_error(p, "Program contains too many instructions");
443 i915_program_error(struct i915_fragment_program *p, const char *fmt, ...) function
448 fprintf(stderr, "i915_program_error: ");
500 i915_program_error(p, "Exceeded max nr indirect texture lookups "
506 i915_program_error(p, "Exceeded max TEX instructions (%d out of %d)",
511 i915_program_error(p, "Exceeded max ALU instructions (%d out of %d)",
515 i915_program_error(p, "Exceeded max DECL instructions (%d out of %d)",
H A Di915_fragprog.c109 i915_program_error(p, "Exceeded max temporary reg: %d/%d",
162 i915_program_error(p, "Bad source->Index: %d", source->Index);
177 i915_program_error(p, "Bad source->Index: %d", source->Index);
193 i915_program_error(p, "Bad source->File: %d", source->File);
227 i915_program_error(p, "Bad inst->DstReg.Index: %d",
234 i915_program_error(p, "Bad inst->DstReg.File: %d", inst->DstReg.File);
273 i915_program_error(p, "TexSrcBit: %d", bit);
406 i915_program_error(p, "Exceeded max instructions (%d out of %d)",
414 i915_program_error(p, "Could not allocate registers");
989 i915_program_error(
[all...]
H A Di915_program.h147 extern void i915_program_error(struct i915_fragment_program *p,

Completed in 125 milliseconds