Lines Matching refs:Semantic
159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
167 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION) in tgsi_scan_shader()
172 unsigned semName = fulldecl->Semantic.Name; in tgsi_scan_shader()
183 if (fulldecl->Semantic.Name == TGSI_SEMANTIC_INSTANCEID) { in tgsi_scan_shader()
186 else if (fulldecl->Semantic.Name == TGSI_SEMANTIC_VERTEXID) { in tgsi_scan_shader()
191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
196 fulldecl->Semantic.Name == TGSI_SEMANTIC_CLIPDIST) { in tgsi_scan_shader()
201 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION) in tgsi_scan_shader()
204 fulldecl->Semantic.Name == TGSI_SEMANTIC_STENCIL) in tgsi_scan_shader()
207 fulldecl->Semantic.Name == TGSI_SEMANTIC_EDGEFLAG) { in tgsi_scan_shader()