Home
last modified time | relevance | path

Searched refs:VK_ERROR_NOT_PERMITTED_EXT (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tests/
H A DVkPriorityExtensionTest.cpp268 if (err != VK_SUCCESS && err != VK_ERROR_NOT_PERMITTED_EXT) { in DEF_GPUTEST()
273 if (err != VK_ERROR_NOT_PERMITTED_EXT) { in DEF_GPUTEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1098 if (result == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1133 if ((error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
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.cpp1096 if (result == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1131 if ((error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied) in createDeviceWithGlobalPriorityTest()
1290 if (mustFail || (error.getError() == VK_ERROR_NOT_PERMITTED_EXT && mayBeDenied)) in createDeviceWithQueriedGlobalPriorityTest()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h499 case (VK_ERROR_NOT_PERMITTED_EXT):
500 return os << "VK_ERROR_NOT_PERMITTED_EXT";
/third_party/ffmpeg/libavutil/
H A Dvulkan.c90 CASE(VK_ERROR_NOT_PERMITTED_EXT); in ff_vk_ret2str()
H A Dhwcontext_vulkan.c391 CASE(VK_ERROR_NOT_PERMITTED_EXT); in vk_ret2str()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp273 eErrorNotPermittedEXT = VK_ERROR_NOT_PERMITTED_EXT,
H A Dvulkan_core.h191 VK_ERROR_NOT_PERMITTED_EXT = VK_ERROR_NOT_PERMITTED_KHR, enumerator
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h159 VK_ERROR_NOT_PERMITTED_EXT = -1000174001, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h171 VK_ERROR_NOT_PERMITTED_EXT = -1000174001, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h200 VK_ERROR_NOT_PERMITTED_EXT = VK_ERROR_NOT_PERMITTED_KHR, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h171 VK_ERROR_NOT_PERMITTED_EXT = -1000174001, enumerator
H A Dvulkan_enums.hpp69 eErrorNotPermittedEXT = VK_ERROR_NOT_PERMITTED_EXT,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h171 VK_ERROR_NOT_PERMITTED_EXT = -1000174001, enumerator

Completed in 450 milliseconds