Searched refs:bindingOut (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.h | 258 RefCountedDescriptorPoolBinding *bindingOut, in allocateSets() argument 263 bindingOut, descriptorSetsOut, &ignoreNewPoolAllocated); in allocateSets() 271 RefCountedDescriptorPoolBinding *bindingOut,
|
D | UtilsVk.h | 453 vk::RefCountedDescriptorPoolBinding *bindingOut,
|
D | vk_helpers.cpp | 945 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()
|
D | UtilsVk.cpp | 1961 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()
|