Searched refs:FullHeader (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c38 ctx->FullHeader.Header = *(struct tgsi_header *) &tokens[0];
39 if (ctx->FullHeader.Header.HeaderSize >= 2) {
40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1];
47 ctx->Position = ctx->FullHeader.Header.HeaderSize;
67 ctx->FullHeader.Header.HeaderSize + ctx->FullHeader.Header.BodySize;
335 return parse.FullHeader.Processor.Processor;
H A Dtgsi_iterate.c41 ctx->processor = parse.FullHeader.Processor;
H A Dtgsi_parse.h112 struct tgsi_full_header FullHeader; member in struct:tgsi_parse_context
H A Dtgsi_transform.c142 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_scan.c860 procType = parse.FullHeader.Processor.Processor;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c38 ctx->FullHeader.Header = *(struct tgsi_header *) &tokens[0];
39 if (ctx->FullHeader.Header.HeaderSize >= 2) {
40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1];
47 ctx->Position = ctx->FullHeader.Header.HeaderSize;
67 ctx->FullHeader.Header.HeaderSize + ctx->FullHeader.Header.BodySize;
335 return parse.FullHeader.Processor.Processor;
H A Dtgsi_iterate.c41 ctx->processor = parse.FullHeader.Processor;
H A Dtgsi_parse.h112 struct tgsi_full_header FullHeader; member in struct:tgsi_parse_context
H A Dtgsi_transform.c142 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_scan.c880 procType = parse.FullHeader.Processor.Processor;

Completed in 11 milliseconds