• Home
  • Raw
  • Download

Lines Matching refs:local_pAllocateInfo

510     safe_VkDescriptorSetAllocateInfo *local_pAllocateInfo = NULL;  in DispatchAllocateDescriptorSets()  local
513 local_pAllocateInfo = new safe_VkDescriptorSetAllocateInfo(pAllocateInfo); in DispatchAllocateDescriptorSets()
515local_pAllocateInfo->descriptorPool = layer_data->Unwrap(pAllocateInfo->descriptorPool); in DispatchAllocateDescriptorSets()
517 if (local_pAllocateInfo->pSetLayouts) { in DispatchAllocateDescriptorSets()
518 … for (uint32_t index1 = 0; index1 < local_pAllocateInfo->descriptorSetCount; ++index1) { in DispatchAllocateDescriptorSets()
519local_pAllocateInfo->pSetLayouts[index1] = layer_data->Unwrap(local_pAllocateInfo->pSetLayouts[ind… in DispatchAllocateDescriptorSets()
525 device, (const VkDescriptorSetAllocateInfo *)local_pAllocateInfo, pDescriptorSets); in DispatchAllocateDescriptorSets()
526 if (local_pAllocateInfo) { in DispatchAllocateDescriptorSets()
527 delete local_pAllocateInfo; in DispatchAllocateDescriptorSets()
1193 safe_VkMemoryAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateMemory() local
1196 local_pAllocateInfo = new safe_VkMemoryAllocateInfo(pAllocateInfo); in DispatchAllocateMemory()
1197 WrapPnextChainHandles(layer_data, local_pAllocateInfo->pNext); in DispatchAllocateMemory()
1200 …dispatch_table.AllocateMemory(device, (const VkMemoryAllocateInfo*)local_pAllocateInfo, pAllocator… in DispatchAllocateMemory()
1201 if (local_pAllocateInfo) { in DispatchAllocateMemory()
1202 delete local_pAllocateInfo; in DispatchAllocateMemory()
2421 safe_VkCommandBufferAllocateInfo *local_pAllocateInfo = NULL; in DispatchAllocateCommandBuffers() local
2424 local_pAllocateInfo = new safe_VkCommandBufferAllocateInfo(pAllocateInfo); in DispatchAllocateCommandBuffers()
2426 local_pAllocateInfo->commandPool = layer_data->Unwrap(pAllocateInfo->commandPool); in DispatchAllocateCommandBuffers()
2430 …AllocateCommandBuffers(device, (const VkCommandBufferAllocateInfo*)local_pAllocateInfo, pCommandBu… in DispatchAllocateCommandBuffers()
2431 if (local_pAllocateInfo) { in DispatchAllocateCommandBuffers()
2432 delete local_pAllocateInfo; in DispatchAllocateCommandBuffers()