Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.h111 bool isDescriptorTypeImageInfo(VkDescriptorType descType);
DDescriptorSetVirtualization.cpp88 bool isDescriptorTypeImageInfo(VkDescriptorType descType) { in isDescriptorTypeImageInfo() function
126 if (isDescriptorTypeImageInfo(descType)) { in doEmulatedDescriptorWrite()
DResourceTracker.cpp5035 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets()
5045 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets()
5061 if (!isDescriptorTypeImageInfo(transformedWrites[i].descriptorType)) continue; in on_vkUpdateDescriptorSets()
6234 if (isDescriptorTypeImageInfo(descType)) { in initDescriptorUpdateTemplateBuffers()
6288 if (isDescriptorTypeImageInfo(descType)) { in initDescriptorUpdateTemplateBuffers()
6394 if (isDescriptorTypeImageInfo(descType)) { in on_vkUpdateDescriptorSetWithTemplate()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp3108 if (isDescriptorTypeImageInfo(descType)) { in on_vkUpdateDescriptorSetsImpl()
7355 bool isDescriptorTypeImageInfo(VkDescriptorType descType) { in isDescriptorTypeImageInfo() function in gfxstream::vk::VkDecoderGlobalState::Impl
7440 if (isDescriptorTypeImageInfo(type)) { in calcLinearizedDescriptorUpdateTemplateInfo()
7477 if (isDescriptorTypeImageInfo(type)) { in calcLinearizedDescriptorUpdateTemplateInfo()