Searched refs:I10 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 130 #define ATTRI10_1( A, I10 ) ATTR( A, 1, GL_FLOAT, conv_i10_to_i((I10) & 0x3ff), 0, 0, 1 ) argument 131 #define ATTRI10_2( A, I10 ) ATTR( A, 2, GL_FLOAT, \ argument 132 conv_i10_to_i((I10) & 0x3ff), \ 133 conv_i10_to_i(((I10) >> 10) & 0x3ff), 0, 1 ) 134 #define ATTRI10_3( A, I10 ) ATTR( A, 3, GL_FLOAT, \ argument 135 conv_i10_to_i((I10) & 0x3ff), \ 136 conv_i10_to_i(((I10) >> 10) & 0x3ff), \ 137 conv_i10_to_i(((I10) >> 20) & 0x3ff), 1 ) 138 #define ATTRI10_4( A, I10 ) ATTR( A, 4, GL_FLOAT, \ argument 139 conv_i10_to_i((I10) & 0x3ff), \ [all …]
|
/external/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 104 @interface I10 : I9 { interface 108 @implementation I10 implementation 112 @interface I11 : I10
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface1.m | 73 @class I10, I11;
|
D | interface2.m | 72 @class I10; @interface I12 @end
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_dur.pkb | 5 … �������:2�K" �{�;sAq30 aE�K�Ѭ�#�a30P"�[�0 00q4!�I100�F2�:��:B…
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | i10.ll | 1 ; Test the MSA intrinsics that are encoded with the I10 instruction format.
|