Lines Matching refs:TGSI_PROCESSOR_TESS_EVAL

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()
4023 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL || in emit_header()
4033 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) in emit_header()
4038 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) in emit_header()
4409 if (ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) { in emit_ios()
4420 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) { in emit_ios()
4436 … if (ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL && ctx->inputs[i].name == TGSI_SEMANTIC_PATCH) in emit_ios()
4451 … (ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL && ctx->inputs[i].name != TGSI_SEMANTIC_PATCH)) { in emit_ios()
4469 if (ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) { in emit_ios()
4517 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) && in emit_ios()
4569 ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) { in emit_ios()
4660 if (ctx->prog_type == TGSI_PROCESSOR_TESS_CTRL || ctx->prog_type == TGSI_PROCESSOR_TESS_EVAL) { in emit_ios()