Searched refs:pPerspAttribs (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Drasterizer_impl.h1023 float* pPerspAttribs = perspAttribsTLS; local in function:RasterizeTriangle
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;
H A Dcontext.h82 float* pPerspAttribs; member in struct:SWR_TRIANGLE_DESC
H A Drasterizer.cpp294 triDesc.pAttribs = triDesc.pPerspAttribs = workDesc.pAttribs;
H A Dstate.h367 const float* pPerspAttribs; // IN: pointer to attribute/w barycentric coefficients member in struct:SWR_PS_CONTEXT
H A Dbackend_impl.h633 psContext->pPerspAttribs = work.pPerspAttribs;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp1081 // load *pAttribs, *pPerspAttribs
1083 Value *pPerspAttribs = local in function:BuilderSWR::CompileFS
1084 LOAD(pPS, {0, SWR_PS_CONTEXT_pPerspAttribs}, "pPerspAttribs");
1119 pAttribs = pPerspAttribs;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_shader.cpp2671 // load *pAttribs, *pPerspAttribs
2673 Value *pPerspAttribs = local in function:BuilderSWR::CompileFS
2674 LOAD(pPS, {0, SWR_PS_CONTEXT_pPerspAttribs}, "pPerspAttribs");
2709 pAttribs = pPerspAttribs;

Completed in 18 milliseconds