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

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 260 const AtomicOperation m_operation; member in class:vkt::image::__anon16461::BinaryAtomicEndResultCase
276 , m_operation (operation)
291 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z()));
293 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
333 const AtomicOperation m_operation; member in class:vkt::image::__anon16461::BinaryAtomicIntermValuesCase
349 , m_operation (operation)
365 + getAtomicFuncArgumentShaderStr(m_operation, "gx", "gy", "gz", IVec3(NUM_INVOCATIONS_PER_PIXEL*gridSize.x(), gridSize.y(), gridSize.z()));
367 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
417 const AtomicOperation m_operation; member in class:vkt::image::__anon16461::BinaryAtomicInstanceBase
438 , m_operation (operation
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 1626 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon17409::BinaryAtomicOperationCase
1786 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon17409::BinaryAtomicOperationCase::EndResultVerifier
1877 const AtomicOperation m_operation; member in class:deqp::gles31::Functional::__anon17409::BinaryAtomicOperationCase::ReturnValueVerifier
    [all...]

Completed in 102 milliseconds