Home | History | Annotate | Download | only in core

Lines Matching refs:pPerspAttribs

942     float* pPerspAttribs = perspAttribsTLS;
944 triDesc.pPerspAttribs = pPerspAttribs;
962 _mm_store_ps(pPerspAttribs, attribA);
963 _mm_store_ps(pPerspAttribs+=4, attribB);
964 _mm_store_ps(pPerspAttribs+=4, attribC);
965 pPerspAttribs+=4;