Lines Matching refs:VulkanTestHelper
51 std::mutex VulkanTestHelper::mMutex;
53 VulkanTestHelper::VulkanTestHelper() in VulkanTestHelper() function in gfxstream::vk::testing::VulkanTestHelper
74 void VulkanTestHelper::destroy() { in destroy()
96 VulkanTestHelper::~VulkanTestHelper() { in ~VulkanTestHelper()
103 void VulkanTestHelper::initialize(const InitializationOptions& options) { in initialize()
205 bool VulkanTestHelper::hasValidationErrors() const { return validationErrorsFound; } in hasValidationErrors()
207 VkCommandBuffer VulkanTestHelper::beginCommandBuffer() { in beginCommandBuffer()
225 void VulkanTestHelper::submitCommandBuffer(VkCommandBuffer commandBuffer) { in submitCommandBuffer()
239 uint32_t VulkanTestHelper::getQueueFamilyIndex(VkQueueFlagBits queueFlags) { in getQueueFamilyIndex()
255 uint32_t VulkanTestHelper::findMemoryType(uint32_t typeFilter, VkMemoryPropertyFlags properties) { in findMemoryType()
268 void VulkanTestHelper::createBuffer(VkDeviceSize size, VkBufferUsageFlags usage, in createBuffer()
292 void VulkanTestHelper::transitionImageLayout(VkCommandBuffer cmdBuf, VkImage image, in transitionImageLayout()