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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
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...]
  /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)",
  /external/mesa3d/src/gallium/drivers/i915/
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...]
  /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)",

Completed in 450 milliseconds