Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp53 …PhysicalDeviceLimitsEXT)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceLimits *newLimits);
68 …PhysicalDeviceLimitsEXT(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceLimits *newLimits) { in SetPhysicalDeviceLimitsEXT() argument
71 memcpy(&(phy_dev_data->phy_device_props.limits), newLimits, sizeof(VkPhysicalDeviceLimits)); in SetPhysicalDeviceLimitsEXT()
Dvk_lunarg_device_profile_api_layer.h36 …PhysicalDeviceLimitsEXT)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceLimits *newLimits);