Searched refs:fulldecl (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c583 const struct tgsi_full_declaration *fulldecl)
585 const uint file = fulldecl->Declaration.File;
589 if (fulldecl->Declaration.Array) {
590 unsigned array_id = fulldecl->Array.ArrayID;
595 info->input_array_first[array_id] = fulldecl->Range.First;
596 info->input_array_last[array_id] = fulldecl->Range.Last;
600 info->output_array_first[array_id] = fulldecl->Range.First;
601 info->output_array_last[array_id] = fulldecl->Range.Last;
607 for (reg = fulldecl->Range.First; reg <= fulldecl
582 scan_declaration(struct tgsi_shader_info * info,const struct tgsi_full_declaration * fulldecl) argument
[all...]
H A Dtgsi_transform.c240 struct tgsi_full_declaration *fulldecl local in function:tgsi_transform_shader
244 ctx->transform_declaration(ctx, fulldecl);
246 ctx->emit_declaration(ctx, fulldecl);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c605 const struct tgsi_full_declaration *fulldecl)
607 const uint file = fulldecl->Declaration.File;
611 if (fulldecl->Declaration.Array) {
612 unsigned array_id = fulldecl->Array.ArrayID;
617 info->input_array_first[array_id] = fulldecl->Range.First;
618 info->input_array_last[array_id] = fulldecl->Range.Last;
622 info->output_array_first[array_id] = fulldecl->Range.First;
623 info->output_array_last[array_id] = fulldecl->Range.Last;
629 for (reg = fulldecl->Range.First; reg <= fulldecl
604 scan_declaration(struct tgsi_shader_info * info,const struct tgsi_full_declaration * fulldecl) argument
[all...]
H A Dtgsi_transform.c240 struct tgsi_full_declaration *fulldecl local in function:tgsi_transform_shader
244 ctx->transform_declaration(ctx, fulldecl);
246 ctx->emit_declaration(ctx, fulldecl);

Completed in 5 milliseconds