Searched refs:i915_emit_const4f (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_emit.c | 351 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()
|
D | i915_fpc.h | 228 extern uint i915_emit_const4f(struct i915_fp_compile *p,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_program.h | 139 extern GLuint i915_emit_const4f(struct i915_fragment_program *p,
|
D | i915_program.c | 370 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()
|