Searched refs:i915_emit_const1f (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_emit.c | 269 i915_emit_const1f(struct i915_fp_compile *p, float c0) in i915_emit_const1f() function 305 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W); in i915_emit_const2f() 307 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W); in i915_emit_const2f() 310 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); in i915_emit_const2f() 312 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W); in i915_emit_const2f()
|
D | i915_fpc.h | 197 extern uint32_t i915_emit_const1f(struct i915_fp_compile *p, float c0);
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_program.c | 301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0) in i915_emit_const1f() function 336 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W); in i915_emit_const2f() 338 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W); in i915_emit_const2f() 341 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); in i915_emit_const2f() 343 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W); in i915_emit_const2f()
|
D | i915_program.h | 131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
|