Searched refs:conv_i10_to_i (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_util.h | 46 static inline float conv_i10_to_i(int i10) in conv_i10_to_i() function
|
H A D | vbo_attrib_tmp.h | 133 #define ATTRI10_1( A, I10 ) ATTRF( A, 1, conv_i10_to_i((I10) & 0x3ff), 0, 0, 1 ) 135 conv_i10_to_i((I10) & 0x3ff), \ 136 conv_i10_to_i(((I10) >> 10) & 0x3ff), 0, 1 ) 138 conv_i10_to_i((I10) & 0x3ff), \ 139 conv_i10_to_i(((I10) >> 10) & 0x3ff), \ 140 conv_i10_to_i(((I10) >> 20) & 0x3ff), 1 ) 142 conv_i10_to_i((I10) & 0x3ff), \ 143 conv_i10_to_i(((I10) >> 10) & 0x3ff), \ 144 conv_i10_to_i(((I10) >> 20) & 0x3ff), \
|
Completed in 10 milliseconds