Lines Matching refs:pHostPointer
18422 , pHostPointer( pHostPointer_ )
18456 pHostPointer = pHostPointer_;
18517 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent );
18529 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer == rhs.pHostPointer ) && ( memoryRowLength == rhs.memoryRowLength ) &&
18544 void * pHostPointer = {};
19070 , pHostPointer( pHostPointer_ )
19104 pHostPointer = pHostPointer_;
19165 return std::tie( sType, pNext, pHostPointer, memoryRowLength, memoryImageHeight, imageSubresource, imageOffset, imageExtent );
19177 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( pHostPointer == rhs.pHostPointer ) && ( memoryRowLength == rhs.memoryRowLength ) &&
19192 const void * pHostPointer = {};
47198 , pHostPointer( pHostPointer_ )
47234 pHostPointer = pHostPointer_;
47258 return std::tie( sType, pNext, handleType, pHostPointer );
47270 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( handleType == rhs.handleType ) && ( pHostPointer == rhs.pHostPointer );
47284 void * pHostPointer = {};