Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp853 uint32_t outSlot; in CompileVS() local
859 outSlot = VERTEX_SGV_SLOT; in CompileVS()
862 outSlot = VERTEX_POSITION_SLOT; in CompileVS()
865 outSlot = VERTEX_ATTRIB_START_SLOT + attrib; in CompileVS()
867 outSlot--; in CompileVS()
870 WriteVS(val, pVsCtx, vtxOutput, outSlot, channel); in CompileVS()