Lines Matching refs:gid
1559 const IVec3 gid(x + i*gridSize.x(), y, z);
1561 (*((deInt64*)resultValue) == getAtomicFuncArgument<deInt64>(m_operation, gid, extendedGridSize)) :
1563 floatToIntValue == getAtomicFuncArgument<deInt32>(m_operation, gid, extendedGridSize) :
1564 (*((deInt32*)resultValue) == getAtomicFuncArgument<deInt32>(m_operation, gid, extendedGridSize));
1578 const IVec3 gid(x + i*gridSize.x(), y, z);
1580 (*((deInt64*)resultValue) == getAtomicFuncArgument<deInt64>(m_operation, gid, extendedGridSize)) :
1582 floatToIntValue == getAtomicFuncArgument<deInt32>(m_operation, gid, extendedGridSize) :
1583 (*((deInt32*)resultValue) == getAtomicFuncArgument<deInt32>(m_operation, gid, extendedGridSize));
1601 const IVec3 gid(x + i*gridSize.x(), y, z);
1602 T arg = getAtomicFuncArgument<T>(m_operation, gid, extendedGridSize);
1876 IVec3 gid(x + i*gridSize.x(), y, z);
1877 T data = *((T*)resultBuffer.getPixelPtr(gid.x(), gid.y(), gid.z()));
1885 atomicArgs[i] = getAtomicFuncArgument<T>(m_operation, gid, extendedGridSize);