Home
last modified time | relevance | path

Searched defs:getPhysicalDeviceFeatures (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkInstanceFunctionPointers.inl8 GetPhysicalDeviceFeaturesFunc getPhysicalDeviceFeatures; variable
DvkInstanceDriverImpl.inl17 void InstanceDriver::getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFe… function in InstanceDriver
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkInstanceFunctionPointers.inl11 GetPhysicalDeviceFeaturesFunc getPhysicalDeviceFeatures; variable
DvkInstanceDriverImpl.inl32 void InstanceDriver::getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDeviceFe… function in InstanceDriver
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp132 VkPhysicalDeviceFeatures getPhysicalDeviceFeatures (const InstanceInterface& vk, VkPhysicalDevice p… in getPhysicalDeviceFeatures() function
DvkNullDriver.cpp864 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceFeatures (VkPhysicalDevice physicalDevice, VkPhysicalDe… in getPhysicalDeviceFeatures() function
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h209 const VkPhysicalDeviceFeatures &getPhysicalDeviceFeatures() const in getPhysicalDeviceFeatures() function