Lines Matching refs:ptr
3708 const char *ptr;
3711 ptr = mach->LocalMem;
3716 ptr = mach->Buffer->lookup(mach->Buffer, unit, &size);
3721 ptr = mach->Consts[unit];
3724 ptr = NULL;
3744 rgba[chan].u[j] = *(uint32_t *)(ptr + offset.u[j] + chan * 4);
3851 const char *ptr;
3854 ptr = mach->LocalMem;
3859 ptr = mach->Buffer->lookup(mach->Buffer, unit, &size);
3879 uint32_t *invocation_ptr = (uint32_t *)(ptr + offset.u[j]);
3978 void *ptr[TGSI_QUAD_SIZE];
3985 ptr[i] = buffer + offset.u[i];
3987 ptr[i] = NULL;
3994 ptr[i] = (char *)mach->LocalMem + offset.u[i];
3996 ptr[i] = NULL;
4004 /* The load/op/store sequence has to happen inside the loop since ptr
4005 * may have the same ptr in some of the invocations.
4012 if (ptr[i]) {
4013 memcpy(&val, ptr[i], sizeof(val));
4056 memcpy(ptr[i], &result, sizeof(result));