HomeSort by relevance Sort by last modified time
    Searched refs:v000 (Results 1 - 9 of 9) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 115 uint4 v000 = convert_uint4(pt_00[0]); local
124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7;
146 ALOGE("v000 %08x %08x %08x %08x", v000.x, v000.y, v000.z, v000.w);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs 38 float4 v000 = convert_float4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
47 float4 yz00 = mix(v000, v100, f.x);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 50 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 99 float v000, float v100, float v010, float v110,
102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 99 float v000, float v100, float v010, float v110,
102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 78 GLfloat v000, GLfloat v100, GLfloat v010, GLfloat v110,
81 const GLfloat temp00 = LERP(a, v000, v100);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 78 GLfloat v000, GLfloat v100, GLfloat v010, GLfloat v110,
81 const GLfloat temp00 = LERP(a, v000, v100);
    [all...]

Completed in 443 milliseconds