Searched refs:discard_only (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.h | 128 …ard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only);
|
D | zink_clear.c | 661 …_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only, bool invert, i… in fb_clears_apply_or_discard_internal() argument 679 if (!discard_only) in fb_clears_apply_or_discard_internal() 691 …card(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only) in zink_fb_clears_apply_or_discard() argument 696 fb_clears_apply_or_discard_internal(ctx, pres, region, discard_only, false, i); in zink_fb_clears_apply_or_discard() 701 … fb_clears_apply_or_discard_internal(ctx, pres, region, discard_only, false, PIPE_MAX_COLOR_BUFS); in zink_fb_clears_apply_or_discard()
|
D | zink_blit.c | 13 apply_dst_clears(struct zink_context *ctx, const struct pipe_blit_info *info, bool discard_only) in apply_dst_clears() argument 18 zink_fb_clears_apply_or_discard(ctx, info->dst.resource, rect, discard_only); in apply_dst_clears() 20 …clears_apply_or_discard(ctx, info->dst.resource, zink_rect_from_box(&info->dst.box), discard_only); in apply_dst_clears()
|