Searched refs:srcrow (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | image.c | 1003 const uint8_t *srcrow; in _mesa_swap_bytes_2d_image() local 1007 srcrow = src; in _mesa_swap_bytes_2d_image() 1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image() 1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image() 1014 srcrow += stride; in _mesa_swap_bytes_2d_image()
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2011-12-04-loserreg.ll | 22 define i64 @test(i64 %count, float* nocapture %srcrow, i32* nocapture %destrow) nounwind uwtable ss… 31 %p.035 = phi float* [ %incdec.ptr4, %for.body ], [ %srcrow, %entry ]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | 2011-12-04-loserreg.ll | 22 define i64 @test(i64 %count, float* nocapture %srcrow, i32* nocapture %destrow) nounwind uwtable ss… 31 %p.035 = phi float* [ %incdec.ptr4, %for.body ], [ %srcrow, %entry ]
|