Searched refs:WORD_SIZE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv2nir.c44 #define WORD_SIZE 4 macro
56 if (len % WORD_SIZE != 0)
64 size_t word_count = len / WORD_SIZE;
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv2dxil.c41 #define WORD_SIZE 4 macro
116 if (file_size % WORD_SIZE != 0) {
118 file_size, WORD_SIZE);
122 size_t word_count = file_size / WORD_SIZE;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv2nir.c45 #define WORD_SIZE 4 macro
142 if (len % WORD_SIZE != 0)
150 size_t word_count = len / WORD_SIZE;

Completed in 3 milliseconds