Searched refs:conv_ui10_to_norm_float (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/vbo/ |
| H A D | vbo_util.h | 35 static inline float conv_ui10_to_norm_float(unsigned ui10) function in typeref:typename:float
|
| H A D | vbo_attrib_tmp.h | 116 #define ATTRUI10N_1( A, UI ) ATTRF( A, 1, conv_ui10_to_norm_float((UI) & 0x3ff), 0, 0, 1 ) 118 conv_ui10_to_norm_float((UI) & 0x3ff), \ 119 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), 0, 1 ) 121 conv_ui10_to_norm_float((UI) & 0x3ff), \ 122 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), \ 123 conv_ui10_to_norm_float(((UI) >> 20) & 0x3ff), 1 ) 125 conv_ui10_to_norm_float((UI) & 0x3ff), \ 126 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), \ 127 conv_ui10_to_norm_float(((UI) >> 20) & 0x3ff), \
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/ |
| H A D | vbo_attrib_tmp.h | 83 static inline float conv_ui10_to_norm_float(unsigned ui10) function in typeref:typename:float 98 #define ATTRUI10N_1( A, UI ) ATTRF( A, 1, conv_ui10_to_norm_float((UI) & 0x3ff), 0, 0, 1 ) 100 conv_ui10_to_norm_float((UI) & 0x3ff), \ 101 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), 0, 1 ) 103 conv_ui10_to_norm_float((UI) & 0x3ff), \ 104 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), \ 105 conv_ui10_to_norm_float(((UI) >> 20) & 0x3ff), 1 ) 107 conv_ui10_to_norm_float((UI) & 0x3ff), \ 108 conv_ui10_to_norm_float(((UI) >> 10) & 0x3ff), \ 109 conv_ui10_to_norm_float(((U [all...] |
Completed in 10 milliseconds