Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.h258 RefCountedDescriptorPoolBinding *bindingOut, in allocateSets() argument
263 bindingOut, descriptorSetsOut, &ignoreNewPoolAllocated); in allocateSets()
271 RefCountedDescriptorPoolBinding *bindingOut,
DUtilsVk.h453 vk::RefCountedDescriptorPoolBinding *bindingOut,
Dvk_helpers.cpp945 RefCountedDescriptorPoolBinding *bindingOut, in allocateSetsAndGetInfo() argument
951 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
962 if (bindingOut->valid()) in allocateSetsAndGetInfo()
965 bindingOut->get().updateSerial(currentSerial); in allocateSetsAndGetInfo()
968 bindingOut->set(mDescriptorPools[mCurrentPoolIndex]); in allocateSetsAndGetInfo()
971 return bindingOut->get().allocateSets(contextVk, descriptorSetLayout, descriptorSetCount, in allocateSetsAndGetInfo()
DUtilsVk.cpp1961 vk::RefCountedDescriptorPoolBinding *bindingOut, in allocateDescriptorSet() argument
1965 contextVk, mDescriptorSetLayouts[function][kSetIndex].get().ptr(), 1, bindingOut, in allocateDescriptorSet()
1967 bindingOut->get().updateSerial(contextVk->getCurrentQueueSerial()); in allocateDescriptorSet()