Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp485 std::ostringstream tcsDeclarations; in UserDefinedIOTest() local
546 tcsDeclarations << de::toString(glu::declare(structType)) + ";\n"; in UserDefinedIOTest()
565 tcsDeclarations << "layout(location = " << tcsNextOutputLocation << ") "; in UserDefinedIOTest()
567 tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS) in UserDefinedIOTest()
571 tcsDeclarations << outMaybePatch << output.declare(); in UserDefinedIOTest()
589 tcsDeclarations << "\n" in UserDefinedIOTest()
632 m_tcsDeclarations = tcsDeclarations.str(); in UserDefinedIOTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp485 std::ostringstream tcsDeclarations; in UserDefinedIOTest() local
546 tcsDeclarations << de::toString(glu::declare(structType)) + ";\n"; in UserDefinedIOTest()
565 tcsDeclarations << "layout(location = " << tcsNextOutputLocation << ") "; in UserDefinedIOTest()
567 tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(NUM_PER_PATCH_ARRAY_ELEMS) in UserDefinedIOTest()
571 tcsDeclarations << outMaybePatch << output.declare(); in UserDefinedIOTest()
589 tcsDeclarations << "\n" in UserDefinedIOTest()
632 m_tcsDeclarations = tcsDeclarations.str(); in UserDefinedIOTest()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6084 string tcsDeclarations;
6142 tcsDeclarations += "in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayInputSize);
6145 tcsDeclarations += de::toString(glu::declare(structType)) + ";\n";
6165 tcsDeclarations += outMaybePatch + output.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de::toString(int(NUM_PER_PATCH_ARRAY_ELEMS))
6173 tcsDeclarations += outMaybePatch + output.declare();
6243 + tcsDeclarations +

Completed in 16 milliseconds