Searched refs:invocationCoord (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 254 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"
|
H A D | vktImageAtomicOperationTests.cpp | 363 const string invocationCoord = getCoordStr(m_imageType, "gx", "gy", "gz"); local 383 " imageStore(u_intermValuesImage, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 2011 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local 2042 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n" 2413 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local 2443 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(status));\n" : 2596 const string invocationCoord = m_imageType == TEXTURETYPE_BUFFER ? "gx" local 2623 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(gx^gy^gz));\n" 2648 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(sum));\n"
|
Completed in 98 milliseconds