Lines Matching defs:ptr
61 void *ptr; /* updated either per vertex or per instance */
1119 x86_make_disp(p->machine_EDI, get_offset(p, &variant->ptr));
1203 struct x86_reg ptr = p->src_ECX;
1206 get_offset(p, &p->buffer_variant[var_idx].ptr));
1209 x86_mov(p->func, ptr, buf_ptr);
1210 return ptr;
1213 struct x86_reg ptr = p->src_ECX;
1230 x86_movzx8(p->func, ptr, elt);
1233 x86_movzx16(p->func, ptr, elt);
1236 x86_mov(p->func, ptr, elt);
1242 x86_cmp(p->func, ptr, buf_max_index);
1243 x86_cmovcc(p->func, ptr, buf_max_index, cc_AE);
1247 x86_imul(p->func, ptr, p->tmp2_EDX);
1249 x86_add(p->func, ptr, buf_base_ptr);
1250 return ptr;
1278 get_offset(p, &variant->ptr));
1476 const void *ptr, unsigned stride, unsigned max_index)
1481 p->buffer[buf].base_ptr = (char *) ptr;
1488 __FUNCTION__, buf, p->nr_buffers, ptr, stride);