HomeSort by relevance Sort by last modified time
    Searched defs:vkGetPhysicalDeviceQueueFamilyProperties (Results 1 - 5 of 5) sorted by null

  /external/vulkan-validation-layers/layers/
device_limits.cpp 269 vkGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pCount,
282 "Invalid call sequence to vkGetPhysicalDeviceQueueFamilyProperties() w/ non-NULL "
283 "pQueueFamilyProperties. You should first call vkGetPhysicalDeviceQueueFamilyProperties() w/ "
289 // TODO: this is not a requirement of the Valid Usage section for vkGetPhysicalDeviceQueueFamilyProperties, so
293 "Call to vkGetPhysicalDeviceQueueFamilyProperties() w/ pCount value %u, but actual count "
315 "Invalid physicalDevice (%#" PRIxLEAST64 ") passed into vkGetPhysicalDeviceQueueFamilyProperties().",
402 "DL", "Call to vkCreateDevice() w/o first calling vkGetPhysicalDeviceQueueFamilyProperties().");
    [all...]
swapchain.cpp 365 vkGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physicalDevice, uint32_t *pQueueFamilyPropertyCount,
    [all...]
parameter_validation.cpp     [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c 562 vkGetPhysicalDeviceQueueFamilyProperties(
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]

Completed in 130 milliseconds