Searched refs:dispatchSizeXY (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 1604 …tAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY); 1606 …tomicOperation op, const string& x, const string& y, const string& z, const IVec2& dispatchSizeXY); 1634 …:getAtomicFuncArgument (AtomicOperation op, const IVec3& invocationID, const IVec2& dispatchSizeXY) in getAtomicFuncArgument() argument 1639 const int wid = dispatchSizeXY.x(); in getAtomicFuncArgument() 1640 const int hei = dispatchSizeXY.y(); in getAtomicFuncArgument() 1662 …AtomicOperation op, const string& x, const string& y, const string& z, const IVec2& dispatchSizeXY) in getAtomicFuncArgumentShaderStr() argument 1676 …return "((" + z + "*" + toString(dispatchSizeXY.x()) + " + " + x + ")*" + toString(dispatchSizeXY.… in getAtomicFuncArgumentShaderStr() 1692 …const IVec2 dispatchSizeXY (NUM_INVOCATIONS_PER_PIXEL*resultSlice.getWidth(), resultSlice.getHei… in operator ()() local 1723 atomicArgs[i] = getAtomicFuncArgument(m_operation, gid, dispatchSizeXY); in operator ()() 1785 const IVec2 dispatchSizeXY (resultSlice.getWidth(), resultSlice.getHeight()); in operator ()() local [all …]
|