HomeSort by relevance Sort by last modified time
    Searched refs:fulldecl (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 430 const struct tgsi_full_declaration *fulldecl)
432 const uint file = fulldecl->Declaration.File;
436 if (fulldecl->Declaration.Array) {
437 unsigned array_id = fulldecl->Array.ArrayID;
442 info->input_array_first[array_id] = fulldecl->Range.First;
443 info->input_array_last[array_id] = fulldecl->Range.Last;
447 info->output_array_first[array_id] = fulldecl->Range.First;
448 info->output_array_last[array_id] = fulldecl->Range.Last;
454 for (reg = fulldecl->Range.First; reg <= fulldecl->Range.Last; reg++)
    [all...]
tgsi_transform.c 197 struct tgsi_full_declaration *fulldecl local
201 ctx->transform_declaration(ctx, fulldecl);
203 ctx->emit_declaration(ctx, fulldecl);

Completed in 152 milliseconds