Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc352 auto mip0_width = fb_width_ << attachment.base_mip_level; in UpdateFramebufferSizes() local
354 attachment.buffer->SetWidth(mip0_width); in UpdateFramebufferSizes()
356 attachment.buffer->SetElementCount(mip0_width * mip0_height); in UpdateFramebufferSizes()
382 auto mip0_width = fb_width_ << base_mip_level; in AddColorAttachment() local
384 buf->SetWidth(mip0_width); in AddColorAttachment()
386 buf->SetElementCount(mip0_width * mip0_height); in AddColorAttachment()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c2662 unsigned mip0_width = surf->width0 - 1; in si_initialize_color_surface() local
2679 surf->cb_color_attrib2 = S_028C68_MIP0_WIDTH(mip0_width) | in si_initialize_color_surface()

Completed in 10 milliseconds