Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DEmulatorFeatureInfo.h169 hasVulkanBatchedDescriptorSetUpdate(false), in EmulatorFeatureInfo()
197 bool hasVulkanBatchedDescriptorSetUpdate; member
DHostConnection.cpp997 rcEnc->featureInfo()->hasVulkanBatchedDescriptorSetUpdate = true; in queryAndSetVulkanBatchedDescriptorSetUpdateSupport()
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp707 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in allocAndInitializeDescriptorSets()
800 clearDescriptorPool(pool, mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate); in clearDescriptorPoolAndUnregisterDescriptorSets()
803 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in clearDescriptorPoolAndUnregisterDescriptorSets()
5660 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkCreateDescriptorPool()
5769 … if (removeDescriptorSetFromPool(set, mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate)) { in on_vkFreeDescriptorSets()
5777 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkFreeDescriptorSets()
5882 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) { in on_vkUpdateDescriptorSets()
7169 bool batched = mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate; in on_vkUpdateDescriptorSetWithTemplate()
7672 if (mFeatureInfo->hasVulkanBatchedDescriptorSetUpdate) in on_vkCmdBindDescriptorSets()