Home
last modified time | relevance | path

Searched refs:TGSI_PROCESSOR_TESS_CTRL (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/
Dvrend_shader.c347 case TGSI_PROCESSOR_TESS_CTRL: return "tc"; in tgsi_proc_to_prefix()
442 case TGSI_PROCESSOR_TESS_CTRL: in get_stage_input_name_prefix()
466 case TGSI_PROCESSOR_TESS_CTRL: in get_stage_output_name_prefix()
805 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
818 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
836 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
949 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
956 if (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) in iter_declaration()
983 if (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) in iter_declaration()
1035 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
[all …]
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c79 procType == TGSI_PROCESSOR_TESS_CTRL || in tgsi_scan_shader()
378 procType == TGSI_PROCESSOR_TESS_CTRL || in tgsi_scan_shader()
Dtgsi_dump.c300 (iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL || in iter_declaration()
308 iter->processor.Processor == TGSI_PROCESSOR_TESS_CTRL) { in iter_declaration()
Dtgsi_info.c307 case TGSI_PROCESSOR_TESS_CTRL: in tgsi_get_processor_name()
Dtgsi_text.c372 processor = TGSI_PROCESSOR_TESS_CTRL; in parse_header()
765 (ctx->processor == TGSI_PROCESSOR_TESS_CTRL && (is_in || is_out))) { in parse_register_dcl()
1832 if (ctx->processor == TGSI_PROCESSOR_TESS_CTRL || in translate()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h46 #define TGSI_PROCESSOR_TESS_CTRL 3 macro