HomeSort by relevance Sort by last modified time
    Searched refs:pPerspAttribs (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp     [all...]
context.h 83 float *pPerspAttribs;
state.h 317 const float* pPerspAttribs; // IN: pointer to attribute/w barycentric coefficients
    [all...]
backend.h 491 psContext->pPerspAttribs = work.pPerspAttribs;
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 422 // load *pAttribs, *pPerspAttribs
424 Value *pPerspAttribs =
425 LOAD(pPS, {0, SWR_PS_CONTEXT_pPerspAttribs}, "pPerspAttribs");
460 pAttribs = pPerspAttribs;

Completed in 2729 milliseconds