Searched refs:atomicArgExpr (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp297 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float") local
301 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")";
372 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float") local
376 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + compareExchangeStr + ", " + atomicArgExpr + ")";
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2015 const string atomicArgExpr = (isUintFormat ? "uint" local
2019 const string atomicInvocation = string() + getAtomicOperationShaderFuncName(m_operation) + "(u_results, " + atomicCoord + ", " + atomicArgExpr + ")";

Completed in 611 milliseconds