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