Home
last modified time | relevance | path

Searched refs:I10 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h130 #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/
Dinterface-layout-64.m104 @interface I10 : I9 { interface
108 @implementation I10 implementation
112 @interface I11 : I10
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m73 @class I10, I11;
Dinterface2.m72 @class I10; @interface I12 @end
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_dur.pkb5 … �������:2�K" ��{�;sAq30 aE��K�Ѭ�#�a30P"�[�0 00q4!�I100�F2�:��:B�����…
/external/llvm/test/CodeGen/Mips/msa/
Di10.ll1 ; Test the MSA intrinsics that are encoded with the I10 instruction format.