/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/java/tests/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/java/tests/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/java/tests/ImageProcessing2/src/com/android/rs/image/ |
colorcube.rs | 54 uint4 v001 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord2.z)); 61 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 119 uint4 v001 = convert_uint4(pt_01[0]); local 126 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7;
|
/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/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 79 GLfloat v001, GLfloat v101, GLfloat v011, GLfloat v111) 83 const GLfloat temp01 = LERP(a, v001, v101); [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/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 79 GLfloat v001, GLfloat v101, GLfloat v011, GLfloat v111) 83 const GLfloat temp01 = LERP(a, v001, v101); [all...] |