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

/external/chromium_org/third_party/mesa/src/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;
63 ctx->FullHeader.Header.HeaderSize + ctx->FullHeader.Header.BodySize;
H A Dtgsi_iterate.c41 ctx->processor = parse.FullHeader.Processor;
H A Dtgsi_parse.h117 struct tgsi_full_header FullHeader; member in struct:tgsi_parse_context
H A Dtgsi_transform.c138 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_scan.c68 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_ppc.c1288 if (parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_FRAGMENT) {
1307 parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_VERTEX ?
H A Dtgsi_exec.c677 mach->Processor = parse.FullHeader.Processor.Processor;
/external/mesa3d/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;
63 ctx->FullHeader.Header.HeaderSize + ctx->FullHeader.Header.BodySize;
H A Dtgsi_iterate.c41 ctx->processor = parse.FullHeader.Processor;
H A Dtgsi_parse.h117 struct tgsi_full_header FullHeader; member in struct:tgsi_parse_context
H A Dtgsi_transform.c138 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_scan.c68 procType = parse.FullHeader.Processor.Processor;
H A Dtgsi_ppc.c1288 if (parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_FRAGMENT) {
1307 parse.FullHeader.Processor.Processor == TGSI_PROCESSOR_VERTEX ?
H A Dtgsi_exec.c677 mach->Processor = parse.FullHeader.Processor.Processor;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c693 si_shader_ctx.type = si_shader_ctx.parse.FullHeader.Processor.Processor;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c693 si_shader_ctx.type = si_shader_ctx.parse.FullHeader.Processor.Processor;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c1192 ctx.type = ctx.parse.FullHeader.Processor.Processor;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c1192 ctx.type = ctx.parse.FullHeader.Processor.Processor;

Completed in 249 milliseconds