/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageAtomicOperationTests.cpp | 269 const AtomicOperation m_operation; member in class:vkt::image::__anon18940::BinaryAtomicEndResultCase 285 , m_operation (operation) 300 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z())); 302 const string compareExchangeStr = (m_operation == ATOMIC_OPERATION_COMPARE_EXCHANGE) ? ", 18" + string(uintFormat ? "u" : "") : ""; 303 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")"; 343 const AtomicOperation m_operation; member in class:vkt::image::__anon18940::BinaryAtomicIntermValuesCase 359 , m_operation (operation) 375 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z())); 377 const string compareExchangeStr = (m_operation == ATOMIC_OPERATION_COMPARE_EXCHANGE) ? ", 18" + string(uintFormat ? "u" : "") : ""; 378 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")" 429 const AtomicOperation m_operation; member in class:vkt::image::__anon18940::BinaryAtomicInstanceBase [all...] |
/external/catch2/include/internal/ |
catch_matchers_string.cpp | 38 m_operation( operation ) { 43 description.reserve(5 + m_operation.size() + m_comparator.m_str.size() + 45 description += m_operation;
|
catch_matchers_string.h | 35 std::string m_operation; member in struct:Catch::Matchers::StdString::StringMatcherBase
|
/external/deqp/modules/gles31/functional/ |
es31fShaderImageLoadStoreTests.cpp | 1626 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon20105::BinaryAtomicOperationCase 1786 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon20105::BinaryAtomicOperationCase::EndResultVerifier 1877 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon20105::BinaryAtomicOperationCase::ReturnValueVerifier [all...] |
/external/catch2/single_include/catch2/ |
catch.hpp | [all...] |