Home
last modified time | relevance | path

Searched refs:i915_emit_const1f (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c284 i915_emit_const1f(struct i915_fp_compile * p, float c0) in i915_emit_const1f() function
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W); in i915_emit_const2f()
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W); in i915_emit_const2f()
325 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); in i915_emit_const2f()
327 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W); in i915_emit_const2f()
Di915_fpc.h220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
Di915_fpc_translate.c548 src0, i915_emit_const1f(p, 1.0f / (float) (M_PI * 2.0)), 0); in i915_translate_instruction()
944 src0, i915_emit_const1f(p, 1.0f / (float) (M_PI * 2.0)), 0); in i915_translate_instruction()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_fpc_emit.c284 i915_emit_const1f(struct i915_fp_compile * p, float c0) in i915_emit_const1f() function
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W); in i915_emit_const2f()
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W); in i915_emit_const2f()
325 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W); in i915_emit_const2f()
327 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W); in i915_emit_const2f()
Di915_fpc.h220 extern uint i915_emit_const1f(struct i915_fp_compile *p, float c0);
Di915_fpc_translate.c548 src0, i915_emit_const1f(p, 1.0f / (float) (M_PI * 2.0)), 0); in i915_translate_instruction()
944 src0, i915_emit_const1f(p, 1.0f / (float) (M_PI * 2.0)), 0); in i915_translate_instruction()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di915_program.c301 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()
Di915_program.h131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_program.c301 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()
Di915_program.h131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);