Searched refs:VK_ERROR_FEATURE_NOT_PRESENT (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_acceleration_structure.c | 148 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 159 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 170 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 181 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 196 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT);
|
| H A D | anv_perf.c | 197 result = VK_ERROR_FEATURE_NOT_PRESENT;
|
| H A D | anv_cmd_buffer.c | 594 anv_batch_set_error(&cmd_buffer->batch, VK_ERROR_FEATURE_NOT_PRESENT);
|
| H A D | anv_pipeline.c | 3363 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 3388 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT);
|
| H A D | anv_device.c | 4161 return vk_error(queue, VK_ERROR_FEATURE_NOT_PRESENT);
|
| H A D | genX_cmd_buffer.c | 4821 return vk_errorf(device->physical, VK_ERROR_FEATURE_NOT_PRESENT,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.h | 166 return VK_ERROR_FEATURE_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_query.c | 50 return VK_ERROR_FEATURE_NOT_PRESENT;
|
| H A D | lvp_pipeline.c | 868 return VK_ERROR_FEATURE_NOT_PRESENT; 998 return VK_ERROR_FEATURE_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_log.c | 264 case VK_ERROR_FEATURE_NOT_PRESENT:
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 850 return vk_error(device->instance, VK_ERROR_FEATURE_NOT_PRESENT); 923 result = VK_ERROR_FEATURE_NOT_PRESENT;
|
| H A D | radv_device.c | 1776 return vk_error(physical_device->instance, VK_ERROR_FEATURE_NOT_PRESENT);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 2189 return vk_error(device, VK_ERROR_FEATURE_NOT_PRESENT); 2273 result = VK_ERROR_FEATURE_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 2462 return VK_ERROR_FEATURE_NOT_PRESENT; 2496 ret = VK_ERROR_FEATURE_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 2538 return VK_ERROR_FEATURE_NOT_PRESENT; 2588 ret = VK_ERROR_FEATURE_NOT_PRESENT;
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_queue.c | 1556 return vk_error(queue, VK_ERROR_FEATURE_NOT_PRESENT);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1034 VK_ERROR_FEATURE_NOT_PRESENT);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 2143 return vk_error(VK_ERROR_FEATURE_NOT_PRESENT); 3432 return vk_error(VK_ERROR_FEATURE_NOT_PRESENT);
|
| H A D | genX_cmd_buffer.c | 3532 VK_ERROR_FEATURE_NOT_PRESENT,
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 130 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator in enum:VkResult
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 153 VK_ERROR_FEATURE_NOT_PRESENT = -8, enumerator in enum:VkResult
|
Completed in 176 milliseconds