Searched refs:colorVecTypeName (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp252 const std::string colorVecTypeName = std::string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4"; local
277 << " imageStore(u_image, " << invocationCoord << ", " << colorVecTypeName << "(gx^gy^gz));\n"
300 << " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(sum));\n" local
H A DvktImageAtomicOperationTests.cpp368 const string colorVecTypeName = string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4"; local
392 " imageStore(u_intermValuesImage, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2008 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4"; local
2043 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(" + atomicInvocation + "));\n"
2410 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : DE_NULL) + "vec4"; local
2444 " imageStore(u_returnValues, " + invocationCoord + ", " + colorVecTypeName + "(status));\n" :
2595 const string colorVecTypeName = string(isUintFormat ? "u" : isIntFormat ? "i" : "") + "vec4"; local
2624 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(gx^gy^gz));\n"
2649 " imageStore(u_image, " + invocationCoord + ", " + colorVecTypeName + "(sum));\n"

Completed in 363 milliseconds