HomeSort by relevance Sort by last modified time
    Searched refs:i915_program_error (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 38 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");
268 i915_program_error(p, "Out of instructions");
309 i915_program_error(p, "i915_emit_const1f: out of constants");
347 i915_program_error(p, "i915_emit_const2f: out of constants");
381 i915_program_error(p, "i915_emit_const4f: out of constants");
i915_fpc_translate.c 144 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) function
149 debug_printf("i915_program_error: ");
190 i915_program_error(p, "Exceeded max temporary reg");
246 i915_program_error(p, "Bad source->Index");
260 i915_program_error(p, "Bad source->File");
308 i915_program_error(p, "Bad inst->DstReg.Index/semantics");
315 i915_program_error(p, "Bad inst->DstReg.File");
376 i915_program_error(p, "TexSrc type");
403 i915_program_error(p, "Num coords");
    [all...]
i915_fpc.h 81 boolean error; /**< Set if i915_program_error() is called */
238 i915_program_error(struct i915_fp_compile *p, const char *msg, ...);
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 38 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");
268 i915_program_error(p, "Out of instructions");
309 i915_program_error(p, "i915_emit_const1f: out of constants");
347 i915_program_error(p, "i915_emit_const2f: out of constants");
381 i915_program_error(p, "i915_emit_const4f: out of constants");
i915_fpc_translate.c 144 i915_program_error(struct i915_fp_compile *p, const char *msg, ...) function
149 debug_printf("i915_program_error: ");
190 i915_program_error(p, "Exceeded max temporary reg");
246 i915_program_error(p, "Bad source->Index");
260 i915_program_error(p, "Bad source->File");
308 i915_program_error(p, "Bad inst->DstReg.Index/semantics");
315 i915_program_error(p, "Bad inst->DstReg.File");
376 i915_program_error(p, "TexSrc type");
403 i915_program_error(p, "Num coords");
    [all...]
i915_fpc.h 81 boolean error; /**< Set if i915_program_error() is called */
238 i915_program_error(struct i915_fp_compile *p, const char *msg, ...);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.c 191 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)",
i915_fragprog.c 92 i915_program_error(p, "Exceeded max temporary reg: %d/%d",
141 i915_program_error(p, "Bad source->Index: %d", source->Index);
155 i915_program_error(p, "Bad source->Index: %d", source->Index);
183 i915_program_error(p, "Bad source->File: %d", source->File);
217 i915_program_error(p, "Bad inst->DstReg.Index: %d",
224 i915_program_error(p, "Bad inst->DstReg.File: %d", inst->DstReg.File);
263 i915_program_error(p, "TexSrcBit: %d", bit);
396 i915_program_error(p, "Exceeded max instructions (%d out of %d)",
404 i915_program_error(p, "Could not allocate registers");
606 i915_program_error(p, "Unsupported KIL_NV condition code: %d"
    [all...]
i915_program.h 147 extern void i915_program_error(struct i915_fragment_program *p,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 191 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)",
i915_fragprog.c 92 i915_program_error(p, "Exceeded max temporary reg: %d/%d",
141 i915_program_error(p, "Bad source->Index: %d", source->Index);
155 i915_program_error(p, "Bad source->Index: %d", source->Index);
183 i915_program_error(p, "Bad source->File: %d", source->File);
217 i915_program_error(p, "Bad inst->DstReg.Index: %d",
224 i915_program_error(p, "Bad inst->DstReg.File: %d", inst->DstReg.File);
263 i915_program_error(p, "TexSrcBit: %d", bit);
396 i915_program_error(p, "Exceeded max instructions (%d out of %d)",
404 i915_program_error(p, "Could not allocate registers");
606 i915_program_error(p, "Unsupported KIL_NV condition code: %d"
    [all...]
i915_program.h 147 extern void i915_program_error(struct i915_fragment_program *p,

Completed in 207 milliseconds