Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmRenderSystem.h89 size_t maxGpuProfilingEntryCount; //!< コマンドリストの GPU プロファイラエントリの上限数を表します。 member
102 maxGpuProfilingEntryCount(8) in Description()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp53 m_GpuProfilingEntries(description.maxGpuProfilingEntryCount, allocator), in CommandListSwapper()
54 m_GpuProfilingResults(description.maxGpuProfilingEntryCount, allocator), in CommandListSwapper()
Ddemo_GraphicsSystem.cpp154 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()
/NW4C-1.2.23/include/nw/demo/
Ddemo_CommandListSwapper.h52 size_t maxGpuProfilingEntryCount; //!< GPU プロファイルエントリの上限数です。 member
Ddemo_GraphicsSystem.h133 size_t maxGpuProfilingEntryCount; //!< コマンドリストの GPU プロファイラエントリの上限数を表します。 member
146 maxGpuProfilingEntryCount(8) in Description()
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp199 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp211 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp210 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()