Searched refs:tgsi_processor (Results 1 – 10 of 10) sorted by relevance
164 struct tgsi_processor *processor; in tgsi_transform_shader()200 processor = (struct tgsi_processor *) (ctx->tokens_out + 1); in tgsi_transform_shader()
68 struct tgsi_processor processor;
45 struct tgsi_processor
41 struct tgsi_processor Processor;
40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1]; in tgsi_parse_init()
67 struct tgsi_processor72 struct tgsi_processor processor; in tgsi_build_processor()
402 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
49 struct tgsi_processor processor;
43 struct tgsi_processor struct
3894 enum pipe_shader_type shader_type = ((struct tgsi_processor *) &tgsi_tokens[1])->Processor; in nine_ureg_create_shader()