Home
last modified time | relevance | path

Searched refs:NUM_INVOCATIONS_PER_PIXEL (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp73 NUM_INVOCATIONS_PER_PIXEL = 5u enumerator
291 …tomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize… in initPrograms()
365 …tomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize… in initPrograms()
557 …deviceInterface.cmdDispatch(*cmdBuffer, NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), grid… in iterate()
659 …const IVec3 extendedGridSize = IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSiz… in verifyResult()
673 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL); i++) in verifyResult()
687 for (deInt32 i = 0; i < static_cast<deInt32>(NUM_INVOCATIONS_PER_PIXEL) && !matchFound; i++) in verifyResult()
733 bool argsUsed[NUM_INVOCATIONS_PER_PIXEL],
734 const deInt32 atomicArgs[NUM_INVOCATIONS_PER_PIXEL],
735 const deInt32 resultValues[NUM_INVOCATIONS_PER_PIXEL]) const;
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1622 static const int NUM_INVOCATIONS_PER_PIXEL = 5; member in deqp::gles31::Functional::__anonb29d2c9e0111::BinaryAtomicOperationCase
1706 …const IVec2 dispatchSizeXY (NUM_INVOCATIONS_PER_PIXEL*resultSlice.getWidth(), resultSlice.getHei… in operator ()()
1729 IVec3 invocationGlobalIDs[NUM_INVOCATIONS_PER_PIXEL]; in operator ()()
1730 int atomicArgs[NUM_INVOCATIONS_PER_PIXEL]; in operator ()()
1732 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL; i++) in operator ()()
1748 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL; i++) in operator ()()
1766 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++) in operator ()()
1801 DE_ASSERT(resultSlice.getWidth() == NUM_INVOCATIONS_PER_PIXEL*m_endResultImageLayerSize.x() && in operator ()()
1816 int i[NUM_INVOCATIONS_PER_PIXEL]; in operator ()()
1817 float f[NUM_INVOCATIONS_PER_PIXEL]; in operator ()()
[all …]