Home
last modified time | relevance | path

Searched refs:returnValues (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1364 int returnValues[] = { 0, 0, 0 }; in getGLBufferLayout() local
1366 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(queryParams) == DE_LENGTH_OF_ARRAY(returnValues)); in getGLBufferLayout()
1370 …RRAY(queryParams), &queryParams[0], DE_LENGTH_OF_ARRAY(returnValues), &returnLength, &returnValues in getGLBufferLayout()
1373 if (returnLength != DE_LENGTH_OF_ARRAY(returnValues)) in getGLBufferLayout()
1377 entry.size = returnValues[0]; in getGLBufferLayout()
1380 if (returnValues[1] > 0) in getGLBufferLayout()
1382 const int numBlockVars = returnValues[1]; in getGLBufferLayout()
1395 if (returnValues[2] > 0) in getGLBufferLayout()
1397 const int nameLen = returnValues[2]; in getGLBufferLayout()
1432 int returnValues[DE_LENGTH_OF_ARRAY(queryParams)]; in getGLBufferLayout() local
[all …]
Des31fShaderImageLoadStoreTests.cpp1886 std::vector<T> returnValues(m_numInvocationsPerPixel); in checkPixel() local
1899 returnValues[i] = getPixelValueX<T>(resultSlice, gid.x(), y); in checkPixel()
1908 returnValues); in checkPixel()
1913 << arrayStr(returnValues) << TestLog::EndMessage in checkPixel()
1927 …ration operation, T init, const std::vector<T> (&args), const std::vector<T> (&returnValues)) const in verifyOperationAccumulationIntermediateValues()
1931 return verifyRecursive(operation, 0, init, argsUsed, args, returnValues); in verifyOperationAccumulationIntermediateValues()
1939 …vector<bool> (&argsUsed), const std::vector<T> (&args), const std::vector<T> (&returnValues)) const in verifyRecursive()
1945 if (!argsUsed[i] && compare(returnValues[i], valueSoFar)) in verifyRecursive()
1948 … computeBinaryAtomicOperationResult(operation, valueSoFar, args[i]), argsUsed, args, returnValues)) in verifyRecursive()
2308 std::vector<int> returnValues(m_numInvocationsPerPixel); in operator ()() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp206 …putValues, const size_t inputValuesCount, const deUint32 resultValue, const deUint32* returnValues) in compareRetVals() argument
235 if (previousResult == returnValues[ndx]) in compareRetVals()
238 currentResult = returnValues[ndx]; in compareRetVals()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp206 …putValues, const size_t inputValuesCount, const deUint32 resultValue, const deUint32* returnValues) in compareRetVals() argument
235 if (previousResult == returnValues[ndx]) in compareRetVals()
238 currentResult = returnValues[ndx]; in compareRetVals()