Searched refs:align_to_word (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c529 static inline int align_to_word(int size) function in typeref:typename:int
548 return align_to_word(size) + 1;
578 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4);
614 size = align_to_word(size) + 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c653 static inline int align_to_word(int size) function in typeref:typename:int
672 return align_to_word(size) + 1;
702 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4);
750 size = align_to_word(size) + 1;

Completed in 4 milliseconds