Searched refs:error_msg (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_validate.c74 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
75 CAT(error_msg, error(msg)); \
83 cat(&error_msg, __msg); \
269 struct string error_msg = { .str = NULL, .len = 0 }; local in function:sources_not_null
289 return error_msg;
296 struct string error_msg = { .str = NULL, .len = 0 }; local in function:alignment_supported
301 return error_msg;
326 struct string error_msg = { .str = NULL, .len = 0 }; local in function:send_restrictions
385 return error_msg;
613 struct string error_msg local in function:general_restrictions_based_on_operand_types
845 struct string error_msg = { .str = NULL, .len = 0 }; local in function:general_restrictions_on_region_parameters
1000 struct string error_msg = { .str = NULL, .len = 0 }; local in function:special_restrictions_for_mixed_float_mode
1286 struct string error_msg = { .str = NULL, .len = 0 }; local in function:region_alignment_rules
1596 struct string error_msg = { .str = NULL, .len = 0 }; local in function:vector_immediate_restrictions
1658 struct string error_msg = { .str = NULL, .len = 0 }; local in function:special_requirements_for_handling_double_precision_data_types
1833 struct string error_msg = { .str = NULL, .len = 0 }; local in function:brw_validate_instructions
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_validate.c75 if ((cond) && !CONTAINS(error_msg, error(msg))) { \
76 CAT(error_msg, error(msg)); \
84 cat(&error_msg, __msg); \
278 struct string error_msg = { .str = NULL, .len = 0 }; local in function:invalid_values
294 return error_msg;
313 if (error_msg.str)
314 return error_msg;
341 return error_msg;
349 struct string error_msg = { .str = NULL, .len = 0 }; local in function:sources_not_null
369 return error_msg;
376 struct string error_msg = { .str = NULL, .len = 0 }; local in function:alignment_supported
408 struct string error_msg = { .str = NULL, .len = 0 }; local in function:send_restrictions
700 struct string error_msg = { .str = NULL, .len = 0 }; local in function:general_restrictions_based_on_operand_types
932 struct string error_msg = { .str = NULL, .len = 0 }; local in function:general_restrictions_on_region_parameters
1087 struct string error_msg = { .str = NULL, .len = 0 }; local in function:special_restrictions_for_mixed_float_mode
1373 struct string error_msg = { .str = NULL, .len = 0 }; local in function:region_alignment_rules
1683 struct string error_msg = { .str = NULL, .len = 0 }; local in function:vector_immediate_restrictions
1745 struct string error_msg = { .str = NULL, .len = 0 }; local in function:special_requirements_for_handling_double_precision_data_types
1965 struct string error_msg = { .str = NULL, .len = 0 }; local in function:instruction_restrictions
2070 struct string error_msg = { .str = NULL, .len = 0 }; local in function:send_descriptor_restrictions
2110 struct string error_msg = { .str = NULL, .len = 0 }; local in function:brw_validate_instruction
[all...]
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dpngshim.c197 png_const_charp error_msg )
201 FT_UNUSED( error_msg );
215 png_const_charp error_msg )
218 FT_UNUSED( error_msg );
196 error_callback(png_structp png,png_const_charp error_msg) argument
214 warning_callback(png_structp png,png_const_charp error_msg) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp523 std::string error_msg; local in function:clover::llvm::compile_to_spirv
525 if (!::llvm::writeSpirv(mod.get(), spirv_options, os, error_msg)) {
526 r_log += "Translation from LLVM IR to SPIR-V failed: " + error_msg + ".\n";
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py569 def unify_bit_size(self, a, b, error_msg):
571 have been assigned conflicting physical bit-sizes, call "error_msg" with
582 error_msg(a_bit_size, b_bit_size)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py492 def unify_bit_size(self, a, b, error_msg):
494 have been assigned conflicting physical bit-sizes, call "error_msg" with
505 error_msg(a_bit_size, b_bit_size)
/xsrc/external/mit/libXt/dist/src/
H A DShell.c2906 char error_msg[XT_MSG_LENGTH]; local in function:JoinSession
2908 error_msg[0] = '\0';
2912 &sm_client_id, XT_MSG_LENGTH, error_msg);
2913 if (error_msg[0]) {
2917 params[0] = error_msg;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c3418 "%s", queue->error_msg);
3462 vsnprintf(queue->error_msg, sizeof(queue->error_msg),
H A Danv_private.h1059 char error_msg[80]; member in struct:anv_queue

Completed in 28 milliseconds