Searched defs:invocationCoord (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp371 const string invocationCoord = getCoordStr(m_imageType, "gx", "gy", "gz"); local
392 " imageStore(u_intermValuesImage, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
H A DvktImageQualifiersTests.cpp254 const std::string invocationCoord = getCoordStr(m_imageType, "gx", "gy", "gz"); local
277 << " imageStore(u_image, " << invocationCoord << ", " << colorVecTypeName << "(gx^gy^gz));\n"
300 << " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(sum));\n"
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2012 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local
2043 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
2414 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local
2444 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(status));\n" :
2597 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local
2624 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(gx^gy^gz));\n"
2649 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(sum));\n"

Completed in 258 milliseconds