Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp123 const int numOutputLimit = geometryOutputVertices / 4; in GridRenderTestCase() local
125 m_numGeometryPrimitivesPerInvocation = de::min(numComponentLimit, numOutputLimit); in GridRenderTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp123 const int numOutputLimit = geometryOutputVertices / 4; in GridRenderTestCase() local
125 m_numGeometryPrimitivesPerInvocation = de::min(numComponentLimit, numOutputLimit); in GridRenderTestCase()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTessellationGeometryInteractionTests.cpp2357 const int numOutputLimit = geometryOutputVertices / 4;
2359 numPrimitivesPerInvocation = de::min(numComponentLimit, numOutputLimit);

Completed in 6 milliseconds