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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c560 int cpy_size = 0; local in function:bitcopy
565 cpy_size += off2;
566 if (cpy_size >= src_size)
572 cpy_size += off1;
573 if (cpy_size >= src_size)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c684 int cpy_size = 0; local in function:bitcopy
689 cpy_size += off2;
690 if (cpy_size >= src_size)
696 cpy_size += off1;
697 if (cpy_size >= src_size)

Completed in 3 milliseconds