Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp318 u32* inputMapTable = &command[4]; // 0x2bb in SetupActivateVertexAttributeCommand_() local
368inputMapTable[ (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_()