Searched refs:GetDebugFunctionUtilities (Results 1 – 4 of 4) sorted by relevance
49 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugObjectNameVk()60 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugBufferNameVk()74 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugImageNameVk()98 const auto& funcPtrs = (static_cast<const DeviceVk&>(device)).GetDebugFunctionUtilities(); in DebugSamplerNameVk()
923 if (deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT) { in RenderSingleCommandList()930 …deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT(cmdBuffer.commandBuffer, &label… in RenderSingleCommandList()946 if (deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT) { in RenderSingleCommandList()955 …deviceVk_.GetDebugFunctionUtilities().vkCmdBeginDebugUtilsLabelEXT(cmdBuffer.commandBuffer, &label… 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()
201 const DebugFunctionUtilitiesVk& GetDebugFunctionUtilities() const;
1348 const DebugFunctionUtilitiesVk& DeviceVk::GetDebugFunctionUtilities() const in GetDebugFunctionUtilities() function in DeviceVk