Searched refs:pOutVerts (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 591 …float *pOutVerts) // array of output positions. We'll write our new intersection poi… in intersect() argument 620 ScatterComponent(pOutVerts, VERTEX_POSITION_SLOT, vActiveMask, outIndex, c, vOutPos); in intersect() 632 ScatterComponent(pOutVerts, attribSlot, vActiveMask, outIndex, c, vOutAttrib); in intersect() 645 ScatterComponent(pOutVerts, attribSlot, vActiveMask, outIndex, c, vOutAttrib); in intersect() 657 ScatterComponent(pOutVerts, attribSlot, vActiveMask, outIndex, c, vOutAttrib); in intersect() 680 …Plane(const float* pInVerts, const simdscalari& vNumInPts, uint32_t numInAttribs, float* pOutVerts) in ClipTriToPlane() argument 716 … ScatterComponent(pOutVerts, VERTEX_POSITION_SLOT, s_in, vOutIndex, c, vInPos0[c]); in ClipTriToPlane() 726 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib); in ClipTriToPlane() 737 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib); in ClipTriToPlane() 747 ScatterComponent(pOutVerts, attribSlot, s_in, vOutIndex, c, vAttrib); in ClipTriToPlane() [all …]
|