Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmRenderSystem.h78 size_t maxGpuProfilingEntryCount; //!< コマンドリストの GPU プロファイラエントリの上限数を表します。 member
85 maxGpuProfilingEntryCount(8) in Description()
/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h54 size_t maxGpuProfilingEntryCount; //!< GPU プロファイルエントリの上限数です。 member
Ddemo_GraphicsSystem.h135 size_t maxGpuProfilingEntryCount; //!< コマンドリストの GPU プロファイラエントリの上限数を表します。 member
148 maxGpuProfilingEntryCount(8) in Description()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp56 m_GpuProfilingEntries(description.maxGpuProfilingEntryCount, allocator), in CommandListSwapper()
57 m_GpuProfilingResults(description.maxGpuProfilingEntryCount, allocator), in CommandListSwapper()
Ddemo_GraphicsSystem.cpp159 swapperDescription.maxGpuProfilingEntryCount = description.maxGpuProfilingEntryCount; in Create()
/NW4C-2.0.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp201 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp212 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()
/NW4C-2.0.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp213 commandListSwapperDescription.maxGpuProfilingEntryCount = 0; in InitializeGraphics()