Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c145 const struct tgsi_full_declaration *fulldecl in tgsi_scan_shader() local
147 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 …]
Dtgsi_transform.c178 struct tgsi_full_declaration *fulldecl in tgsi_transform_shader() local
182 ctx->transform_declaration(ctx, fulldecl); in tgsi_transform_shader()
184 ctx->emit_declaration(ctx, fulldecl); in tgsi_transform_shader()