Home
last modified time | relevance | path

Searched refs:dstSlice (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h283 uint32_t dstSlice,
289 uint32_t dstSlice,
Dmtl_command_buffer.mm852 uint32_t dstSlice,
871 destinationSlice:dstSlice
880 uint32_t dstSlice,
902 destinationSlice:dstSlice
/external/swiftshader/src/Vulkan/
DVkImage.cpp392 uint8_t *dstSlice = dstMem; in copyTo() local
393 …for(uint32_t y = 0; y < copyExtent.height; y++, dstSlice += dstRowPitchBytes, srcSlice += srcRowPi… in copyTo()
396 ASSERT((dstSlice + copySize) < dstImage->end()); in copyTo()
397 memcpy(dstSlice, srcSlice, copySize); in copyTo()