Home | History | Annotate | Download | only in device_limits

Lines Matching refs:vkEnumerateDeviceLayerProperties

759            strcmp(name, "vkEnumerateDeviceLayerProperties"));
831 vkEnumerateDeviceLayerProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount, VkLayerProperties *pProperties) {
854 if (!strcmp(funcName, "vkEnumerateDeviceLayerProperties"))
855 return reinterpret_cast<PFN_vkVoidFunction>(vkEnumerateDeviceLayerProperties);