OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:float_to_byte_tex
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_format_rgtc.c
186
tmp[j][i] =
float_to_byte_tex
(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]);
419
tmp_r[j][i] =
float_to_byte_tex
(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]);
420
tmp_g[j][i] =
float_to_byte_tex
(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4 + chan2off]);
u_math.h
563
float_to_byte_tex
(float f)
function
Completed in 55 milliseconds