Searched refs:custom_blend_resolve (Results 1 – 3 of 3) sorted by relevance
171 if (rctx->custom_blend_resolve) { in r600_destroy_context()172 rctx->context.delete_blend_state(&rctx->context, rctx->custom_blend_resolve); in r600_destroy_context()256 rctx->custom_blend_resolve = rctx->chip_class == R700 ? r700_create_resolve_blend(rctx) in r600_create_context()273 rctx->custom_blend_resolve = evergreen_create_resolve_blend(rctx); in r600_create_context()
426 sample_mask, rctx->custom_blend_resolve); in r600_color_resolve()451 sample_mask, rctx->custom_blend_resolve); in r600_color_resolve()
332 void *custom_blend_resolve; member