Home
last modified time | relevance | path

Searched refs:mDynamicRenderingLocalReadFeatures (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.cpp2719 vk::AddToPNextChain(deviceFeatures, &mDynamicRenderingLocalReadFeatures); in appendDeviceExtensionFeaturesNotPromoted()
3024 mDynamicRenderingLocalReadFeatures = {}; in queryDeviceExtensionFeatures()
3025 mDynamicRenderingLocalReadFeatures.sType = in queryDeviceExtensionFeatures()
3175 mDynamicRenderingLocalReadFeatures.pNext = nullptr; in queryDeviceExtensionFeatures()
3508 vk::AddToPNextChain(&mEnabledFeatures, &mDynamicRenderingLocalReadFeatures); in enableDeviceExtensionsNotPromoted()
5730 mDynamicRenderingLocalReadFeatures.dynamicRenderingLocalRead == VK_TRUE && !isNvidia); in initFeatures()
H A Dvk_renderer.h893 VkPhysicalDeviceDynamicRenderingLocalReadFeaturesKHR mDynamicRenderingLocalReadFeatures; variable