OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v011
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs
44
float4
v011
= convert_float4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
50
float4 yz11 = mix(
v011
, v111, f.x);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs
51
uint4
v011
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
57
uint4 yz11 = ((
v011
* weight1.x) + (v111 * weight2.x)) >> (uint4)8;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs
51
uint4
v011
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
57
uint4 yz11 = ((
v011
* weight1.x) + (v111 * weight2.x)) >> (uint4)8;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs
51
uint4
v011
= convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord2.z));
57
uint4 yz11 = ((
v011
* weight1.x) + (v111 * weight2.x)) >> (uint4)8;
/frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp
121
uint4
v011
= convert_uint4(pt_11[0]);
local
127
uint4 yz11 = ((
v011
* weight1.x) + (v111 * 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)
84
const GLfloat temp11 = LERP(a,
v011
, v111);
[
all
...]
Completed in 383 milliseconds