Home
last modified time | relevance | path

Searched refs:pPerspAttribs (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drasterizer_impl.h942 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;
Dcontext.h82 float *pPerspAttribs; member
Drasterizer.cpp299 triDesc.pAttribs = triDesc.pPerspAttribs = workDesc.pAttribs; in RasterizeSimplePoint()
Dstate.h345 const float* pPerspAttribs; // IN: pointer to attribute/w barycentric coefficients member
Dbackend_impl.h504 psContext->pPerspAttribs = work.pPerspAttribs;
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1072 Value *pPerspAttribs = in CompileFS() local
1108 pAttribs = pPerspAttribs; in CompileFS()