Home
last modified time | relevance | path

Searched refs:outMaybePatch (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp467 const std::string outMaybePatch = std::string() + maybePatch + "out "; in UserDefinedIOTest() local
556 …tcsDeclarations << outMaybePatch << output.declareArray(m_caseDef.ioType == IO_TYPE_PER_PATCH_ARRA… in UserDefinedIOTest()
560 tcsDeclarations << outMaybePatch << output.declare(); in UserDefinedIOTest()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5925 const string outMaybePatch = string() + maybePatch + "out "; in init() local
6012 …tcsDeclarations += outMaybePatch + output.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY … in init()
6020 tcsDeclarations += outMaybePatch + output.declare(); in init()