Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h101 bool isDescriptorTypeBufferView(VkDescriptorType descType);
DDescriptorSetVirtualization.cpp93 bool isDescriptorTypeBufferView(VkDescriptorType descType) { in isDescriptorTypeBufferView() function
148 } else if (isDescriptorTypeBufferView(descType)) { in doEmulatedDescriptorWrite()
DResourceTracker.cpp6428 } else if (isDescriptorTypeBufferView(descType)) { in initDescriptorUpdateTemplateBuffers()
6484 } else if (isDescriptorTypeBufferView(descType)) { in initDescriptorUpdateTemplateBuffers()
6631 } else if (isDescriptorTypeBufferView(descType)) { in on_vkUpdateDescriptorSetWithTemplate()