Searched refs:tgsi_processor (Results 1 – 19 of 19) sorted by relevance
117 struct tgsi_processor *processor; in tgsi_transform_shader()150 processor = (struct tgsi_processor *) (tokens_out + 1); in tgsi_transform_shader()
68 struct tgsi_processor processor;
47 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()
389 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
43 struct tgsi_processor processor;
118 struct tgsi_processor *processor; in tgsi_transform_shader()151 processor = (struct tgsi_processor *) (tokens_out + 1); in tgsi_transform_shader()
45 struct tgsi_processor
402 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
45 struct tgsi_processor processor;
50 struct tgsi_processor struct
43 struct tgsi_processor struct
1285 unsigned tgsi_processor, in st_translate_program_common() argument1384 tgsi_processor, in st_translate_program_common()1401 if (tgsi_processor == PIPE_SHADER_COMPUTE) { in st_translate_program_common()