Home
last modified time | relevance | path

Searched refs:attachmentWidth (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_imageless_framebuffer.cpp65 uint32_t attachmentWidth = 512; in TEST_F() local
92 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() local
367 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()
380 framebufferCreateInfo.width = attachmentWidth; in TEST_F()
439 uint32_t attachmentWidth = 512; in TEST_F() local
465 framebufferAttachmentImageInfo.width = attachmentWidth; in TEST_F()
[all …]
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2191 int attachmentWidth = 0; in checkFramebufferStatus() local
2248 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()