Home
last modified time | relevance | path

Searched refs:semIndex (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c266 unsigned semIndex = in tgsi_scan_shader() local
285 info->input_semantic_index[reg] = (ubyte) semIndex; in tgsi_scan_shader()
370 info->output_semantic_index[reg] = (ubyte) semIndex; in tgsi_scan_shader()
374 info->colors_written |= 1 << semIndex; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c589 unsigned semIndex = fulldecl->Semantic.Index + in scan_declaration() local
623 info->input_semantic_index[reg] = (ubyte) semIndex; in scan_declaration()
687 info->output_semantic_index[reg] = (ubyte) semIndex; in scan_declaration()
725 info->colors_written |= 1 << semIndex; in scan_declaration()