Lines Matching refs:maxNumBatches

258 …Array<b3GpuConstraint4>* constraint, void* additionalData, int n, int maxNumBatches, int numIterat…  in solveContactConstraintBatchSizes()  argument
316 …Array<b3GpuConstraint4>* constraint, void* additionalData, int n, int maxNumBatches, int numIterat… in solveContactConstraint() argument
325 cdata.y = maxNumBatches; //250; in solveContactConstraint()
685 int maxNumBatches = 0; in solveContacts() local
923 maxNumBatches = 250; //250; in solveContacts()
956 maxNumBatches = b3Max(numBatches, maxNumBatches); in solveContacts()
958 if (maxNumBatches > globalMaxBatch) in solveContacts()
960 globalMaxBatch = maxNumBatches; in solveContacts()
961 b3Printf("maxNumBatches = %d\n", maxNumBatches); in solveContacts()
977 maxNumBatches = b3Max(numBatches, maxNumBatches); in solveContacts()
979 if (maxNumBatches > globalMaxBatch) in solveContacts()
981 globalMaxBatch = maxNumBatches; in solveContacts()
982 b3Printf("maxNumBatches = %d\n", maxNumBatches); in solveContacts()
1021 maxNumBatches = b3Max(numBatches, maxNumBatches); in solveContacts()
1023 if (maxNumBatches > globalMaxBatch) in solveContacts()
1025 globalMaxBatch = maxNumBatches; in solveContacts()
1026 b3Printf("maxNumBatches = %d\n", maxNumBatches); in solveContacts()
1072 maxNumBatches, numIter, &m_data->m_batchSizes); in solveContacts()
1081 maxNumBatches, numIter, &m_data->m_batchSizes); //m_data->m_batchSizesGpu); in solveContacts()
1088 …U, m_data->m_inertiaBufferGPU, m_data->m_contactCGPU, 0, nContactOut, maxNumBatches, &m_data->m_ba… in solveContacts()