Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/zink/
Dzink_format.h53 zink_format_needs_mutable(enum pipe_format a, enum pipe_format b) in zink_format_needs_mutable() function
Dzink_surface.c264 …bool actually = !zink_format_needs_mutable(pres->format, templ->format) || (pres->bind & ZINK_BIND… in zink_get_surface()
328 if (!res->obj->dt && zink_format_needs_mutable(pres->format, templ->format)) { in zink_create_surface()
Dzink_blit.c441 if (zink_format_needs_mutable(info->src.format, info->src.resource->format)) in zink_blit()
443 if (zink_format_needs_mutable(info->dst.format, info->dst.resource->format)) in zink_blit()
Dzink_context.c1890 if (zink_format_needs_mutable(view->resource->format, view->format)) in create_image_surface()
2167 if (zink_format_needs_mutable(res->base.b.format, b->image_view->base.format)) in zink_set_sampler_views()