Searched refs:report_error (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c350 static void report_error( struct translate_ctx *ctx, const char *msg ) function in typeref:typename:void
391 report_error( ctx, "Unknown header" );
471 report_error( ctx, "Writemask expected" );
492 report_error( ctx, "Unknown register file" );
497 report_error( ctx, "Expected `['" );
518 report_error( ctx, "Expected literal unsigned integer" );
537 report_error( ctx, "Expected `]'" );
591 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
605 report_error( ctx, "Expected literal unsigned integer" );
614 report_error( ct
[all...]
H A Dtgsi_sanity.c151 report_error( function in typeref:typename:void
194 report_error( ctx, "(%u): Invalid register file name", file );
281 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name );
290 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file],
294 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file],
317 report_error( ctx, "Too many END instructions" );
324 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
329 report_error( ctx, "%s: Invalid number of destination operands, should be %u",
333 report_error( ctx, "%s: Invalid number of source operands, should be %u",
348 report_error(ct
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c350 static void report_error( struct translate_ctx *ctx, const char *msg ) function in typeref:typename:void
391 report_error( ctx, "Unknown header" );
471 report_error( ctx, "Writemask expected" );
492 report_error( ctx, "Unknown register file" );
497 report_error( ctx, "Expected `['" );
518 report_error( ctx, "Expected literal unsigned integer" );
537 report_error( ctx, "Expected `]'" );
591 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
605 report_error( ctx, "Expected literal unsigned integer" );
614 report_error( ct
[all...]
H A Dtgsi_sanity.c151 report_error( function in typeref:typename:void
194 report_error( ctx, "(%u): Invalid register file name", file );
281 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name );
290 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file],
294 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file],
317 report_error( ctx, "Too many END instructions" );
324 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
329 report_error( ctx, "%s: Invalid number of destination operands, should be %u",
333 report_error( ctx, "%s: Invalid number of source operands, should be %u",
348 report_error(ct
[all...]

Completed in 10 milliseconds