Home | History | Annotate | Download | only in tests

Lines Matching full:framebuffer

4420     // Add image barrier w/ image handle that's not in framebuffer
4988 TEST_DESCRIPTION("Generate INVALID_RENDER_AREA error by beginning renderpass with extent outside of framebuffer");
4993 "Cannot execute a render pass with renderArea not within the bound of the framebuffer.");
4995 // Framebuffer for render target is 256x256, exceed that for INVALID_RENDER_AREA
5282 "Hit errors when attempting to create a framebuffer :\n"
5283 " 1. Mismatch between framebuffer & renderPass attachmentCount\n"
5285 " 3. Mismatch framebuffer & renderPass attachment formats\n"
5286 " 4. Mismatch framebuffer & renderPass attachment #samples\n"
5287 " 5. Framebuffer attachment w/ non-1 mip-levels\n"
5288 " 6. Framebuffer attachment where dimensions don't match\n"
5289 " 7. Framebuffer attachment where dimensions don't match\n"
5290 " 8. Framebuffer attachment w/o identity swizzle\n"
5291 " 9. framebuffer dimensions exceed physical device limits\n");
6939 "Attempt to draw with a command buffer that is invalid due to a framebuffer image dependency being destroyed.");
7004 // Just use default renderpass with our framebuffer
7005 m_renderPassBeginInfo.framebuffer = fb;
7013 // Destroy image attached to framebuffer to invalidate cmd buffer
7026 TEST_DESCRIPTION("Delete in-use framebuffer.");
7044 // Just use default renderpass with our framebuffer
7045 m_renderPassBeginInfo.framebuffer = fb;
7057 // Destroy framebuffer while in-flight
7063 m_errorMonitor->SetUnexpectedError("If framebuffer is not VK_NULL_HANDLE, framebuffer must be a valid VkFramebuffer handle");
7064 m_errorMonitor->SetUnexpectedError("Unable to remove Framebuffer obj");
7069 TEST_DESCRIPTION("Delete in-use image that's child of framebuffer.");
7131 // Just use default renderpass with our framebuffer
7132 m_renderPassBeginInfo.framebuffer = fb;
7143 // Submit cmd buffer to put framebuffer and children in-flight
7145 // Destroy image attached to framebuffer while in-flight
7190 rpbi.framebuffer = m_framebuffer;
9483 // Force the failure by not setting the Renderpass and Framebuffer fields
9581 // Force the failure by setting the Renderpass and Framebuffer fields with (fake) data
10846 hinfo.framebuffer = VK_NULL_HANDLE;
10860 rp_begin.framebuffer = framebuffer();
13252 hinfo.framebuffer = m_framebuffer;
15276 "Bind a secondary command buffer with with a framebuffer that does not match the framebuffer for the active renderpass.");
15301 // A compatible framebuffer.
15339 cbii.framebuffer = fb;
15352 " that is not the same as the primary command buffer's current active framebuffer ");
19239 // Image/device limits are <= framebuffer limit - will also trip 770
19251 // Image/device limits are <= framebuffer limit - will also trip 770
21017 cmd_buf_inheritance_info.framebuffer = VK_NULL_HANDLE;
21060 command_buffer_inheritance_info.framebuffer = m_framebuffer;
22947 // A compatible framebuffer.
22993 "This test should pass. Create a Framebuffer and command buffer, bind them together, then destroy command pool and "
22994 "framebuffer and verify there are no errors.");
23021 // A compatible framebuffer.
23050 // Begin our cmd buffer with renderpass using our framebuffer
23103 // A compatible framebuffer.
23147 "Validate that when an imageView of a depth/stencil image is used as a depth/stencil framebuffer attachment, the "
23263 // A compatible framebuffer.
23366 rpbinfo.framebuffer = fb;
23673 hinfo.framebuffer = VK_NULL_HANDLE;