Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp214 int inputIndex = 0; // 内部頂点属性番号 in SetupActivateVertexAttributeCommand_() local
259 …inputMapTable[ (inputIndex / 8) * 2 ] |= (usage & 0xf) << (4 * (inputIndex % 8)); // (inputIndex >… in SetupActivateVertexAttributeCommand_()
265 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
269 arraySetting[0] |= inputIndex << (streamIdx * 4); in SetupActivateVertexAttributeCommand_()
273 arraySetting[1] |= inputIndex << ((streamIdx - 8) * 4); in SetupActivateVertexAttributeCommand_()
276 ++inputIndex; in SetupActivateVertexAttributeCommand_()
287 inputMapTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupActivateVertexAttributeCommand_()
295 …inputFormat[ inputIndex / 8 ] |= CommandCacheHelper::GetVertexFormat(dimension, format) << ((input… in SetupActivateVertexAttributeCommand_()
303 command[commandIndex + 2] = inputIndex; in SetupActivateVertexAttributeCommand_()
306 ++inputIndex; in SetupActivateVertexAttributeCommand_()
[all …]
Dgfx_ParticleShape.cpp91 int inputIndex = 0; // 内部頂点属性番号 in SetupParticleVertexAttributeCommand() local
103 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
109 …inputFormat[ inputIndex / 8 ] |= internal::CommandCacheHelper::GetVertexFormat(dimension, format) … in SetupParticleVertexAttributeCommand()
121 command[commandIndex++] = inputIndex; in SetupParticleVertexAttributeCommand()
124 ++inputIndex; in SetupParticleVertexAttributeCommand()
129 for (s32 i = inputIndex; i < vtxAttrNum; ++i) in SetupParticleVertexAttributeCommand()
149 inputTable[ (inputIndex / 8) * 2 ] |= (usage & 0xF) << (4 * (inputIndex % 8)); in SetupParticleVertexAttributeCommand()
168 command[commandIndex] = inputIndex; in SetupParticleVertexAttributeCommand()
175 vertexParamMask[0] |= 1 << (16 + inputIndex); in SetupParticleVertexAttributeCommand()
177 ++inputIndex; in SetupParticleVertexAttributeCommand()
[all …]