Searched refs:outSlot (Results 1 – 1 of 1) sorted by relevance
853 uint32_t outSlot; in CompileVS() local859 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()