Home | History | Annotate | Download | only in tgsi

Lines Matching full:processor

43    struct tgsi_processor processor;
95 unsigned processor;
355 assert(ureg->processor == TGSI_PROCESSOR_VERTEX);
1395 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY);
1403 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY);
1411 assert(ureg->processor == TGSI_PROCESSOR_GEOMETRY);
1419 assert(ureg->processor == TGSI_PROCESSOR_FRAGMENT);
1427 assert(ureg->processor == TGSI_PROCESSOR_FRAGMENT);
1435 assert(ureg->processor == TGSI_PROCESSOR_FRAGMENT);
1443 assert(ureg->processor == TGSI_PROCESSOR_FRAGMENT);
1450 if (ureg->processor == TGSI_PROCESSOR_VERTEX) {
1456 } else if (ureg->processor == TGSI_PROCESSOR_FRAGMENT) {
1604 out[1].processor.Processor = ureg->processor;
1605 out[1].processor.Padding = 0;
1661 if (ureg->processor == TGSI_PROCESSOR_VERTEX)
1695 struct ureg_program *ureg_create( unsigned processor )
1701 ureg->processor = processor;