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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 57 uint4 v111 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord2.z));
62 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 57 uint4 v111 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord2.z));
62 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (uint4)8;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 126 uint4 v111 = convert_uint4(pt_11[1]); local
131 uint4 yz11 = ((v011 * weight1.x) + (v111 * weight2.x)) >> (int4)7;
  /cts/tools/dasm/test/
all_opcodes.d 19 move/16 v111, v222
22 move-wide/16 v111, v222
25 move-object/16 v111, v222
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr29166.cpp 29 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
60 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
103 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
137 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
174 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
  /ndk/tests/device/test-stlport_static-exception/jni/
pr29166.cpp 29 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
60 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
103 register int v111=OFF+111,v112=OFF+112,v113=OFF+113,v114=OFF+114,v115=OFF+115,v116=OFF+116,v117=OFF+117,v118=OFF+118,v119=OFF+119,v120=OFF+120; local
137 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
174 sum +=v111+v112+v113+v114+v115+v116+v117+v118+v119+v120;
  /external/chromium_org/ui/views/
view_unittest.cc 852 View* v111 = new View; local
854 vs->StoreView(s111, v111);
855 v11->AddChildView(v111);
1076 TestView* v111 = new TestView; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 100 float v001, float v101, float v011, float v111)
103 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 100 float v001, float v101, float v011, float v111)
103 const float temp1 = lerp_2d(a, b, v001, v101, v011, v111);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 79 GLfloat v001, GLfloat v101, GLfloat v011, GLfloat v111)
84 const GLfloat temp11 = LERP(a, v011, v111);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 79 GLfloat v001, GLfloat v101, GLfloat v011, GLfloat v111)
84 const GLfloat temp11 = LERP(a, v011, v111);
    [all...]

Completed in 2273 milliseconds