Lines Matching refs:TGSI_PROCESSOR_GEOMETRY

346    case TGSI_PROCESSOR_GEOMETRY: return "gs";  in tgsi_proc_to_prefix()
430 case TGSI_PROCESSOR_GEOMETRY: in get_stage_input_name_prefix()
460 case TGSI_PROCESSOR_GEOMETRY: in get_stage_output_name_prefix()
765 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
804 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
817 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
835 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
948 iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
1034 iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
1048 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
1058 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
1068 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
1546 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY && ctx->so->output[i].stream) in prepare_so_movs()
4000 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) { in emit_header()
4022 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY || in emit_header()
4032 ctx->prog_type == TGSI_PROCESSOR_GEOMETRY || in emit_header()
4394 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) { in emit_ios()
4448 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) { in emit_ios()
4516 ctx->prog_type == TGSI_PROCESSOR_GEOMETRY || in emit_ios()
4531 } else if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY && ctx->outputs[i].stream) in emit_ios()
4568 ctx->prog_type == TGSI_PROCESSOR_GEOMETRY || in emit_ios()
4611 if (ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) { in emit_ios()
4695 else if (ctx->so->output[i].stream && ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) in emit_ios()
4867 if (ctx->prog_type == TGSI_PROCESSOR_VERTEX || ctx->prog_type == TGSI_PROCESSOR_GEOMETRY) in fill_interpolants()