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

  /external/mesa3d/src/amd/vulkan/
radv_util.c 83 ERROR_CASE(VK_ERROR_DEVICE_LOST)
  /external/mesa3d/src/intel/vulkan/
anv_util.c 81 ERROR_CASE(VK_ERROR_DEVICE_LOST)
anv_device.c 863 result = vk_errorf(VK_ERROR_DEVICE_LOST, "execbuf2 failed: %m");
    [all...]
  /external/vulkan-validation-layers/tests/
test_common.h 78 STR(VK_ERROR_DEVICE_LOST);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
test_common.h 78 STR(VK_ERROR_DEVICE_LOST);
  /external/vulkan-validation-layers/layers/
parameter_validation.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h     [all...]
vk_enum_validate_helper.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h     [all...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 68 case VK_ERROR_DEVICE_LOST: result_str = "VK_ERROR_DEVICE_LOST"; break;
  /external/deqp/external/vulkancts/framework/vulkan/
vkBasicTypes.inl 76 VK_ERROR_DEVICE_LOST = -4,
    [all...]
vkStrUtilImpl.inl 83 case VK_ERROR_DEVICE_LOST: return "VK_ERROR_DEVICE_LOST";
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 189 SkASSERT(VK_SUCCESS == res || VK_ERROR_DEVICE_LOST == res);
206 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res);
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 189 SkASSERT(VK_SUCCESS == res || VK_ERROR_DEVICE_LOST == res);
206 fResourceProvider.destroyResources(VK_ERROR_DEVICE_LOST == res);
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h 132 VK_ERROR_DEVICE_LOST = -4,
    [all...]
  /external/vulkan-validation-layers/demos/
vulkaninfo.c 238 STR(VK_ERROR_DEVICE_LOST);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h 132 VK_ERROR_DEVICE_LOST = -4,
    [all...]
vulkan.hpp 299 eErrorDeviceLost = VK_ERROR_DEVICE_LOST,
    [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h 136 VK_ERROR_DEVICE_LOST = -4,
    [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h 136 VK_ERROR_DEVICE_LOST = -4,
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h 132 VK_ERROR_DEVICE_LOST = -4,
    [all...]
vulkan.hpp 514 eErrorDeviceLost = VK_ERROR_DEVICE_LOST,
    [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h 132 VK_ERROR_DEVICE_LOST = -4,
    [all...]

Completed in 313 milliseconds