Home
last modified time | relevance | path

Searched refs:protectedCommandBuffer (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvklayertests_command.cpp7644 VkCommandBufferObj protectedCommandBuffer(m_device, &protectedCommandPool); in TEST_F() local
7959 protectedCommandBuffer.begin(); in TEST_F()
7962 …vk::CmdBlitImage(protectedCommandBuffer.handle(), image_protected.handle(), VK_IMAGE_LAYOUT_GENERA… in TEST_F()
7991 vk::CmdFillBuffer(protectedCommandBuffer.handle(), buffer_unprotected, 0, 4, 0); in TEST_F()
8001 … vk::CmdClearAttachments(protectedCommandBuffer.handle(), 2, clear_attachments, 2, clear_rect); in TEST_F()
8005 vk::CmdBindDescriptorSets(protectedCommandBuffer.handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, in TEST_F()
8008 … vk::CmdBindVertexBuffers(protectedCommandBuffer.handle(), 0, 1, &buffer_unprotected, &offset); in TEST_F()
8013 vk::CmdDrawIndexed(protectedCommandBuffer.handle(), 1, 0, 0, 0, 0); in TEST_F()
8016 vk::CmdEndRenderPass(protectedCommandBuffer.handle()); in TEST_F()
8018 protectedCommandBuffer.end(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvklayertests_command.cpp7240 VkCommandBufferObj protectedCommandBuffer(m_device, &protectedCommandPool); in TEST_F() local
7478 protectedCommandBuffer.begin(); in TEST_F()
7486 …vk::CmdClearColorImage(protectedCommandBuffer.handle(), image_unprotected.handle(), VK_IMAGE_LAYOU… in TEST_F()
7491 …vk::CmdCopyBuffer(protectedCommandBuffer.handle(), buffer_protected, buffer_unprotected, 1, &buffe… in TEST_F()
7510 vk::CmdFillBuffer(protectedCommandBuffer.handle(), buffer_unprotected, 0, 4, 0); in TEST_F()
7514 …vk::CmdUpdateBuffer(protectedCommandBuffer.handle(), buffer_unprotected, 0, 4, (void *)update_data… in TEST_F()
7517 …vk::CmdBeginRenderPass(protectedCommandBuffer.handle(), &render_pass_begin, VK_SUBPASS_CONTENTS_IN… in TEST_F()
7520 vk::CmdClearAttachments(protectedCommandBuffer.handle(), 2, clear_attachments, 2, clear_rect); in TEST_F()
7523 vk::CmdEndRenderPass(protectedCommandBuffer.handle()); in TEST_F()
7524 protectedCommandBuffer.end(); in TEST_F()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/positive/
H A Dpipeline.cpp4868 VkCommandBufferObj protectedCommandBuffer(m_device, &protectedCommandPool); in TEST_F() local
4870 protectedCommandBuffer.begin(); in TEST_F()
4874 …vk::CmdBeginRenderPass(protectedCommandBuffer.handle(), &render_pass_begin, VK_SUBPASS_CONTENTS_IN… in TEST_F()
4875 …vk::CmdBindPipeline(protectedCommandBuffer.handle(), VK_PIPELINE_BIND_POINT_GRAPHICS, pipe.pipelin… in TEST_F()
4877 vk::CmdDraw(protectedCommandBuffer.handle(), 3, 1, 0, 0); in TEST_F()
4878 vk::CmdEndRenderPass(protectedCommandBuffer.handle()); in TEST_F()
4879 protectedCommandBuffer.end(); in TEST_F()