Lines Matching refs:GetNumPatches
507 _patchCounts[patchType] = patch.GetNumPatches();
545 patchStart:0 patchCount:patch.GetNumPatches()
557 patchStart:0 patchCount:patch.GetNumPatches()
563 patchStart:0 patchCount:patch.GetNumPatches()
578 patchStart:0 patchCount:patch.GetNumPatches()
590 patchStart:0 patchCount:patch.GetNumPatches()
596 patchStart:0 patchCount:patch.GetNumPatches()
605 …coder drawPrimitives:MTLPrimitiveTypeTriangle vertexStart:0 vertexCount:patch.GetNumPatches() * 6];
612 …coder drawPrimitives:MTLPrimitiveTypeTriangle vertexStart:0 vertexCount:patch.GetNumPatches() * 6];
616 …coder drawPrimitives:MTLPrimitiveTypeTriangle vertexStart:0 vertexCount:patch.GetNumPatches() * 3];
623 …coder drawPrimitives:MTLPrimitiveTypeTriangle vertexStart:0 vertexCount:patch.GetNumPatches() * 3];
648 …r drawPrimitives:MTLPrimitiveTypeLine vertexStart:0 vertexCount:patch.GetNumPatches() * primPerPat…
696 …int numTotalControlPoints = patch.GetNumPatches() * pipelineConfig.numControlPointsPerPatchRefined;
701 …unsigned kernelExecutionLimit = patch.GetNumPatches() * pipelineConfig.numControlPointsPerPatchToD…
965 …_patchIndexBuffers[patchType].alloc(_context.device, patch.GetNumPatches(), @"patch indices", MTLR…
970 totalPerPatchTessFactorsSize += 2 * 4 * sizeof(float) * patch.GetNumPatches();
971 …totalPerPatchVertexSize += elementFloats * sizeof(float) * patch.GetNumPatches() * pipelineConfig.…
972 … totalTessFactorsSize += patch.GetNumPatches() * (pipelineConfig.useTriangleTessellation
977 totalPatches += patch.GetNumPatches();