Searched refs:CommandCache (Results 1 – 5 of 5) sorted by relevance
62 CommandCache::CommandCache(void) : in CommandCache() function in demo::CommandCache85 CommandCache::~CommandCache() in ~CommandCache()87 CommandCache::Finalize(); in ~CommandCache()90 void CommandCache::Initialize(const u32 CommandListSize, const u32 RequestNum, in Initialize()111 void CommandCache::Finalize(void) in Finalize()136 void CommandCache::SetVSUniformMatrixRegisterIndex(const u32 modelIndex, in SetVSUniformMatrixRegisterIndex()155 void CommandCache::BeginSave(void) in BeginSave()180 void CommandCache::SaveCommandBufferStartOffset(const u32 modelIndex) in SaveCommandBufferStartOffset()200 void CommandCache::EndSave(void) in EndSave()263 …void CommandCache::UpdateVSUniformMatrix(const u32 modelIndex, const u32 uniformMatrixIndex, const… in UpdateVSUniformMatrix()[all …]
101 class CommandCache : private nn::util::NonCopyable<CommandCache>104 CommandCache(void);105 virtual ~CommandCache(void);
23 DEMO_COMMAND_CACHE_SOURCE_DIR = $(dir CommandCache)
49 demo::CommandCache s_CommandCache;
58 demo::CommandCache s_CommandCacheArray[MAX_MODEL_NUM];