Home
last modified time | relevance | path

Searched refs:LowLevelDeviceVk (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h44 class LowLevelDeviceVk;
270 BASE_NS::unique_ptr<LowLevelDeviceVk> lowLevelDevice_;
282 class LowLevelDeviceVk final : public ILowLevelDeviceVk {
284 explicit LowLevelDeviceVk(DeviceVk& deviceVk);
285 ~LowLevelDeviceVk() = default;
H A Ddevice_vk.cpp667 lowLevelDevice_ = make_unique<LowLevelDeviceVk>(*this);
1434 LowLevelDeviceVk::LowLevelDeviceVk(DeviceVk& deviceVk) in LowLevelDeviceVk() function in __anon9709::LowLevelDeviceVk
1438 DeviceBackendType LowLevelDeviceVk::GetBackendType() const in GetBackendType()
1443 const DevicePlatformDataVk& LowLevelDeviceVk::GetPlatformDataVk() const in GetPlatformDataVk()
1448 GpuBufferPlatformDataVk LowLevelDeviceVk::GetBuffer(RenderHandle handle) const in GetBuffer()
1461 GpuImagePlatformDataVk LowLevelDeviceVk::GetImage(RenderHandle handle) const in GetImage()
1474 GpuSamplerPlatformDataVk LowLevelDeviceVk::GetSampler(RenderHandle handle) const in GetSampler()

Completed in 3 milliseconds