Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c99 if (rctx->custom_blend_fastclear) { in r600_destroy_context()
100 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_fastclear); in r600_destroy_context()
183 rctx->custom_blend_fastclear = evergreen_create_fastclear_blend(rctx); in r600_create_context()
Dr600_pipe.h494 void *custom_blend_fastclear; member
Dr600_blit.c364 rtex->fmask.size ? rctx->custom_blend_decompress : rctx->custom_blend_fastclear); in r600_blit_decompress_color()