HomeSort by relevance Sort by last modified time
    Searched defs:i915_emit_const1f (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 284 i915_emit_const1f(struct i915_fp_compile * p, float c0) function
309 i915_program_error(p, "i915_emit_const1f: out of constants");
320 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
322 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
325 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
327 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 301 i915_emit_const1f(struct i915_fragment_program * p, GLfloat c0) function
336 return swizzle(i915_emit_const1f(p, c1), ZERO, X, Z, W);
338 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W);
341 return swizzle(i915_emit_const1f(p, c0), X, ZERO, Z, W);
343 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W);

Completed in 42 milliseconds