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

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 267 const AtomicOperation m_operation; member in class:vkt::image::__anon17707::BinaryAtomicEndResultCase
283 , m_operation (operation)
298 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z()));
300 const string compareExchangeStr = (m_operation == ATOMIC_OPERATION_COMPARE_EXCHANGE) ? ", 18" + string(uintFormat ? "u" : "") : "";
301 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")";
341 const AtomicOperation m_operation; member in class:vkt::image::__anon17707::BinaryAtomicIntermValuesCase
357 , m_operation (operation)
373 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z()));
375 const string compareExchangeStr = (m_operation == ATOMIC_OPERATION_COMPARE_EXCHANGE) ? ", 18" + string(uintFormat ? "u" : "") : "";
376 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")"
426 const AtomicOperation m_operation; member in class:vkt::image::__anon17707::BinaryAtomicInstanceBase
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 1626 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon18791::BinaryAtomicOperationCase
1786 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon18791::BinaryAtomicOperationCase::EndResultVerifier
1877 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon18791::BinaryAtomicOperationCase::ReturnValueVerifier
    [all...]

Completed in 501 milliseconds