Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dlayer_chassis_dispatch.cpp2242 safe_VkCopyDescriptorSet *local_pDescriptorCopies = NULL; in DispatchUpdateDescriptorSets() local
2277 local_pDescriptorCopies = new safe_VkCopyDescriptorSet[descriptorCopyCount]; in DispatchUpdateDescriptorSets()
2279 local_pDescriptorCopies[index0].initialize(&pDescriptorCopies[index0]); in DispatchUpdateDescriptorSets()
2281local_pDescriptorCopies[index0].srcSet = layer_data->Unwrap(pDescriptorCopies[index0].srcSet); in DispatchUpdateDescriptorSets()
2284local_pDescriptorCopies[index0].dstSet = layer_data->Unwrap(pDescriptorCopies[index0].dstSet); in DispatchUpdateDescriptorSets()
2289 …local_pDescriptorWrites, descriptorCopyCount, (const VkCopyDescriptorSet*)local_pDescriptorCopies); in DispatchUpdateDescriptorSets()
2293 if (local_pDescriptorCopies) { in DispatchUpdateDescriptorSets()
2294 delete[] local_pDescriptorCopies; in DispatchUpdateDescriptorSets()