Home
last modified time | relevance | path

Searched refs:deviceVk_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp335 const LowLevelGpuQueueVk lowLevelQueue = deviceVk_.GetPresentationGpuQueue(); in Present()
923 if (deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT) { in RenderSingleCommandList()
946 if (deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT) { in RenderSingleCommandList()
1120 if (deviceVk_.GetDebugFunctionUtilities().vkCmdEndDebugUtilsLabelEXT) { in RenderSingleCommandList()
1121deviceVk_.GetDebugFunctionUtilities().vkCmdEndDebugUtilsLabelEXT(cmdBuffer.commandBuffer); in RenderSingleCommandList()
1131 if (deviceVk_.GetDebugFunctionUtilities().vkCmdEndDebugUtilsLabelEXT) { in RenderSingleCommandList()
1132 deviceVk_.GetDebugFunctionUtilities().vkCmdEndDebugUtilsLabelEXT(cmdBuffer.commandBuffer); in RenderSingleCommandList()
1770 … srcQueueFamilyIndex = deviceVk_.GetGpuQueue(ref.srcGpuQueue).queueInfo.queueFamilyIndex; in RenderCommand()
2254 const DevicePlatformDataVk& devicePlat = deviceVk_.GetPlatformDataVk(); in RenderCommand()
2391 const DeviceVk::ExtFunctions& extFunctions = deviceVk_.GetExtFunctions(); in RenderCommand()
[all …]
H A Ddevice_vk.cpp1436 …: deviceVk_(deviceVk), gpuResourceMgr_(static_cast<GpuResourceManager&>(deviceVk_.GetGpuResourceMa… in LowLevelDeviceVk()
1446 return deviceVk_.GetPlatformDataVk(); in GetPlatformDataVk()
1451 if (deviceVk_.GetLockResourceBackendAccess()) { in GetBuffer()
1464 if (deviceVk_.GetLockResourceBackendAccess()) { in GetImage()
1477 if (deviceVk_.GetLockResourceBackendAccess()) { in GetSampler()
H A Ddevice_vk.h295 DeviceVk& deviceVk_;
H A Drender_backend_vk.h246 DeviceVk& deviceVk_; variable