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

  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 428 attribSlot = VERTEX_ATTRIB_START_SLOT + attrib;
562 pGS->vertexAttribOffset = VERTEX_ATTRIB_START_SLOT; // TODO: optimize
563 pGS->srcVertexAttribOffset = VERTEX_ATTRIB_START_SLOT; // TODO: optimize
637 vs_slot += VERTEX_ATTRIB_START_SLOT;
865 outSlot = VERTEX_ATTRIB_START_SLOT + attrib;
    [all...]
swr_draw.cpp 160 // other (non-SGV) slots start at VERTEX_ATTRIB_START_SLOT
161 feState.vsVertexSize += VERTEX_ATTRIB_START_SLOT;
swr_state.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 191 VERTEX_ATTRIB_START_SLOT = (3 + VERTEX_POSITION_END_SLOT),
    [all...]
frontend.cpp     [all...]

Completed in 1461 milliseconds