Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUserDefinedIO.cpp453 const bool isPerPatchIO = m_caseDef.ioType == IO_TYPE_PER_PATCH || in UserDefinedIOTest() local
466 const char* const maybePatch = isPerPatchIO ? "patch " : ""; in UserDefinedIOTest()
543 …const int numElements = !isPerPatchIO ? -1 //!< \note -1 means indexing with gl_Instan… in UserDefinedIOTest()
564 if (!isPerPatchIO) in UserDefinedIOTest()
573 if (!isPerPatchIO) in UserDefinedIOTest()
592 const int numElements = !isPerPatchIO ? NUM_OUTPUT_VERTICES in UserDefinedIOTest()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5911 const bool isPerPatchIO = m_ioType == IO_TYPE_PER_PATCH || in init() local
5924 const char* const maybePatch = isPerPatchIO ? "patch " : ""; in init()
6000 …const int numElements = !isPerPatchIO ? -1 //!< \note -1 means indexing with gl_Instance… in init()
6022 if (!isPerPatchIO) in init()
6031 if (!isPerPatchIO) in init()
6046 const int numElements = !isPerPatchIO ? (int)NUM_OUTPUT_VERTICES in init()