Searched refs:numPatchesPerDrawCall (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationInvarianceTests.cpp | 1339 const int numPatchesPerDrawCall = 2; in iterate() local 1362 const VkDeviceSize vertexDataSizeBytes = NUM_TESS_LEVELS * numPatchesPerDrawCall * vertexStride; in iterate() 1367 …const int resultBufferMaxVertices = numPatchesPerDrawCall * maxNumPrimitivesPerPatch * numVer… in iterate() 1452 vk.cmdDraw(*cmdBuffer, numPatchesPerDrawCall * NUM_TESS_LEVELS, 1u, 0u, 0u); in iterate() 1471 …const int refNumPrimitives = numPatchesPerDrawCall * primitiveCounts[tessLevelCaseNdx][subT… in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 4028 const int numPatchesPerDrawCall = 10; in iterate() local 4035 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, 0 /* outer-ed… in iterate() 4039 …Count(m_primitiveType, m_spacing, usePointModeI != 0, &patchTessLevels[0], numPatchesPerDrawCall)); in iterate() 4056 …const vector<float> patchTessLevels = generatePatchTessLevels(numPatchesPerDrawCall, outerEdge… in iterate() 4073 …ount(m_primitiveType, m_spacing, program.usePointMode, &patchTessLevels[0], numPatchesPerDrawCall); in iterate() 4080 << TestLog::Message << "Note: rendered " << numPatchesPerDrawCall in iterate() 4090 for (int patchNdx = 0; patchNdx < numPatchesPerDrawCall; patchNdx++) in iterate()
|