Home
last modified time | relevance | path

Searched refs:tgsi_processor (Results 1 – 19 of 19) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c117 struct tgsi_processor *processor; in tgsi_transform_shader()
150 processor = (struct tgsi_processor *) (tokens_out + 1); in tgsi_transform_shader()
Dtgsi_iterate.h68 struct tgsi_processor processor;
Dtgsi_build.h47 struct tgsi_processor
Dtgsi_parse.h41 struct tgsi_processor Processor;
Dtgsi_parse.c40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1]; in tgsi_parse_init()
Dtgsi_build.c67 struct tgsi_processor
72 struct tgsi_processor processor; in tgsi_build_processor()
Dtgsi_text.c389 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
Dtgsi_ureg.c43 struct tgsi_processor processor;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_transform.c118 struct tgsi_processor *processor; in tgsi_transform_shader()
151 processor = (struct tgsi_processor *) (tokens_out + 1); in tgsi_transform_shader()
Dtgsi_iterate.h68 struct tgsi_processor processor;
Dtgsi_build.h45 struct tgsi_processor
Dtgsi_parse.h41 struct tgsi_processor Processor;
Dtgsi_parse.c40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1]; in tgsi_parse_init()
Dtgsi_build.c67 struct tgsi_processor
72 struct tgsi_processor processor; in tgsi_build_processor()
Dtgsi_text.c402 *(struct tgsi_processor *) ctx->tokens_cur++ = tgsi_build_processor( processor, ctx->header ); in parse_header()
Dtgsi_ureg.c45 struct tgsi_processor processor;
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h50 struct tgsi_processor struct
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h43 struct tgsi_processor struct
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c1285 unsigned tgsi_processor, in st_translate_program_common() argument
1384 tgsi_processor, in st_translate_program_common()
1401 if (tgsi_processor == PIPE_SHADER_COMPUTE) { in st_translate_program_common()