| 560 | |
| 561 | const AABB_YZ& box0 = boxes_YZ[index0]; |
| 562 | SIMD_OVERLAP_PRELOAD_BOX0 |
| 563 | |
| 564 | if(gUseRegularBPKernel) |
| 565 | { |
| 566 | PxU32 index1 = runningIndex; |
| 567 | while(boxes_X[index1].mMinX<=maxLimit) |
| 568 | { |
| 569 | ABP_OVERLAP_TEST(boxes_YZ[index1]) |
| 570 | { |
| 571 | pm.outputPair(index0, index1); |
| 572 | } |
| 573 | index1++; |
| 574 | } |
| 575 | } |
| 576 | else |
| 577 | { |
| 578 | PxU32 Offset = 0; |
no outgoing calls
no test coverage detected