Home
last modified time | relevance | path

Searched refs:mayBeDenied (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1082 const bool mayBeDenied = globalPriority > VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT; in createDeviceWithGlobalPriorityTest() local
1098 if (result == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1133 if ((error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1269 const bool mayBeDenied = globalPriority > VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT; in createDeviceWithQueriedGlobalPriorityTest() local
1292 if (mustFail || (error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied)) in createDeviceWithQueriedGlobalPriorityTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1080 const bool mayBeDenied = globalPriority > VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT; in createDeviceWithGlobalPriorityTest() local
1096 if (result == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1131 if ((error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1267 const bool mayBeDenied = globalPriority > VK_QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT; in createDeviceWithQueriedGlobalPriorityTest() local
1290 if (mustFail || (error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied)) in createDeviceWithQueriedGlobalPriorityTest()

Completed in 9 milliseconds