Searched refs:swap4 (Results 1 – 3 of 3) sorted by relevance
56 Label swap4; in main() local57 masm.Bind(&swap4); in main()77 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
468 TEST(swap4) { in TEST() argument471 Label swap4; in TEST() local472 masm.Bind(&swap4); in TEST()485 TEST_FUNCTION(swap4); in TEST()
1223 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local1234 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()1251 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()1339 else if (swap4) { in _mesa_unpack_image()