Home
last modified time | relevance | path

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

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