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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1616 struct lvp_image_view *src_imgv = get_attachment(state, src_att.attachment); local in function:render_pass_resolve
1622 info.src.resource = src_imgv->image->bo;
1624 info.src.format = src_imgv->pformat;
1662 struct lvp_image_view *src_imgv = get_attachment(state, src_att.attachment); local in function:render_pass_resolve
1668 info.src.resource = src_imgv->image->bo;
1670 info.src.format = src_imgv->pformat;
1682 info.src.level = src_imgv->subresourceRange.baseMipLevel;

Completed in 7 milliseconds