Home
last modified time | relevance | path

Searched refs:i915_emit_const4f (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c351 i915_emit_const4f(struct i915_fp_compile * p, in i915_emit_const4f() function
388 return i915_emit_const4f(p, c[0], c[1], c[2], c[3]); in i915_emit_const4fv()
Di915_fpc.h228 extern uint i915_emit_const4f(struct i915_fp_compile *p,
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.h139 extern GLuint i915_emit_const4f(struct i915_fragment_program *p,
Di915_program.c370 i915_emit_const4f(struct i915_fragment_program * p, in i915_emit_const4f() function
403 return i915_emit_const4f(p, c[0], c[1], c[2], c[3]); in i915_emit_const4fv()