Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvk_ext_provoking_vertex.h45 typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { struct
49 } VkPhysicalDeviceProvokingVertexPropertiesEXT; argument
/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()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h11387 typedef struct VkPhysicalDeviceProvokingVertexPropertiesEXT { struct
11392 } VkPhysicalDeviceProvokingVertexPropertiesEXT; argument
Dvulkan_structs.hpp43904 …PhysicalDeviceProvokingVertexPropertiesEXT( VkPhysicalDeviceProvokingVertexPropertiesEXT const & r… in PhysicalDeviceProvokingVertexPropertiesEXT()
43915 operator=( VkPhysicalDeviceProvokingVertexPropertiesEXT const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
43921 operator VkPhysicalDeviceProvokingVertexPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProvokingVertexPropertiesEXT const&()
43923 return *reinterpret_cast<const VkPhysicalDeviceProvokingVertexPropertiesEXT *>( this ); in operator VkPhysicalDeviceProvokingVertexPropertiesEXT const&()
43926 operator VkPhysicalDeviceProvokingVertexPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProvokingVertexPropertiesEXT&()
43928 return *reinterpret_cast<VkPhysicalDeviceProvokingVertexPropertiesEXT *>( this ); in operator VkPhysicalDeviceProvokingVertexPropertiesEXT&()
43955 sizeof( VkPhysicalDeviceProvokingVertexPropertiesEXT ),