Searched refs:fulldecl (Results 1 – 2 of 2) sorted by relevance
145 const struct tgsi_full_declaration *fulldecl in tgsi_scan_shader() local147 const uint file = fulldecl->Declaration.File; in tgsi_scan_shader()149 for (reg = fulldecl->Range.First; in tgsi_scan_shader()150 reg <= fulldecl->Range.Last; in tgsi_scan_shader()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()161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; in tgsi_scan_shader()163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()167 fulldecl->Semantic.Name == TGSI_SEMANTIC_POSITION) in tgsi_scan_shader()[all …]
178 struct tgsi_full_declaration *fulldecl in tgsi_transform_shader() local182 ctx->transform_declaration(ctx, fulldecl); in tgsi_transform_shader()184 ctx->emit_declaration(ctx, fulldecl); in tgsi_transform_shader()