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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.h294 uint32_t mapSlot = backendState.swizzleEnable ? backendState.swizzleMap[slot].sourceAttrib : slot; local
295 maxSlot = std::max<int32_t>(maxSlot, mapSlot);
296 uint32_t inputSlot = VERTEX_ATTRIB_START_SLOT + mapSlot;

Completed in 44 milliseconds