Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp1337 const int numPatchesPerDrawCall = 2; in iterate() local
1357 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * numPatchesPerDrawCall * vertexStride; in iterate()
1362 …const int resultBufferMaxVertices = numPatchesPerDrawCall * maxNumPrimitivesPerPatch * numVer… in iterate()
1447 vk.cmdDraw(*cmdBuffer, numPatchesPerDrawCall * NUM_TESS_LEVELS, 1u, 0u, 0u); in iterate()
1466 …const int refNumPrimitives = numPatchesPerDrawCall * primitiveCounts[tessLevelCaseNdx][subT… in iterate()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp3982 const int numPatchesPerDrawCall = 10; in iterate() local
3989 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, 0 /* outer-ed… in iterate()
3993 …Count(m_primitiveType, m_spacing, usePointModeI != 0, &patchTessLevels[0], numPatchesPerDrawCall)); in iterate()
4010 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, outerEdge… in iterate()
4027 …ount(m_primitiveType, m_spacing, program.usePointMode, &patchTessLevels[0], numPatchesPerDrawCall); in iterate()
4034 << TestLog::Message << "Note: rendered " << numPatchesPerDrawCall in iterate()
4044 for (int patchNdx = 0; patchNdx < numPatchesPerDrawCall; patchNdx++) in iterate()