Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp960 const string i64Type = formatIsR64(format) ? "64_t" : ""; in initPrograms() local
962 const string qLevelType = vecType == "vec4" ? "float" : ((vecType == "ivec4") || (vecType == "i64vec4")) ? ("int" + i64Type) : ("uint" + i64Type); in initPrograms()
1002 decls << "int" << i64Type << " refData[" << refDataNumElements << "] = {"; in initPrograms()
1082 bufType = string(formatIsFloat(format) ? "float" : formatIsSignedInt(format) ? "int" : "uint") + i64Type; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp1001 const string i64Type = formatIsR64(format) ? "64_t" : ""; in initPrograms() local
1003 const string qLevelType = vecType == "vec4" ? "float" : ((vecType == "ivec4") || (vecType == "i64vec4")) ? ("int" + i64Type) : ("uint" + i64Type); in initPrograms()
1043 decls << "int" << i64Type << " refData[" << refDataNumElements << "] = {"; in initPrograms()
1123 bufType = string(formatIsFloat(format) ? "float" : formatIsSignedInt(format) ? "int" : "uint") + i64Type; in initPrograms()

Completed in 10 milliseconds