HomeSort by relevance Sort by last modified time
    Searched refs:atomicArg (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemStorageBufferTests.cpp 733 const deUint32 atomicArg,
742 refValue = inputValue + tcu::UVec4(atomicArg);
743 atomicCall = "atomicAdd(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);";
748 refValue = tcu::UVec4(std::min(inputValue.x(), atomicArg), std::min(inputValue.y(), atomicArg), std::min(inputValue.z(), atomicArg), std::min(inputValue.w(), atomicArg));
749 atomicCall = "atomicMin(protectedTestResultBuffer[i], " + de::toString(atomicArg) + "u);";
754 refValue = tcu::UVec4(std::max(inputValue.x(), atomicArg), std::max(inputValue.y(), atomicArg), std::max(inputValue.z(), atomicArg), std::max(inputValue.w(), atomicArg))
    [all...]
vktProtectedMemShaderImageAccessTests.cpp     [all...]

Completed in 264 milliseconds