Searched refs:TGSI_PROCESSOR_TESS_EVAL (Results 1 – 6 of 6) sorted by relevance
348 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 …]
80 procType == TGSI_PROCESSOR_TESS_EVAL || in tgsi_scan_shader()379 procType == TGSI_PROCESSOR_TESS_EVAL) { in tgsi_scan_shader()
309 case TGSI_PROCESSOR_TESS_EVAL: in tgsi_get_processor_name()
374 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()
301 iter->processor.Processor == TGSI_PROCESSOR_TESS_EVAL)))) { in iter_declaration()
47 #define TGSI_PROCESSOR_TESS_EVAL 4 macro