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 D | rasterizer_impl.h | 1023 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 D | context.h | 82 float* pPerspAttribs; member in struct:SWR_TRIANGLE_DESC
|
| H A D | rasterizer.cpp | 294 triDesc.pAttribs = triDesc.pPerspAttribs = workDesc.pAttribs;
|
| H A D | state.h | 367 const float* pPerspAttribs; // IN: pointer to attribute/w barycentric coefficients member in struct:SWR_PS_CONTEXT
|
| H A D | backend_impl.h | 633 psContext->pPerspAttribs = work.pPerspAttribs;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_shader.cpp | 1081 // 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 D | swr_shader.cpp | 2671 // 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