Searched refs:inputMapTable (Results 1 – 1 of 1) sorted by relevance
318 u32* inputMapTable = &command[4]; // 0x2bb in SetupActivateVertexAttributeCommand_() local368 …inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xf) << (4 * (inputIndex % 8)); // (inputIn… in SetupActivateVertexAttributeCommand_()396 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()436 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()471 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()