Home | History | Annotate | Download | only in tgsi

Lines Matching refs:ubyte

489          info->input_semantic_name[reg] = (ubyte) semName;
490 info->input_semantic_index[reg] = (ubyte) semIndex;
491 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
492 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location;
493 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
546 info->output_semantic_name[reg] = (ubyte) semName;
547 info->output_semantic_index[reg] = (ubyte) semIndex;
552 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamX;
556 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2;
560 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4;
564 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamW << 6;