Home
last modified time | relevance | path

Searched refs:DebugReportRecorder (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.cpp123 auto recorder = reinterpret_cast<DebugReportRecorder*>(pUserData); in debugReportCallback()
139 DebugReportRecorder::DebugReportRecorder (bool printValidationErrors) in DebugReportRecorder() function in vk::DebugReportRecorder
145 DebugReportRecorder::~DebugReportRecorder (void) in ~DebugReportRecorder()
149 VkDebugReportCallbackCreateInfoEXT DebugReportRecorder::makeCreateInfo (void) in makeCreateInfo()
169 Move<VkDebugReportCallbackEXT> DebugReportRecorder::createCallback (const InstanceInterface& vki, V… in createCallback()
DvkDebugReportUtil.hpp86 class DebugReportRecorder class
91 DebugReportRecorder (bool printValidationErrors);
92 ~DebugReportRecorder (void);
DvkDeviceUtil.hpp48 DebugReportRecorder* recorder = nullptr,
DvkDeviceUtil.cpp45 DebugReportRecorder* recorder, in createDefaultInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp41 using vk::DebugReportRecorder;
96 …e (Context& context, Move<VkInstance> instance, std::unique_ptr<vk::DebugReportRecorder>& recorder) in CustomInstance()
168 …tance, const vk::VkAllocationCallbacks* pAllocator, std::unique_ptr<DebugReportRecorder>& recorder) in UncheckedInstance()
268 std::unique_ptr<DebugReportRecorder> debugReportRecorder; in createCustomInstanceWithExtensions()
270 debugReportRecorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceWithExtensions()
320 std::unique_ptr<DebugReportRecorder> recorder; in createCustomInstanceFromInfo()
338 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createCustomInstanceFromInfo()
357 std::unique_ptr<DebugReportRecorder> recorder; in createUncheckedInstance()
376 recorder.reset(new DebugReportRecorder(printValidationErrors)); in createUncheckedInstance()
DvktCustomInstancesDevices.hpp55 …t& context, vk::Move<vk::VkInstance> instance, std::unique_ptr<vk::DebugReportRecorder>& recorder);
68 std::unique_ptr<vk::DebugReportRecorder> m_recorder;
78 …, const vk::VkAllocationCallbacks* pAllocator, std::unique_ptr<vk::DebugReportRecorder>& recorder);
90 std::unique_ptr<vk::DebugReportRecorder> m_recorder;
DvktTestCase.cpp187 …& vkp, deUint32 apiVersion, const vector<string>& enabledExtensions, DebugReportRecorder* recorder) in createInstance()
338 …vk::DebugReportRecorder& getDebugReportRecorder (void) const { return *m_debugReportR… in getDebugReportRecorder()
341 using DebugReportRecorderPtr = de::UniquePtr<vk::DebugReportRecorder>;
379 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, b… in createDebugReportRecorder()
382 return de::MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(printValidationErrors)); in createDebugReportRecorder()
398 : de::MovePtr<vk::DebugReportRecorder>()) in DefaultDevice()
826 vk::DebugReportRecorder& Context::getDebugReportRecorder () const in getDebugReportRecorder()
845 void collectAndReportDebugMessages(vk::DebugReportRecorder &debugReportRecorder, Context& context) in collectAndReportDebugMessages()
847 using DebugMessages = vk::DebugReportRecorder::MessageList; in collectAndReportDebugMessages()
DvktTestCase.hpp121 vk::DebugReportRecorder& getDebugReportRecorder () const;
181 void collectAndReportDebugMessages(vk::DebugReportRecorder &debugReportRecorder, Context& context);