Searched refs:MUST_CHECK (Results 1 – 25 of 27) sorted by relevance
12
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync.h | 307 VkResult MUST_CHECK vk_sync_init(struct vk_device *device, 316 VkResult MUST_CHECK vk_sync_create(struct vk_device *device, 325 VkResult MUST_CHECK vk_sync_signal(struct vk_device *device, 329 VkResult MUST_CHECK vk_sync_get_value(struct vk_device *device, 333 VkResult MUST_CHECK vk_sync_reset(struct vk_device *device, 336 VkResult MUST_CHECK vk_sync_wait(struct vk_device *device, 342 VkResult MUST_CHECK vk_sync_wait_many(struct vk_device *device, 348 VkResult MUST_CHECK vk_sync_import_opaque_fd(struct vk_device *device, 352 VkResult MUST_CHECK vk_sync_export_opaque_fd(struct vk_device *device, 356 VkResult MUST_CHECK vk_sync_import_sync_file(struct vk_device *device, [all …]
|
D | vk_pipeline_cache.h | 211 struct vk_pipeline_cache_object * MUST_CHECK 240 struct vk_pipeline_cache_object * MUST_CHECK
|
D | vk_command_pool.h | 53 VkResult MUST_CHECK
|
D | vk_physical_device.h | 103 VkResult MUST_CHECK
|
D | vk_instance.h | 127 VkResult MUST_CHECK
|
D | vk_command_buffer.h | 139 VkResult MUST_CHECK
|
D | vk_queue.h | 152 VkResult MUST_CHECK
|
D | vk_device.h | 266 VkResult MUST_CHECK
|
D | vk_command_pool.c | 33 VkResult MUST_CHECK
|
/third_party/mesa3d/src/util/ |
D | u_dynarray.h | 81 MUST_CHECK static inline void * 104 MUST_CHECK static inline void * 129 MUST_CHECK static inline void *
|
D | macros.h | 299 #define MUST_CHECK __attribute__((warn_unused_result)) macro 301 #define MUST_CHECK macro
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_driver.h | 287 extern bool MUST_CHECK 293 extern bool MUST_CHECK
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_insert_flow.c | 153 static uint8_t MUST_CHECK 165 static uint8_t MUST_CHECK
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 48 static uint64_t MUST_CHECK UNUSED 93 static VkResult MUST_CHECK 308 static VkResult MUST_CHECK 643 static VkResult MUST_CHECK 967 static bool MUST_CHECK 973 static bool MUST_CHECK 1140 static VkResult MUST_CHECK 1199 static VkResult MUST_CHECK 1401 static VkResult MUST_CHECK
|
D | anv_private.h | 3508 static inline bool MUST_CHECK 3680 static inline struct anv_address MUST_CHECK
|
D | anv_device.c | 375 static VkResult MUST_CHECK
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.h | 241 MUST_CHECK void *crocus_bo_map(struct util_debug_callback *dbg,
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_dce.c | 80 uint64_t MUST_CHECK
|
D | compiler.h | 1136 uint64_t MUST_CHECK bi_postra_liveness_ins(uint64_t live, bi_instr *ins);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.h | 337 static inline bool MUST_CHECK
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.h | 353 MUST_CHECK void *iris_bo_map(struct util_debug_callback *dbg,
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builder.c | 36 nir_builder MUST_CHECK PRINTFLIKE(3, 4)
|
D | nir_builder.h | 53 nir_builder MUST_CHECK PRINTFLIKE(3, 4)
|
/third_party/mesa3d/src/intel/isl/ |
D | isl.h | 2764 bool MUST_CHECK
|
/third_party/mesa3d/src/intel/common/ |
D | mi_builder.h | 1205 MUST_CHECK static inline struct mi_value
|
12