Searched refs:i915_emit_const4f (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_emit.c | 326 i915_emit_const4f(struct i915_fp_compile *p, float c0, float c1, float c2, in i915_emit_const4f() function 359 return i915_emit_const4f(p, c[0], c[1], c[2], c[3]); in i915_emit_const4fv()
|
D | i915_fpc.h | 204 extern uint32_t i915_emit_const4f(struct i915_fp_compile *p, float c0, float c1,
|