Home | History | Annotate | Download | only in tgsi

Lines Matching refs:Semantic

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