• Home
  • Raw
  • Download

Lines Matching refs:clear_rect

714 …VkClearRect clear_rect = {{{0, 0}, {static_cast<uint32_t>(m_width), static_cast<uint32_t>(m_height…  in VKTriangleTest()  local
716 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in VKTriangleTest()
14707 VkClearRect clear_rect = {{{0, 0}, {32, 32}}}; in TEST_F() local
14708 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
17160 VkClearRect clear_rect = {{{0, 0}, {(uint32_t)m_width, (uint32_t)m_height}}, 0, 1}; in TEST_F() local
17161 vkCmdClearAttachments(secondary.handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
17164 clear_rect = {{{0, 0}, {99999999, 99999999}}, 0, 0}; in TEST_F()
17219 VkClearRect clear_rect = {{{0, 0}, {(uint32_t)m_width, (uint32_t)m_height}}, 0, 1}; in TEST_F() local
17224 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
17227 clear_rect.rect.extent.width = renderPassBeginInfo().renderArea.extent.width + 4; in TEST_F()
17228 clear_rect.rect.extent.height = clear_rect.rect.extent.height / 2; in TEST_F()
17230 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
17234 clear_rect.rect.extent.width = (uint32_t)m_width; in TEST_F()
17235 clear_rect.baseArrayLayer = 1; in TEST_F()
17236 clear_rect.layerCount = 0; in TEST_F()
17238 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
17242 clear_rect.rect.extent.width = (uint32_t)m_width; in TEST_F()
17243 clear_rect.baseArrayLayer = 0; in TEST_F()
17244 clear_rect.layerCount = 2; in TEST_F()
17246 vkCmdClearAttachments(m_commandBuffer->handle(), 1, &color_attachment, 1, &clear_rect); in TEST_F()
27907 VkClearRect clear_rect = {{{0, 0}, {257, 32}}}; in TEST_F() local
27908 vkCmdClearAttachments(secondary_command_buffer, 1, &color_attachment, 1, &clear_rect); in TEST_F()
27954 VkClearRect clear_rect = {{{0, 0}, {32, 32}}}; in TEST_F() local
27955 vkCmdClearAttachments(secondary_command_buffer, 1, &color_attachment, 1, &clear_rect); in TEST_F()