• Home
  • Raw
  • Download

Lines Matching refs:pCommandBufferDeviceMasks

6466     pCommandBufferDeviceMasks(nullptr),  in safe_VkDeviceGroupSubmitInfo()
6475 if (in_struct->pCommandBufferDeviceMasks) { in safe_VkDeviceGroupSubmitInfo()
6476 pCommandBufferDeviceMasks = new uint32_t[in_struct->commandBufferCount]; in safe_VkDeviceGroupSubmitInfo()
6477 …memcpy ((void *)pCommandBufferDeviceMasks, (void *)in_struct->pCommandBufferDeviceMasks, sizeof(ui… in safe_VkDeviceGroupSubmitInfo()
6488 pCommandBufferDeviceMasks(nullptr), in safe_VkDeviceGroupSubmitInfo()
6498 pCommandBufferDeviceMasks = nullptr; in safe_VkDeviceGroupSubmitInfo()
6506 if (src.pCommandBufferDeviceMasks) { in safe_VkDeviceGroupSubmitInfo()
6507 pCommandBufferDeviceMasks = new uint32_t[src.commandBufferCount]; in safe_VkDeviceGroupSubmitInfo()
6508 …memcpy ((void *)pCommandBufferDeviceMasks, (void *)src.pCommandBufferDeviceMasks, sizeof(uint32_t)… in safe_VkDeviceGroupSubmitInfo()
6522 if (pCommandBufferDeviceMasks) in operator =()
6523 delete[] pCommandBufferDeviceMasks; in operator =()
6533 pCommandBufferDeviceMasks = nullptr; in operator =()
6541 if (src.pCommandBufferDeviceMasks) { in operator =()
6542 pCommandBufferDeviceMasks = new uint32_t[src.commandBufferCount]; in operator =()
6543 …memcpy ((void *)pCommandBufferDeviceMasks, (void *)src.pCommandBufferDeviceMasks, sizeof(uint32_t)… in operator =()
6557 if (pCommandBufferDeviceMasks) in ~safe_VkDeviceGroupSubmitInfo()
6558 delete[] pCommandBufferDeviceMasks; in ~safe_VkDeviceGroupSubmitInfo()
6571 pCommandBufferDeviceMasks = nullptr; in initialize()
6579 if (in_struct->pCommandBufferDeviceMasks) { in initialize()
6580 pCommandBufferDeviceMasks = new uint32_t[in_struct->commandBufferCount]; in initialize()
6581 …memcpy ((void *)pCommandBufferDeviceMasks, (void *)in_struct->pCommandBufferDeviceMasks, sizeof(ui… in initialize()
6595 pCommandBufferDeviceMasks = nullptr; in initialize()
6603 if (src->pCommandBufferDeviceMasks) { in initialize()
6604 pCommandBufferDeviceMasks = new uint32_t[src->commandBufferCount]; in initialize()
6605 …memcpy ((void *)pCommandBufferDeviceMasks, (void *)src->pCommandBufferDeviceMasks, sizeof(uint32_t… in initialize()