Home
last modified time | relevance | path

Searched refs:VK_ERROR_NOT_PERMITTED_KHR (Results 1 - 8 of 8) sorted by relevance

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp838 return VK_ERROR_NOT_PERMITTED_KHR;
863 return VK_ERROR_NOT_PERMITTED_KHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp616 if (VK_ERROR_NOT_PERMITTED_KHR == m_device.createResult) in iterate()
760 if (VK_ERROR_NOT_PERMITTED_KHR == m_device.createResult) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp720 if (VK_ERROR_NOT_PERMITTED_KHR == deviceStatus) in iterate()
830 if (VK_ERROR_NOT_PERMITTED_KHR == deviceStatus) in iterate()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c1547 result = VK_ERROR_NOT_PERMITTED_KHR; in radv_amdgpu_ctx_create()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3274 * have sufficient privileges. In this scenario VK_ERROR_NOT_PERMITTED_KHR in anv_CreateDevice()
3282 result = vk_error(device, VK_ERROR_NOT_PERMITTED_KHR); in anv_CreateDevice()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h190 VK_ERROR_NOT_PERMITTED_KHR = -1000174001, enumerator
200 VK_ERROR_NOT_PERMITTED_EXT = VK_ERROR_NOT_PERMITTED_KHR,
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp274 eErrorNotPermittedKHR = VK_ERROR_NOT_PERMITTED_KHR,
H A Dvulkan_core.h179 VK_ERROR_NOT_PERMITTED_KHR = -1000174001, enumerator
191 VK_ERROR_NOT_PERMITTED_EXT = VK_ERROR_NOT_PERMITTED_KHR,

Completed in 224 milliseconds