Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline.cc353 auto mip0_width = fb_width_ << attachment.base_mip_level; in UpdateFramebufferSizes() local
355 attachment.buffer->SetWidth(mip0_width); in UpdateFramebufferSizes()
357 attachment.buffer->SetElementCount(mip0_width * mip0_height); in UpdateFramebufferSizes()
383 auto mip0_width = fb_width_ << base_mip_level; in AddColorAttachment() local
385 buf->SetWidth(mip0_width); in AddColorAttachment()
387 buf->SetElementCount(mip0_width * mip0_height); in AddColorAttachment()