Searched refs:attachmentWidth (Results 1 – 2 of 2) sorted by relevance
65 uint32_t attachmentWidth = 512; in TEST_F() local92 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()105 framebufferCreateInfo.width = attachmentWidth; in TEST_F()122 imageCreateInfo.extent.width = attachmentWidth; in TEST_F()155 renderPassBeginInfo.renderArea.extent.width = attachmentWidth; in TEST_F()341 uint32_t attachmentWidth = 512; in TEST_F() local367 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()380 framebufferCreateInfo.width = attachmentWidth; in TEST_F()439 uint32_t attachmentWidth = 512; in TEST_F() local465 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()[all …]
2191 int attachmentWidth = 0; in checkFramebufferStatus() local2248 attachmentWidth = level.getWidth(); in checkFramebufferStatus()2257 attachmentWidth = renderbuffer->getWidth(); in checkFramebufferStatus()2267 if (!hasAttachment && attachmentWidth > 0 && attachmentHeight > 0) in checkFramebufferStatus()2269 width = attachmentWidth; in checkFramebufferStatus()2273 else if (attachmentWidth != width || attachmentHeight != height) in checkFramebufferStatus()