Home
last modified time | relevance | path

Searched refs:TGSI_PROCESSOR_TESS_EVAL (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.c348 case TGSI_PROCESSOR_TESS_EVAL: return "te"; in tgsi_proc_to_prefix()
436 case TGSI_PROCESSOR_TESS_EVAL: in get_stage_input_name_prefix()
469 case TGSI_PROCESSOR_TESS_EVAL: in get_stage_output_name_prefix()
806 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_declaration()
819 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_declaration()
837 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_declaration()
950 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_declaration()
1036 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_declaration()
3721 } else if (iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL) { in iter_instruction()
4007 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL)) { in emit_header()
[all …]
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c80 procType == TGSI_PROCESSOR_TESS_EVAL || in tgsi_scan_shader()
379 procType == TGSI_PROCESSOR_TESS_EVAL) { in tgsi_scan_shader()
Dtgsi_info.c309 case TGSI_PROCESSOR_TESS_EVAL: in tgsi_get_processor_name()
Dtgsi_text.c374 processor = TGSI_PROCESSOR_TESS_EVAL; in parse_header()
764 (ctx->processor == TGSI_PROCESSOR_TESS_EVAL && is_in) || in parse_register_dcl()
1833 ctx->processor == TGSI_PROCESSOR_TESS_EVAL) in translate()
Dtgsi_dump.c301 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL)))) { in iter_declaration()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h47 #define TGSI_PROCESSOR_TESS_EVAL 4 macro