Home
last modified time | relevance | path

Searched refs:custom_blend_resolve (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c171 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()
Dr600_blit.c426 sample_mask, rctx->custom_blend_resolve); in r600_color_resolve()
451 sample_mask, rctx->custom_blend_resolve); in r600_color_resolve()
Dr600_pipe.h332 void *custom_blend_resolve; member