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

  /external/vulkan-validation-layers/layers/
swapchain.h 173 bool gotQueueFamilyPropertyCount;
swapchain.cpp 343 pPhysicalDevice->gotQueueFamilyPropertyCount = true;
468 if (pPhysicalDevice->gotQueueFamilyPropertyCount) {
554 if (pPhysicalDevice->gotQueueFamilyPropertyCount) {
639 if (pPhysicalDevice->gotQueueFamilyPropertyCount) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 366 pPhysicalDevice->gotQueueFamilyPropertyCount = true;
510 if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQueueFamilies)) {
605 if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQueueFamilies)) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.cpp 366 pPhysicalDevice->gotQueueFamilyPropertyCount = true;
510 if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQueueFamilies)) {
605 if (pPhysicalDevice->gotQueueFamilyPropertyCount && (queueFamilyIndex >= pPhysicalDevice->numOfQueueFamilies)) {
    [all...]
swapchain.h 230 bool gotQueueFamilyPropertyCount;

Completed in 181 milliseconds