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 D | vk_log.c | 260 case VK_ERROR_LAYER_NOT_PRESENT:
|
| H A D | vk_physical_device.c | 68 return VK_ERROR_LAYER_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_physical_device.c | 1465 return vn_error(physical_dev->instance, VK_ERROR_LAYER_NOT_PRESENT);
|
| H A D | vn_instance.c | 675 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 D | panvk_device.c | 1094 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 1067 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 D | lvp_device.c | 1472 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 D | tu_device.c | 1835 return vk_error(NULL, VK_ERROR_LAYER_NOT_PRESENT);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 165 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 D | radv_device.c | 3354 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 D | vulkan_core.h | 151 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator in enum:VkResult
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 2483 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 D | tu_device.c | 1317 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 D | radv_device.c | 2028 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 D | vulkan_core.h | 128 VK_ERROR_LAYER_NOT_PRESENT = -6, enumerator in enum:VkResult
|
Completed in 140 milliseconds