/third_party/mesa3d/src/mesa/main/ |
D | errors.h | 52 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3); 55 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 58 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4); 64 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 67 _mesa_log(const char *fmtString, ...) PRINTFLIKE(1, 2); 95 const char *fmtString, ...) PRINTFLIKE(6, 7);
|
/third_party/mesa3d/src/util/ |
D | ralloc.h | 383 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3) MALLOCLIKE; 417 PRINTFLIKE(3, 4); 460 PRINTFLIKE(2, 3);
|
D | log.h | 46 void PRINTFLIKE(3, 4) 105 static inline void PRINTFLIKE(1, 2)
|
D | macros.h | 157 # define PRINTFLIKE(f, a) __attribute__ ((format(__MINGW_PRINTF_FORMAT, f, a))) macro 159 # define PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) macro 162 #define PRINTFLIKE(f, a) macro
|
D | u_string.h | 71 PRINTFLIKE(2, 3)
|
D | u_debug.h | 103 #define _util_printf_format(fmt, list) PRINTFLIKE(fmt, list)
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_log.h | 69 void PRINTFLIKE(7, 8) 90 VkResult PRINTFLIKE(5, 6)
|
D | vk_queue.h | 180 VkResult PRINTFLIKE(4, 5)
|
D | vk_device.h | 306 VkResult PRINTFLIKE(4, 5)
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 56 size_t spirv_offset, const char *fmt, ...) PRINTFLIKE(4, 5); 61 const char *fmt, ...) PRINTFLIKE(4, 5); 65 const char *fmt, ...) PRINTFLIKE(4, 5); 90 const char *fmt, ...) PRINTFLIKE(4, 5);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_util.h | 33 ...) PRINTFLIKE(6, 7); 45 PRINTFLIKE(3, 4);
|
D | tu_util.c | 18 void PRINTFLIKE(3, 4)
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.h | 89 const char *path_format, ...) PRINTFLIKE(2, 3);
|
/third_party/mesa3d/src/intel/tools/ |
D | aub_write.h | 42 static inline void PRINTFLIKE(2, 3) NORETURN
|
D | aub_read.c | 73 static PRINTFLIKE(3, 4) void
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_priv.h | 45 void PRINTFLIKE(3, 4) UNUSED
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.h | 112 PRINTFLIKE(3, 4) static inline char *
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_common.h | 200 PRINTFLIKE(2, 3);
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 94 static void report_errorf(const char *fmt, ...) PRINTFLIKE(1, 2); 104 static void report_elf_errorf(const char *fmt, ...) PRINTFLIKE(1, 2);
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.0.1.rst | 120 - ralloc: Annotate printf functions with PRINTFLIKE(...)
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.h | 267 nir_builder PRINTFLIKE(3, 4)
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 83 void (*shader_debug_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4); 84 void (*shader_perf_log)(void *, unsigned *id, const char *str, ...) PRINTFLIKE(3, 4);
|
/third_party/mesa3d/src/glx/ |
D | glxclient.h | 71 extern void glx_message(int level, const char *f, ...) PRINTFLIKE(2, 3);
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.h | 122 YYLTYPE *locp, const char *fmt, ...) PRINTFLIKE(5, 6);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builder.c | 36 nir_builder MUST_CHECK PRINTFLIKE(3, 4)
|