Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DEmulatorFeatureInfo.h172 hasVulkanBatchedDescriptorSetUpdate(false), in EmulatorFeatureInfo()
201 bool hasVulkanBatchedDescriptorSetUpdate; member
DHostConnection.cpp679 rcEnc->featureInfo()->hasVulkanBatchedDescriptorSetUpdate = true; in queryAndSetVulkanBatchedDescriptorSetUpdateSupport()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp1227 clearDescriptorPool(pool, mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate); in clearDescriptorPoolAndUnregisterDescriptorSets()
1230 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in clearDescriptorPoolAndUnregisterDescriptorSets()
1422 mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate = true; in setupCaps()
4848 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkCreateDescriptorPool()
4894 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkAllocateDescriptorSets()
4973 mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate)) { in on_vkFreeDescriptorSets()
4981 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkFreeDescriptorSets()
5078 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkUpdateDescriptorSets()
6381 bool batched = mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate; in on_vkUpdateDescriptorSetWithTemplate()
6936 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) in on_vkCmdBindDescriptorSets()