Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProvokingVertexPropertiesEXT (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/include/vulkan/
Dvk_ext_provoking_vertex.h45 typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { struct
49 } VkPhysicalDeviceProvokingVertexPropertiesEXT; typedef
/external/swiftshader/src/Vulkan/
DVkPhysicalDevice.hpp61 void getProperties(VkPhysicalDeviceProvokingVertexPropertiesEXT *properties) const;
DVkPhysicalDevice.cpp891 void PhysicalDevice::getProperties(VkPhysicalDeviceProvokingVertexPropertiesEXT *properties) const in getProperties()
DlibVulkan.cpp3148 …auto properties = reinterpret_cast<VkPhysicalDeviceProvokingVertexPropertiesEXT *>(extensionProper… in vkGetPhysicalDeviceProperties2()
/external/angle/src/common/vulkan/
Dvulkan_icd.cpp224 sizeof(VkPhysicalDeviceProvokingVertexPropertiesEXT)}, in setCustomExtensionsEnvironment()