Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1113 const std::string componentCountStr = (isArray ? ("%uint_" + numComponentsStr) : numComponentsStr); in initPrograms() local
1119 subs["EXTRA_TYPES_AND_CONSTANTS"] += "%" + vectorTypeName + " = " + opType + " %" + componentTypeName + " " + componentCountStr + "\n"; in initPrograms()
1121 subs["EXTRA_TYPES_AND_CONSTANTS"] += "%v" + numComponentsStr + "bool = " + opType + " %bool " + componentCountStr + "\n"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDataSpillTests.cpp1113 const std::string componentCountStr = (isArray ? ("%uint_" + numComponentsStr) : numComponentsStr); in initPrograms() local
1119 subs["EXTRA_TYPES_AND_CONSTANTS"] += "%" + vectorTypeName + " = " + opType + " %" + componentTypeName + " " + componentCountStr + "\n"; in initPrograms()
1121 subs["EXTRA_TYPES_AND_CONSTANTS"] += "%v" + numComponentsStr + "bool = " + opType + " %bool " + componentCountStr + "\n"; in initPrograms()

Completed in 10 milliseconds