Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c605 const struct tgsi_full_declaration *fulldecl) in scan_declaration() argument
607 const uint file = fulldecl->Declaration.File; in scan_declaration()
611 if (fulldecl->Declaration.Array) { in scan_declaration()
612 unsigned array_id = fulldecl->Array.ArrayID; in scan_declaration()
617 info->input_array_first[array_id] = fulldecl->Range.First; in scan_declaration()
621 info->output_array_first[array_id] = fulldecl->Range.First; in scan_declaration()
627 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++) { in scan_declaration()
628 unsigned semName = fulldecl->Semantic.Name; in scan_declaration()
629 unsigned semIndex = fulldecl->Semantic.Index + in scan_declaration()
630 (reg - fulldecl->Range.First); in scan_declaration()
[all …]
Dtgsi_transform.c290 struct tgsi_full_declaration *fulldecl in tgsi_transform_shader() local
294 ctx->transform_declaration(ctx, fulldecl); in tgsi_transform_shader()
296 ctx->emit_declaration(ctx, fulldecl); in tgsi_transform_shader()