Home | History | Annotate | Download | only in a2xx

Lines Matching refs:fetch

71 		/* FETCH specific: */
75 /* texture fetch specific: */
77 /* vertex fetch specific: */
84 } fetch;
162 instr->fetch.opc = VTX_FETCH;
163 instr->fetch.const_idx = ci;
164 instr->fetch.const_idx_sel = cis;
165 instr->fetch.fmt = fmt;
166 instr->fetch.is_signed = is_signed;
167 instr->fetch.stride = stride;
174 instr->fetch.opc = TEX_FETCH;
175 instr->fetch.const_idx = ci;