Searched refs:GatherComponent (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 558 …inline simdscalar GatherComponent(const float* pBuffer, uint32_t attrib, simdscalar vMask, simdsca… in GatherComponent() function 629 simdscalar vAttrib0 = GatherComponent(pInVerts, attribSlot, vActiveMask, s, c); in intersect() 630 simdscalar vAttrib1 = GatherComponent(pInVerts, attribSlot, vActiveMask, p, c); in intersect() 642 simdscalar vAttrib0 = GatherComponent(pInVerts, attribSlot, vActiveMask, s, c); in intersect() 643 simdscalar vAttrib1 = GatherComponent(pInVerts, attribSlot, vActiveMask, p, c); in intersect() 654 simdscalar vAttrib0 = GatherComponent(pInVerts, attribSlot, vActiveMask, s, c); in intersect() 655 simdscalar vAttrib1 = GatherComponent(pInVerts, attribSlot, vActiveMask, p, c); in intersect() 697 vInPos0[c] = GatherComponent(pInVerts, VERTEX_POSITION_SLOT, vActiveMask, s, c); in ClipTriToPlane() 698 vInPos1[c] = GatherComponent(pInVerts, VERTEX_POSITION_SLOT, vActiveMask, p, c); in ClipTriToPlane() 725 simdscalar vAttrib = GatherComponent(pInVerts, attribSlot, s_in, s, c); in ClipTriToPlane() [all …]
|