HomeSort by relevance Sort by last modified time
    Searched full:interpolate (Results 276 - 300 of 402) sorted by null

<<11121314151617

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 240 decl.Declaration.Interpolate = 1;
246 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE;
draw_pipe_aapoint.c 204 decl.Declaration.Interpolate = 1;
210 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE;
  /external/mesa3d/src/mesa/swrast/
s_triangle.c 116 * Interpolate S,T only w/out mipmapping or perspective correction.
170 * Interpolate S,T, GL_LESS depth test, w/out mipmapping or
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 538 // Interpolate the RGB and alpha values between both textures.
564 // Interpolate the RGB and alpha values between both textures.
    [all...]
  /external/chromium_org/third_party/opus/src/
Makefile.in 145 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \
261 silk/gain_quant.lo silk/interpolate.lo \
636 silk/gain_quant.c silk/interpolate.c silk/LP_variable_cutoff.c \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst 253 .. opcode:: LRP - Linear Interpolate
    [all...]
  /external/mesa3d/src/gallium/docs/source/
tgsi.rst 253 .. opcode:: LRP - Linear Interpolate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 128 Value *interpolate(const sm4_op&, int c, int i);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state.c     [all...]
r600_shader.c 601 if (ctx->shader->input[input].interpolate == TGSI_INTERPOLATE_PERSPECTIVE) {
605 } else if (ctx->shader->input[input].interpolate == TGSI_INTERPOLATE_LINEAR) {
743 /* turn input into interpolate on EG */
750 if (ctx->shader->input[index].interpolate > 0) {
800 ctx->shader->input[i].interpolate = d->Interp.Interpolate;
827 ctx->shader->output[i].interpolate = d->Interp.Interpolate;
    [all...]
evergreen_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_sm4.cpp 128 Value *interpolate(const sm4_op&, int c, int i);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]
r600_shader.c 601 if (ctx->shader->input[input].interpolate == TGSI_INTERPOLATE_PERSPECTIVE) {
605 } else if (ctx->shader->input[input].interpolate == TGSI_INTERPOLATE_LINEAR) {
743 /* turn input into interpolate on EG */
750 if (ctx->shader->input[index].interpolate > 0) {
800 ctx->shader->input[i].interpolate = d->Interp.Interpolate;
827 ctx->shader->output[i].interpolate = d->Interp.Interpolate;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Quaternion.java 179 * the amount to interpolate between the two quaternions.
627 * the amount to interpolate between the two quaternions.
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c     [all...]
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 192 * cannot automatically interpolate between objects of unknown type.
212 * cannot automatically interpolate between objects of unknown type.
    [all...]
ValueAnimator.java 405 * <p>There should be a TypeEvaluator set on the ValueAnimator that knows how to interpolate
406 * between these value objects. ValueAnimator only knows how to interpolate between the
    [all...]
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java 445 Slog.d(TAG, String.format(" %7.1f: %7.1f", v, spline.interpolate(v)));
    [all...]
  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 140 // Interpolate the Cauchy point and the Gauss-Newton step.
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 101 // slightly larger table so we can interpolate beyond table size
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 234 * Interpolate the shader input attribute values.
lp_state_setup.c 53 /* currently organized to interpolate full float[4] attributes even
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 128 * If the shader has not been run, interpolate the depth values

Completed in 1558 milliseconds

<<11121314151617