OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etna_cfloat_to_uintN
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_util.h
61
etna_cfloat_to_uintN
(float f, int bits)
etnaviv_translate.h
431
clear_value =
etna_cfloat_to_uintN
(depth, 16);
436
clear_value = (
etna_cfloat_to_uintN
(depth, 24) << 8) | (stencil & 0xFF);
Completed in 229 milliseconds