Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp320 u32* inputMapTable = &command[4]; // 0x2bb in SetupActivateVertexAttributeCommand_() local
370inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xf) << (4 * (inputIndex % 8)); // (inputIn… in SetupActivateVertexAttributeCommand_()
398 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()
438 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()
473 inputMapTable[ (inputIndex / 8) * 2 ] |= (usageIndex & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()