Searched refs:dispatchSizeXY (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1618 …tAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY); 1620 …tomicOperation op, const string& x, const string& y, const string& z, const IVec2& dispatchSizeXY); 1648 …:getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY) in getAtomicFuncArgument() argument 1653 const int wid = dispatchSizeXY.x(); in getAtomicFuncArgument() 1654 const int hei = dispatchSizeXY.y(); in getAtomicFuncArgument() 1676 …AtomicOperation op, const string& x, const string& y, const string& z, const IVec2& dispatchSizeXY) in getAtomicFuncArgumentShaderStr() argument 1690 …return "((" + z + "*" + toString(dispatchSizeXY.x()) + " + " + x + ")*" + toString(dispatchSizeXY.… in getAtomicFuncArgumentShaderStr() 1706 …const IVec2 dispatchSizeXY (NUM_INVOCATIONS_PER_PIXEL*resultSlice.getWidth(), resultSlice.getHei… in operator ()() local 1737 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY); in operator ()() 1799 const IVec2 dispatchSizeXY (resultSlice.getWidth(), resultSlice.getHeight()); in operator ()() local [all …]
|