Searched refs:EngineBufferCreationFlagBits (Results 1 – 8 of 8) sorted by relevance
161 CORE_JSON_SERIALIZE_ENUM(EngineBufferCreationFlagBits,163 { (EngineBufferCreationFlagBits)0, nullptr },164 …{ EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_DYNAMIC_BARRIERS, "dynamic_barriers" },331 SafeGetJsonBitfield<EngineBufferCreationFlagBits>( in FromJson()
122 enum EngineBufferCreationFlagBits { enum
80 … RENDER_NS::EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_SINGLE_SHOT_STAGING) | in hash()82 … RENDER_NS::EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_DYNAMIC_RING_BUFFER); in hash()
361 …desc.engineCreationFlags = EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_SINGLE_SHOT_S… in GetAllocatorCreateInfo()377 …desc.engineCreationFlags = EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_DYNAMIC_RING_… in GetAllocatorCreateInfo()
113 …if (desc_.engineCreationFlags & EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_SINGLE_S…
1035 …gpuBufferDesc.engineCreationFlags = EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_CREA… in Allocate()1036 … EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_MAP_OUTSIDE_RENDERER | in Allocate()1037 … EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_DEFERRED_DESTROY; in Allocate()
1492 EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_CREATE_IMMEDIATE | in ImportTexture()1493 EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_MAP_OUTSIDE_RENDERER | in ImportTexture()1494 EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_DEFERRED_DESTROY; in ImportTexture()
452 EngineBufferCreationFlagBits::CORE_ENGINE_BUFFER_CREATION_SINGLE_SHOT_STAGING, in GetStagingBufferDesc()