OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ubyte_to_float
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c
44
dst[0] =
ubyte_to_float
(tmp[0]);
45
dst[1] =
ubyte_to_float
(tmp[1]);
46
dst[2] =
ubyte_to_float
(tmp[2]);
77
dst[0] =
ubyte_to_float
(tmp[0]);
78
dst[1] =
ubyte_to_float
(tmp[1]);
79
dst[2] =
ubyte_to_float
(tmp[2]);
u_format_yuv.c
60
r =
ubyte_to_float
((value >> 0) & 0xff);
61
g0 =
ubyte_to_float
((value >> 8) & 0xff);
62
b =
ubyte_to_float
((value >> 16) & 0xff);
63
g1 =
ubyte_to_float
((value >> 24) & 0xff);
85
r =
ubyte_to_float
((value >> 0) & 0xff);
86
g0 =
ubyte_to_float
((value >> 8) & 0xff);
87
b =
ubyte_to_float
((value >> 16) & 0xff);
88
g1 =
ubyte_to_float
((value >> 24) & 0xff);
285
dst[0] =
ubyte_to_float
(src[0]); /* r */
286
dst[1] =
ubyte_to_float
(src[1 + 2*i]); /* g *
[
all
...]
u_format_s3tc.c
199
dst[0] =
ubyte_to_float
(tmp[0]);
200
dst[1] =
ubyte_to_float
(tmp[1]);
201
dst[2] =
ubyte_to_float
(tmp[2]);
210
dst[0] =
ubyte_to_float
(tmp[0]);
211
dst[1] =
ubyte_to_float
(tmp[1]);
212
dst[2] =
ubyte_to_float
(tmp[2]);
213
dst[3] =
ubyte_to_float
(tmp[3]);
221
dst[0] =
ubyte_to_float
(tmp[0]);
222
dst[1] =
ubyte_to_float
(tmp[1]);
223
dst[2] =
ubyte_to_float
(tmp[2])
[
all
...]
u_format_latc.c
84
dst[2] =
ubyte_to_float
(tmp_r);
108
dst[2] =
ubyte_to_float
(tmp_r);
219
dst[2] =
ubyte_to_float
(tmp_r);
220
dst[3] =
ubyte_to_float
(tmp_g);
238
dst[2] =
ubyte_to_float
(tmp_r);
239
dst[3] =
ubyte_to_float
(tmp_g);
u_format_other.c
136
p[0] =
ubyte_to_float
(src[0]);
137
p[1] =
ubyte_to_float
(src[1]);
138
p[2] =
ubyte_to_float
(src[2]);
254
p[0] =
ubyte_to_float
(src[0]);
255
p[1] =
ubyte_to_float
(src[1]);
256
p[2] =
ubyte_to_float
(src[2]);
u_format_rgtc.c
111
dst[0] =
ubyte_to_float
(tmp_r);
150
dst[0] =
ubyte_to_float
(tmp_r);
337
dst[0] =
ubyte_to_float
(tmp_r);
338
dst[1] =
ubyte_to_float
(tmp_g);
355
dst[0] =
ubyte_to_float
(tmp_r);
356
dst[1] =
ubyte_to_float
(tmp_g);
u_math.h
528
ubyte_to_float
(ubyte ub)
function
/external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c
245
quadColor[j][0] =
ubyte_to_float
(res[j][0]);
246
quadColor[j][1] =
ubyte_to_float
(res[j][1]);
247
quadColor[j][2] =
ubyte_to_float
(res[j][2]);
248
quadColor[j][3] =
ubyte_to_float
(res[j][3]);
[
all
...]
Completed in 1789 milliseconds