• Home
  • Raw
  • Download

Lines Matching refs:rp_begin

6790 …VkRenderPassBeginInfo rp_begin = {VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO, nullptr, rp2, fb, {{0,…  in TEST_F()  local
6792 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, fals… in TEST_F()
6891 …VkRenderPassBeginInfo rp_begin = {VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO, nullptr, rp, fb, {{0, … in TEST_F() local
6898 rp_begin.renderPass = rp_invalid; in TEST_F()
6899 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6909 rp_begin.renderPass = rp_invalid; in TEST_F()
6911 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6920 rp_begin.renderPass = rp_invalid; in TEST_F()
6922 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6930 rp_begin.renderPass = rp_invalid; in TEST_F()
6932 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6941 rp_begin.renderPass = rp_invalid; in TEST_F()
6945 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6954 rp_begin.renderPass = rp_invalid; in TEST_F()
6956 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
6966 rp_begin.renderPass = rp_invalid; in TEST_F()
6968 …erPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2Supported, in TEST_F()
6977 rp_begin.renderPass = rp_invalid; in TEST_F()
6979 …erPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2Supported, in TEST_F()
7028 VkRenderPassBeginInfo rp_begin = {}; in TEST_F() local
7029 rp_begin.sType = VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO; in TEST_F()
7030 rp_begin.pNext = NULL; in TEST_F()
7031 rp_begin.renderPass = renderPass(); in TEST_F()
7032 rp_begin.framebuffer = framebuffer(); in TEST_F()
7033 rp_begin.clearValueCount = 0; // Should be 1 in TEST_F()
7035 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, rp2S… in TEST_F()
7120 VkRenderPassBeginInfo rp_begin = { in TEST_F() local
7124 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, fals… in TEST_F()
7129 …TestRenderPassBegin(m_errorMonitor, m_device->device(), m_commandBuffer->handle(), &rp_begin, fals… in TEST_F()