Searched refs:TGSI_PROCESSOR_TESS_CTRL (Results 1 – 6 of 6) sorted by relevance
347 case TGSI_PROCESSOR_TESS_CTRL: return "tc"; in tgsi_proc_to_prefix()442 case TGSI_PROCESSOR_TESS_CTRL: in get_stage_input_name_prefix()466 case TGSI_PROCESSOR_TESS_CTRL: in get_stage_output_name_prefix()805 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()818 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()836 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()949 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()956 if (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) in iter_declaration()983 if (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) in iter_declaration()1035 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()[all …]
79 procType == TGSI_PROCESSOR_TESS_CTRL || in tgsi_scan_shader()378 procType == TGSI_PROCESSOR_TESS_CTRL || in tgsi_scan_shader()
300 (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()308 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) { in iter_declaration()
307 case TGSI_PROCESSOR_TESS_CTRL: in tgsi_get_processor_name()
372 processor = TGSI_PROCESSOR_TESS_CTRL; in parse_header()765 (ctx->processor == TGSI_PROCESSOR_TESS_CTRL && (is_in || is_out))) { in parse_register_dcl()1832 if (ctx->processor == TGSI_PROCESSOR_TESS_CTRL || in translate()
46 #define TGSI_PROCESSOR_TESS_CTRL 3 macro