Searched refs:deviceVk_ (Results 1 – 4 of 4) sorted by relevance
335 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()1121 … deviceVk_.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 …]
1436 …: 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()
295 DeviceVk& deviceVk_;
246 DeviceVk& deviceVk_; variable