Lines Matching defs:ptrs
1676 deUint32 *ptrs[3];
1679 ptrs[i] = (deUint32 *)buffers[i]->getAllocation().getHostPtr();
1683 ptrs[0][i] = i;
1685 deMemset(ptrs[1], 0, (size_t)sizes[1]);
1686 deMemset(ptrs[2], 0, (size_t)sizes[2]);
1815 deMemset(ptrs[1], 0, invocationStride * sizeof(deUint64));
1821 newMaxLoc = de::max(newMaxLoc, ptrs[2][id]);
1846 ptrs[1] = (deUint32 *)buffers[1]->getAllocation().getHostPtr();
1847 deMemset(ptrs[1], 0, (size_t)sizes[1]);
1890 const deUint64 *result = (const deUint64 *)ptrs[1];