Searched refs:attachmentHeight (Results 1 – 2 of 2) sorted by relevance
66 uint32_t attachmentHeight = 512; in TEST_F() local93 framebufferAttachmentImageInfo.height = attachmentHeight; in TEST_F()106 framebufferCreateInfo.height = attachmentHeight; in TEST_F()123 imageCreateInfo.extent.height = attachmentHeight; in TEST_F()156 renderPassBeginInfo.renderArea.extent.height = attachmentHeight; in TEST_F()342 uint32_t attachmentHeight = 512; in TEST_F() local368 framebufferAttachmentImageInfo.height = attachmentHeight; in TEST_F()381 framebufferCreateInfo.height = attachmentHeight; in TEST_F()440 uint32_t attachmentHeight = 512; in TEST_F() local466 framebufferAttachmentImageInfo.height = attachmentHeight; in TEST_F()[all …]
2192 int attachmentHeight = 0; in checkFramebufferStatus() local2249 attachmentHeight = level.getHeight(); in checkFramebufferStatus()2258 attachmentHeight = renderbuffer->getHeight(); in checkFramebufferStatus()2267 if (!hasAttachment && attachmentWidth > 0 && attachmentHeight > 0) in checkFramebufferStatus()2270 height = attachmentHeight; in checkFramebufferStatus()2273 else if (attachmentWidth != width || attachmentHeight != height) in checkFramebufferStatus()