Searched refs:dstBase (Results 1 – 3 of 3) sorted by relevance
438 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local439 deUint8* dst = &dstBase[offset]; in fillBuffer()457 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local458 deUint8* dst = &dstBase[offset]; in fillBuffer()
93 deUint8* dstBase = static_cast<deUint8*>(alloc.getHostPtr()); in fillBuffer() local94 deUint8* dst = &dstBase[offset]; in fillBuffer()
1139 …void link( void * dstBase, void const * srcBase, VkBaseOutStructure * dst, VkBaseInStructure const… in link() argument1144 … = reinterpret_cast<VkBaseOutStructure *>( reinterpret_cast<char *>( dstBase ) + offset ); in link()