Searched refs:bufferInfo (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 269 CommandBufferInfo& bufferInfo, in SetupActivateVertexAttributeCommand_() argument 301 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupActivateVertexAttributeCommand_() 504 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupActivateVertexAttributeCommand_() 514 CommandBufferInfo& bufferInfo, in SetupDeactivateVertexAttributeCommand_() argument 536 u32* command = reinterpret_cast<u32*>(bufferInfo.GetCurrentAddress()); in SetupDeactivateVertexAttributeCommand_() 608 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupDeactivateVertexAttributeCommand_() 616 CommandBufferInfo& bufferInfo, in SetupVertexAttributeCommand() argument 621 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand() 627 CommandBufferInfo& bufferInfo, in SetupVertexAttributeCommand() argument 632 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand() [all …]
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 171 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup() local 173 internal::SetupVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 174 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize); in Setup() 176 … internal::SetupDeactivateVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 177 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()
|
| D | gfx_ResShape.cpp | 308 internal::CommandBufferInfo bufferInfo( in SetupDrawCommand() local 312 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_ActivateCommand.h | 406 CommandBufferInfo& bufferInfo, 411 CommandBufferInfo& bufferInfo, 424 CommandBufferInfo& bufferInfo, 429 CommandBufferInfo& bufferInfo, 452 CommandBufferInfo& bufferInfo,
|