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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
frontend.cpp 505 uint32_t* pPrimData,
517 // The pPrimData buffer is sparse in that we allocate memory for all 32 attributes for each vertex.
548 // Store each vertex's attrib at appropriate locations in pPrimData buffer.
551 uint32_t* pPrimDataAttrib = pPrimData + primDataAttribOffset + (v * primDataDwordVertexStride);
559 // Update pPrimData pointer
560 soContext.pPrimData = pPrimData;
    [all...]
state.h 687 // These masks help the FE to setup the pPrimData buffer that is passed
704 uint32_t* pPrimData;
    [all...]

Completed in 57 milliseconds