Searched refs:swap4 (Results 1 – 7 of 7) sorted by relevance
/third_party/vixl/examples/aarch64/ |
D | swap4.cc | 59 Label swap4; in main() local 60 masm.Bind(&swap4); in main() 80 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&swap4)); in main()
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 7100 static void swap4(unsigned int *val) { in swap4() function 7321 tinyexr::swap4(reinterpret_cast<unsigned int *>(&data_len)); in ReadAttribute() 7362 tinyexr::swap4(reinterpret_cast<unsigned int *>(&outLen)); in WriteAttributeToMemory() 7468 tinyexr::swap4(reinterpret_cast<unsigned int *>(&info.pixel_type)); in ReadChannelInfo() 7469 tinyexr::swap4(reinterpret_cast<unsigned int *>(&info.x_sampling)); in ReadChannelInfo() 7470 tinyexr::swap4(reinterpret_cast<unsigned int *>(&info.y_sampling)); in ReadChannelInfo() 7500 tinyexr::swap4(reinterpret_cast<unsigned int *>(&pixel_type)); in WriteChannelInfo() 7501 tinyexr::swap4(reinterpret_cast<unsigned int *>(&x_sampling)); in WriteChannelInfo() 7502 tinyexr::swap4(reinterpret_cast<unsigned int *>(&y_sampling)); in WriteChannelInfo() 9796 tinyexr::swap4(&val); in DecodePixelData() [all …]
|
/third_party/vixl/test/aarch64/examples/ |
D | test-examples.cc | 466 TEST(swap4) { in TEST() argument 469 Label swap4; in TEST() local 470 masm.Bind(&swap4); in TEST() 483 TEST_FUNCTION(swap4); in TEST()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | neon.S | 43 .macro swap4 r0, r1, r2, r3, r4, r5, r6, r7 macro
|
D | h264qpel_neon.S | 420 swap4 d1, d3, d5, d7, d8, d10, d12, d14 define 423 swap4 d17, d19, d21, d31, d24, d26, d28, d22
|
/third_party/mesa3d/src/mesa/main/ |
D | pack.c | 1208 GLboolean flipBytes, swap2, swap4; in _mesa_unpack_image() local 1219 swap2 = swap4 = GL_FALSE; in _mesa_unpack_image() 1236 swap4 = (bytesPerComp == 4) && unpack->SwapBytes; in _mesa_unpack_image() 1324 else if (swap4) { in _mesa_unpack_image()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_pbo_compute.c | 384 swap4(nir_builder *b, nir_ssa_def *src) in swap4() function 444 components[i] = swap4(b, nir_channel(b, pixel, i)); in handle_swap()
|