Lines Matching refs:_message

34 #define VP_HW_ASSERTMESSAGE(_message, ...)                                        \  argument
35 MOS_ASSERTMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_HW, _message, ##__VA_ARGS__)
37 #define VP_HW_NORMALMESSAGE(_message, ...) \ argument
38 MOS_NORMALMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_HW, _message, ##__VA_ARGS__)
40 #define VP_HW_VERBOSEMESSAGE(_message, ...) \ argument
41 MOS_VERBOSEMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_HW, _message, ##__VA_ARGS__)
64 #define VP_PUBLIC_ASSERTMESSAGE(_message, ...) \ argument
65 MOS_ASSERTMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_PUBLIC, _message, ##__VA_ARGS__)
67 #define VP_PUBLIC_NORMALMESSAGE(_message, ...) \ argument
68 MOS_NORMALMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_PUBLIC, _message, ##__VA_ARGS__)
70 #define VP_PUBLIC_VERBOSEMESSAGE(_message, ...) \ argument
71 MOS_VERBOSEMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_PUBLIC, _message, ##__VA_ARGS__)
112 #define VP_DEBUG_ASSERTMESSAGE(_message, ...) \ argument
113 MOS_ASSERTMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DEBUG, _message, ##__VA_ARGS__)
115 #define VP_DEBUG_NORMALMESSAGE(_message, ...) \ argument
116 MOS_NORMALMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DEBUG, _message, ##__VA_ARGS__)
118 #define VP_DEBUG_VERBOSEMESSAGE(_message, ...) \ argument
119 MOS_VERBOSEMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DEBUG, _message, ##__VA_ARGS__)
142 #define VP_RENDER_ASSERTMESSAGE(_message, ...) \ argument
143 MOS_ASSERTMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_RENDER, _message, ##__VA_ARGS__)
145 #define VP_RENDER_NORMALMESSAGE(_message, ...) \ argument
146 MOS_NORMALMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_RENDER, _message, ##__VA_ARGS__)
148 #define VP_RENDER_VERBOSEMESSAGE(_message, ...) \ argument
149 MOS_VERBOSEMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_RENDER, _message, ##__VA_ARGS__)
154 #define VP_RENDER_EXITMESSAGE(_message, ...) \ argument
155 …GE(MOS_MESSAGE_LVL_FUNCTION_EXIT, MOS_COMPONENT_VP, MOS_VP_SUBCOMP_RENDER, _message, ##__VA_ARGS__)
163 #define VP_RENDER_CHK_STATUS_MESSAGE(_stmt, _message, ...) \ argument
164 MOS_CHK_STATUS_MESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_RENDER, _stmt, _message, ##__VA_ARGS__)
181 #define VP_DDI_ASSERTMESSAGE(_message, ...) \ argument
182 MOS_ASSERTMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DDI, _message, ##__VA_ARGS__)
184 #define VP_DDI_NORMALMESSAGE(_message, ...) \ argument
185 MOS_NORMALMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DDI, _message, ##__VA_ARGS__)
187 #define VP_DDI_VERBOSEMESSAGE(_message, ...) \ argument
188 MOS_VERBOSEMESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DDI, _message, ##__VA_ARGS__)
196 #define VP_DDI_CHK_STATUS_MESSAGE(_stmt, _message, ...) \ argument
197 MOS_CHK_STATUS_MESSAGE(MOS_COMPONENT_VP, MOS_VP_SUBCOMP_DDI, _stmt, _message, ##__VA_ARGS__)