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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 63 auto it = my_instance_data->physicalDeviceMap.find(physicalDevice);
64 pPhysicalDevice = (it == my_instance_data->physicalDeviceMap.end()) ? NULL : &it->second;
310 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
312 my_data->physicalDeviceMap.erase(it->second->physicalDevice);
362 auto it = my_data->physicalDeviceMap.find(physicalDevice);
363 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
499 auto it = my_data->physicalDeviceMap.find(physicalDevice);
500 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
594 auto it = my_data->physicalDeviceMap.find(physicalDevice);
595 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
swapchain.cpp 63 auto it = my_instance_data->physicalDeviceMap.find(physicalDevice);
64 pPhysicalDevice = (it == my_instance_data->physicalDeviceMap.end()) ? NULL : &it->second;
310 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
312 my_data->physicalDeviceMap.erase(it->second->physicalDevice);
362 auto it = my_data->physicalDeviceMap.find(physicalDevice);
363 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
499 auto it = my_data->physicalDeviceMap.find(physicalDevice);
500 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
594 auto it = my_data->physicalDeviceMap.find(physicalDevice);
595 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second
    [all...]
swapchain.h 338 std::unordered_map<void *, SwpPhysicalDevice> physicalDeviceMap;
  /external/vulkan-validation-layers/layers/
swapchain.cpp 52 auto it = my_instance_data->physicalDeviceMap.find(physicalDevice);
53 pPhysicalDevice = (it == my_instance_data->physicalDeviceMap.end()) ? NULL : &it->second;
282 // Erase the SwpPhysicalDevice's from the my_data->physicalDeviceMap (which
284 my_data->physicalDeviceMap.erase(it->second->physicalDevice);
334 auto it = my_data->physicalDeviceMap.find(physicalDevice);
335 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
455 auto it = my_data->physicalDeviceMap.find(physicalDevice);
456 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second;
541 auto it = my_data->physicalDeviceMap.find(physicalDevice);
542 pPhysicalDevice = (it == my_data->physicalDeviceMap.end()) ? NULL : &it->second
    [all...]
swapchain.h 285 std::unordered_map<void *, SwpPhysicalDevice> physicalDeviceMap;

Completed in 59 milliseconds