Searched refs:VK_ERROR_LAYER_NOT_PRESENT (Results 1 - 15 of 15) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_log.c260 case VK_ERROR_LAYER_NOT_PRESENT:
H A Dvk_physical_device.c68 return VK_ERROR_LAYER_NOT_PRESENT;
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_physical_device.c1465 return vn_error(physical_dev->instance, VK_ERROR_LAYER_NOT_PRESENT);
H A Dvn_instance.c675 return vn_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
729 result = VK_ERROR_LAYER_NOT_PRESENT;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c1094 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c1067 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
3403 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1472 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
1488 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
1502 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c1835 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c165 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
1664 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
1679 return vk_error(physical_device, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c3354 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
3367 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
5118 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h151 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator in enum:VkResult
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c2483 return vk_error(VK_ERROR_LAYER_NOT_PRESENT);
2497 return vk_error(VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c1317 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
1340 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c2028 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
2042 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h128 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator in enum:VkResult

Completed in 140 milliseconds