Home
last modified time | relevance | path

Searched refs:TGSI_PROCESSOR_GEOMETRY (Results 1 – 8 of 8) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c78 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()
Dtgsi_transform.c141 procType == TGSI_PROCESSOR_GEOMETRY); in tgsi_transform_shader()
Dtgsi_sanity.c412 ctx->iter.processor.Processor == TGSI_PROCESSOR_GEOMETRY) { in iter_declaration()
474 if (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY && in iter_property()
Dtgsi_info.c305 case TGSI_PROCESSOR_GEOMETRY: in tgsi_get_processor_name()
Dtgsi_text.c370 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()
Dtgsi_dump.c298 (iter->processor.Processor == TGSI_PROCESSOR_GEOMETRY || in iter_declaration()
/external/virglrenderer/src/
Dvrend_shader.c346 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 …]
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h45 #define TGSI_PROCESSOR_GEOMETRY 2 macro