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

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp290 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float") local
293 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
364 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float") local
367 const string atomicInvocation = getAtomicOperationShaderFuncName(m_operation) + "(u_resultImage, " + atomicCoord + ", " + atomicArgExpr + ")";
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2014 const string atomicArgExpr = (isUintFormat ? "uint" local
2018 const string atomicInvocation = string() + getAtomicOperationShaderFuncName(m_operation) + "(u_results, " + atomicCoord + ", " + atomicArgExpr + ")";

Completed in 183 milliseconds