Lines Matching defs:fetch
67 /* skip frag inputs fetch via bary.f since their reg's are
805 const struct ir3_sampler_prefetch *fetch = &so->sampler_prefetch[i];
808 fetch->half_precision ? "h" : "", fetch->dst >> 2,
809 "xyzw"[fetch->dst & 0x3], fetch -> src, fetch -> samp_id,
810 fetch -> tex_id, fetch -> wrmask, fetch -> cmd);