Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp478 const std::string outMaybePatch = std::string() + maybePatch + "out "; in UserDefinedIOTest() local
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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp478 const std::string outMaybePatch = std::string() + maybePatch + "out "; in UserDefinedIOTest() local
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()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationTests.cpp6078 const string outMaybePatch = string() + maybePatch + "out ";
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();

Completed in 12 milliseconds