Searched defs:colorScalarTypeName (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageQualifiersTests.cpp253 const std::string colorScalarTypeName = std::string(uintFormat ? "uint" : intFormat ? "int" : "float"); local
282 << " " << colorScalarTypeName << " sum = " << colorScalarTypeName << "(0);\n"
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp2409 const string colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : DE_NULL; local
2439 " " + colorScalarTypeName + " compare = " + colorScalarTypeName + getCompareArgShaderStr("gx", "gy", "gz", imageSize.x()) + ";\n"
2440 " " + colorScalarTypeName + " data = " + colorScalarTypeName + getAssignArgShaderStr("gx", "gy", "gz", imageSize.x()) + ";\n"
2441 " " + colorScalarTypeName + " status = " + colorScalarTypeName + "(-1);\n"
2596 const char* const colorScalarTypeName = isUintFormat ? "uint" : isIntFormat ? "int" : "float"; local
2629 " " + colorScalarTypeName + " sum = " + colorScalarTypeName
[all...]

Completed in 74 milliseconds