Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp510 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
[all …]