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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc.h50 struct i915_fp_compile { struct
196 extern uint i915_get_temp(struct i915_fp_compile *p);
197 extern uint i915_get_utemp(struct i915_fp_compile *p);
198 extern void i915_release_utemps(struct i915_fp_compile *p);
201 extern uint i915_emit_texld(struct i915_fp_compile *p,
209 extern uint i915_emit_arith(struct i915_fp_compile *p,
216 extern uint i915_emit_decl(struct i915_fp_compile *p,
220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
222 extern uint i915_emit_const2f(struct i915_fp_compile *p,
225 extern uint i915_emit_const4fv(struct i915_fp_compile *
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h50 struct i915_fp_compile { struct
196 extern uint i915_get_temp(struct i915_fp_compile *p);
197 extern uint i915_get_utemp(struct i915_fp_compile *p);
198 extern void i915_release_utemps(struct i915_fp_compile *p);
201 extern uint i915_emit_texld(struct i915_fp_compile *p,
209 extern uint i915_emit_arith(struct i915_fp_compile *p,
216 extern uint i915_emit_decl(struct i915_fp_compile *p,
220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
222 extern uint i915_emit_const2f(struct i915_fp_compile *p,
225 extern uint i915_emit_const4fv(struct i915_fp_compile *
[all...]

Completed in 119 milliseconds