Searched refs:bufferInfo (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ActivateCommand.cpp | 267 CommandBufferInfo& bufferInfo, in SetupActivateVertexAttributeCommand_() argument 299 u32* command = reinterpret_cast<u32*>( bufferInfo.GetCurrentAddress() ); in SetupActivateVertexAttributeCommand_() 502 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupActivateVertexAttributeCommand_() 512 CommandBufferInfo& bufferInfo, in SetupDeactivateVertexAttributeCommand_() argument 534 u32* command = reinterpret_cast<u32*>(bufferInfo.GetCurrentAddress()); in SetupDeactivateVertexAttributeCommand_() 606 NW_ENSURE_AND_ASSERT( bufferInfo.ForwardCommand( commandIndex * sizeof(u32) ) ); in SetupDeactivateVertexAttributeCommand_() 614 CommandBufferInfo& bufferInfo, in SetupVertexAttributeCommand() argument 619 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand() 625 CommandBufferInfo& bufferInfo, in SetupVertexAttributeCommand() argument 630 return SetupActivateVertexAttributeCommand_( bufferInfo, shape, shaderProgramDesc ); in SetupVertexAttributeCommand() [all …]
|
| /NW4C-1.3.3/sources/libraries/gfx/res/ |
| D | gfx_ResMesh.cpp | 169 … internal::CommandBufferInfo bufferInfo(buffer, activateCommandSize + deactivateCommandSize); in Setup() local 171 internal::SetupVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 172 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize); in Setup() 174 … internal::SetupDeactivateVertexAttributeCommand(bufferInfo, separateShape, shaderProgramDesc); in Setup() 175 NW_ASSERT(bufferInfo.GetCurrentSize() == activateCommandSize + deactivateCommandSize); in Setup()
|
| D | gfx_ResShape.cpp | 307 internal::CommandBufferInfo bufferInfo( in SetupDrawCommand() local 311 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_ActivateCommand.h | 404 CommandBufferInfo& bufferInfo, 409 CommandBufferInfo& bufferInfo, 422 CommandBufferInfo& bufferInfo, 427 CommandBufferInfo& bufferInfo, 450 CommandBufferInfo& bufferInfo,
|