Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h541 vk::RefCountedDescriptorPoolBinding *bindingOut,
Dvk_helpers.h311 RefCountedDescriptorPoolBinding *bindingOut, in allocateSets() argument
316 bindingOut, descriptorSetsOut, &ignoreNewPoolAllocated); in allocateSets()
324 RefCountedDescriptorPoolBinding *bindingOut,
Dvk_helpers.cpp2506 RefCountedDescriptorPoolBinding *bindingOut, in allocateSetsAndGetInfo() argument
2515 if (!bindingOut->valid() || !bindingOut->get().hasCapacity(descriptorSetCount)) in allocateSetsAndGetInfo()
2523 bindingOut->set(mDescriptorPools[mCurrentPoolIndex]); in allocateSetsAndGetInfo()
2526 return bindingOut->get().allocateSets(contextVk, descriptorSetLayout, descriptorSetCount, in allocateSetsAndGetInfo()
DUtilsVk.cpp3472 vk::RefCountedDescriptorPoolBinding *bindingOut, in allocateDescriptorSet() argument
3477 bindingOut, descriptorSetOut)); in allocateDescriptorSet()