Home
last modified time | relevance | path

Searched refs:create_device_pnext (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h55 VkPhysicalDeviceFeatures *features = nullptr, void *create_device_pnext = nullptr);
107 … void InitState(VkPhysicalDeviceFeatures *features = nullptr, void *create_device_pnext = nullptr,
Dvktestbinding.cpp246 …:vector<const char *> &extensions, VkPhysicalDeviceFeatures *features, void *create_device_pnext) { in init() argument
269 dev_info.pNext = create_device_pnext; in init()
Dvkrenderframework.cpp401 void VkRenderFramework::InitState(VkPhysicalDeviceFeatures *features, void *create_device_pnext, in InitState() argument
424 m_device = new VkDeviceObj(0, objs[0], m_device_extension_names, features, create_device_pnext); in InitState()
792 VkPhysicalDeviceFeatures *features, void *create_device_pnext) in VkDeviceObj() argument
794 init(extension_names, features, create_device_pnext); in VkDeviceObj()
Dvklayertests_others.cpp1197 VkDeviceGroupDeviceCreateInfo create_device_pnext = {}; in TEST_F() local
1198 create_device_pnext.sType = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO; in TEST_F()
1199 create_device_pnext.physicalDeviceCount = physical_device_group[0].physicalDeviceCount; in TEST_F()
1200 create_device_pnext.pPhysicalDevices = physical_device_group[0].physicalDevices; in TEST_F()
1201 …ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &create_device_pnext, VK_COMMAND_POOL_CREATE_RESET_COMM… in TEST_F()
Dvktestbinding.h199 void *create_device_pnext = nullptr); // all queues, all extensions, etc
Dvklayertests_buffer_image_memory_sampler.cpp7077 VkDeviceGroupDeviceCreateInfo create_device_pnext = {}; in TEST_F() local
7078 create_device_pnext.sType = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO; in TEST_F()
7079 create_device_pnext.physicalDeviceCount = physical_device_group[0].physicalDeviceCount; in TEST_F()
7080 create_device_pnext.pPhysicalDevices = physical_device_group[0].physicalDevices; in TEST_F()
7081 ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &create_device_pnext)); in TEST_F()
Dvkpositivelayertests.cpp7778 VkDeviceGroupDeviceCreateInfo create_device_pnext = {}; in TEST_F() local
7779 create_device_pnext.sType = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO; in TEST_F()
7780 create_device_pnext.physicalDeviceCount = physical_device_group[0].physicalDeviceCount; in TEST_F()
7781 create_device_pnext.pPhysicalDevices = physical_device_group[0].physicalDevices; in TEST_F()
7782 …ASSERT_NO_FATAL_FAILURE(InitState(nullptr, &create_device_pnext, VK_COMMAND_POOL_CREATE_RESET_COMM… in TEST_F()