OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v001
(Results
1 - 7
of
7
) 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/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/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/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/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/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
...]
Completed in 1209 milliseconds