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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs 42 float4 v001 = convert_float4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
49 float4 yz01 = mix(v001, v101, f.x);
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
colorcube.rs 49 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 49 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 49 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 112 uint4 v001 = convert_uint4(pt_01[0]); local
119 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.h 153 LLVMValueRef v001,
lp_bld_arit.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 103 float v001, float v101, float v011, float v111)
106 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 81 GLfloat v001, GLfloat v101, GLfloat v011, GLfloat v111)
85 const GLfloat temp01 = LERP(a, v001, v101);
    [all...]

Completed in 776 milliseconds