Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c97 if (rctx->custom_blend_resolve) { in r600_destroy_context()
98 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_resolve); in r600_destroy_context()
178 rctx->custom_blend_resolve = rctx->b.gfx_level == R700 ? r700_create_resolve_blend(rctx) in r600_create_context()
193 rctx->custom_blend_resolve = evergreen_create_resolve_blend(rctx); in r600_create_context()
H A Dr600_blit.c864 sample_mask, rctx->custom_blend_resolve, in do_hardware_msaa_resolve()
892 sample_mask, rctx->custom_blend_resolve, in do_hardware_msaa_resolve()
H A Dr600_pipe.h505 void *custom_blend_resolve; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c242 if (sctx->custom_blend_resolve) in si_destroy_context()
243 sctx->b.delete_blend_state(&sctx->b, sctx->custom_blend_resolve); in si_destroy_context()
H A Dsi_pipe.h969 void *custom_blend_resolve; member
H A Dsi_blit.c1000 info->src.box.z, ~0, sctx->custom_blend_resolve, format); in si_do_CB_resolve()
H A Dsi_state.c5438 sctx->custom_blend_resolve = si_create_blend_custom(sctx, V_028808_CB_RESOLVE); in si_init_state_functions()

Completed in 22 milliseconds