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.h1023 float* pPerspAttribs = perspAttribsTLS;
1025 triDesc.pPerspAttribs = pPerspAttribs;
1043 _mm_store_ps(pPerspAttribs, attribA);
1044 _mm_store_ps(pPerspAttribs += 4, attribB);
1045 _mm_store_ps(pPerspAttribs += 4, attribC);
1046 pPerspAttribs += 4;
Dcontext.h83 float* pPerspAttribs; member
Drasterizer.cpp298 triDesc.pAttribs = triDesc.pPerspAttribs = workDesc.pAttribs; in RasterizeSimplePoint()
Dstate.h378 const float* pPerspAttribs; // IN: pointer to attribute/w barycentric coefficients member
Dbackend_impl.h651 psContext->pPerspAttribs = work.pPerspAttribs;
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2673 Value *pPerspAttribs = in CompileFS() local
2709 pAttribs = pPerspAttribs; in CompileFS()