Home | History | Annotate | Download | only in core

Lines Matching refs:Clipper

35 // Temp storage used by the clipper
134 class Clipper
137 Clipper(uint32_t in_workerId, DRAW_CONTEXT* in_pDC) :
185 // clipper is responsible for culling any prims with NAN coordinates
237 // clipper should also discard any primitive with NAN clip distance
268 // input/output vertex store for clipper
361 SWR_ASSERT(0 && "Unexpected points in clipper.");
390 SWR_ASSERT(numEmittedVerts <= 7, "Unexpected vertex count from clipper.");
395 // tranpose clipper output so that each lane's vertices are in SIMD order
462 // execute the clipper stage
487 // update clipper invocations pipeline stat
516 // we have to clip tris, execute the clipper, which will also
862 /// @brief Vertical clipper. Clips SIMD primitives at a time
863 /// @param pVertices - pointer to vertices in SOA form. Clipper will read input and write results to this buffer