Searched refs:TGSI_PROCESSOR_GEOMETRY (Results 1 – 8 of 8) sorted by relevance
78 procType == TGSI_PROCESSOR_GEOMETRY || in tgsi_scan_shader()377 procType == TGSI_PROCESSOR_GEOMETRY || in tgsi_scan_shader()460 if (procType == TGSI_PROCESSOR_GEOMETRY) { in tgsi_scan_shader()
141 procType == TGSI_PROCESSOR_GEOMETRY); in tgsi_transform_shader()
412 ctx->iter.processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()474 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY && in iter_property()
305 case TGSI_PROCESSOR_GEOMETRY: in tgsi_get_processor_name()
370 processor = TGSI_PROCESSOR_GEOMETRY; in parse_header()763 if ((ctx->processor == TGSI_PROCESSOR_GEOMETRY && is_in) || in parse_register_dcl()1778 ctx->processor == TGSI_PROCESSOR_GEOMETRY) { in parse_property()
298 (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
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()[all …]
45 #define TGSI_PROCESSOR_GEOMETRY 2 macro