Searched defs:i915_get_utemp (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c59 i915_get_utemp(struct i915_fp_compile * p) function
63 i915_program_error(p, "i915_get_utemp: out of temporaries");
148 uint tmp = i915_get_utemp(p);
237 uint tmp = i915_get_utemp(p);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c90 i915_get_utemp(struct i915_fragment_program * p) function
176 GLuint tmp = i915_get_utemp(p);
241 GLuint tmp = i915_get_utemp(p);

Completed in 198 milliseconds