Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp487 std::ostringstream tesDeclarations; in UserDefinedIOTest() local
593 tesDeclarations << de::toString(glu::declare(structType)) << ";\n"; in UserDefinedIOTest()
613 tesDeclarations << "layout(location = " << tesNextInputLocation << ") "; in UserDefinedIOTest()
615 tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS) in UserDefinedIOTest()
620 tesDeclarations << inMaybePatch + input.declare(); in UserDefinedIOTest()
634 m_tesDeclarations = tesDeclarations.str(); in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp487 std::ostringstream tesDeclarations; in UserDefinedIOTest() local
593 tesDeclarations << de::toString(glu::declare(structType)) << ";\n"; in UserDefinedIOTest()
613 tesDeclarations << "layout(location = " << tesNextInputLocation << ") "; in UserDefinedIOTest()
615 tesDeclarations << inMaybePatch << input.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS) in UserDefinedIOTest()
620 tesDeclarations << inMaybePatch + input.declare(); in UserDefinedIOTest()
634 m_tesDeclarations = tesDeclarations.str(); in UserDefinedIOTest()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6087 string tesDeclarations;
6190 tesDeclarations += de::toString(glu::declare(structType)) + ";\n";
6210 tesDeclarations += inMaybePatch + input.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(int(NUM_PER_PATCH_ARRAY_ELEMS))
6215 tesDeclarations += inMaybePatch + input.declare();
6270 + tesDeclarations +

Completed in 11 milliseconds