Home | History | Annotate | Download | only in a2xx

Lines Matching refs:fetch

99 	 * type information for vertex fetch yet.. so those need to be
172 /* update vtx fetch instructions: */
189 instr->fetch.const_idx = 20 + (i / 3);
190 instr->fetch.const_idx_sel = i % 3;
192 instr->fetch.fmt = fd2_pipe2surface(format);
193 instr->fetch.is_normalized = desc->channel[j].normalized;
194 instr->fetch.is_signed =
196 instr->fetch.stride = vb->stride ? : 1;
197 instr->fetch.offset = elem->src_offset;
202 assert(instr->fetch.fmt != ~0);
207 instr->fetch.fmt,
208 instr->fetch.const_idx,
209 instr->fetch.const_idx_sel,
212 instr->fetch.stride,
213 instr->fetch.offset);
226 /* update tex fetch instructions: */
232 if (const_idx != instr->fetch.const_idx) {
233 instr->fetch.const_idx = const_idx;
256 /* if necessary, fix up vertex fetch instructions: */
260 /* if necessary, fix up texture fetch instructions: */
296 * (S)FETCH: SAMPLE R0.xyzw = R0.xyx CONST(0) LOCATION(CENTER)
334 * FETCH: VERTEX R1.xy01 = R0.x FMT_32_32_FLOAT UNSIGNED STRIDE(8) CONST(26, 1)
335 * FETCH: VERTEX R2.xyz1 = R0.x FMT_32_32_32_FLOAT UNSIGNED STRIDE(12) CONST(26, 0)
359 instr->fetch.is_normalized = true;
364 instr->fetch.is_normalized = true;
417 * (S)FETCH: VERTEX R1.xyz1 = R0.x FMT_32_32_32_FLOAT