Lines Matching defs:vector
51 #include <vector>
74 using std::vector;
105 static string arrayStr (const std::vector<T> (&arr))
115 static int arrayIndexOf (const std::vector<T> (&arr), const T& e)
815 vector<UVec4> data(dst.getWidth()*dst.getHeight());
825 vector<IVec4> data(dst.getWidth()*dst.getHeight());
1014 vector<float> coords;
1761 std::vector<IVec3> invocationGlobalIDs(m_numInvocationsPerPixel);
1762 std::vector<int> atomicArgs(m_numInvocationsPerPixel);
1886 std::vector<T> returnValues(m_numInvocationsPerPixel);
1887 std::vector<T> atomicArgs(m_numInvocationsPerPixel);
1888 std::vector<IVec3> invocationGlobalIDs(m_numInvocationsPerPixel);
1889 std::vector<IVec2> pixelCoords(m_numInvocationsPerPixel);
1927 bool verifyOperationAccumulationIntermediateValues (AtomicOperation operation, T init, const std::vector<T> (&args), const std::vector<T> (&returnValues)) const
1929 std::vector<bool> argsUsed(m_numInvocationsPerPixel, false);
1939 bool verifyRecursive (AtomicOperation operation, int index, T valueSoFar, std::vector<bool> (&argsUsed), const std::vector<T> (&args), const std::vector<T> (&returnValues)) const
2249 std::vector<IVec3> invocationGlobalIDs(m_numInvocationsPerPixel);
2250 std::vector<int> assignArgs(m_numInvocationsPerPixel);
2308 std::vector<int> returnValues(m_numInvocationsPerPixel);
2309 std::vector<int> compareArgs(m_numInvocationsPerPixel);
2310 std::vector<IVec3> invocationGlobalIDs(m_numInvocationsPerPixel);
2311 std::vector<IVec2> pixelCoords(m_numInvocationsPerPixel);