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

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 290 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
293 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
364 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
367 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 3076 milliseconds