Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp811 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in clearBuffer()
853 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in convertIndexBuffer()
917 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in convertIndexIndirectBuffer()
985 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in convertLineLoopIndexIndirectBuffer()
1044 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in convertLineLoopArrayIndirectBuffer()
1122 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in convertVertexBuffer()
1379 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in blitResolveImpl()
1517 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in stencilBlitResolveNoShaderExport()
1708 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in copyImage()
1802 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding; in cullOverlayWidgets()
[all …]
DProgramExecutableVk.h230 vk::DescriptorSetLayoutArray<vk::RefCountedDescriptorPoolBinding> mDescriptorPoolBindings;
Dvk_helpers.h236 using RefCountedDescriptorPoolBinding = BindingPointer<DescriptorPoolHelper>; variable
258 RefCountedDescriptorPoolBinding *bindingOut, in allocateSets()
271 RefCountedDescriptorPoolBinding *bindingOut,
DUtilsVk.h453 vk::RefCountedDescriptorPoolBinding *bindingOut,
DContextVk.h722 vk::RefCountedDescriptorPoolBinding descriptorPoolBinding;
DProgramExecutableVk.cpp169 for (vk::RefCountedDescriptorPoolBinding &binding : mDescriptorPoolBindings) in reset()
Dvk_helpers.cpp945 RefCountedDescriptorPoolBinding *bindingOut, in allocateSetsAndGetInfo()