Searched refs:swap4 (Results 1 – 4 of 4) sorted by relevance
59 Label swap4; in main() local60 masm.Bind(&swap4); in main()78 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
452 TEST(swap4) { in TEST() argument455 Label swap4; in TEST() local456 masm.Bind(&swap4); in TEST()469 TEST_FUNCTION(swap4); in TEST()
83 examples/swap4.cc
5845 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local5856 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image()5873 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image()5961 else if (swap4) { in _mesa_unpack_image()