Searched refs:custom_blend_fastclear (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c103 if (rctx->custom_blend_fastclear) {
104 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_fastclear);
197 rctx->custom_blend_fastclear = evergreen_create_fastclear_blend(rctx);
H A Dr600_pipe.h503 void *custom_blend_fastclear; member in struct:r600_context
H A Dr600_blit.c364 rtex->fmask.size ? rctx->custom_blend_decompress : rctx->custom_blend_fastclear);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.c104 if (rctx->custom_blend_fastclear) {
105 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_fastclear);
196 rctx->custom_blend_fastclear = evergreen_create_fastclear_blend(rctx);
H A Dr600_pipe.h508 void *custom_blend_fastclear; member in struct:r600_context
H A Dr600_blit.c364 rtex->fmask.size ? rctx->custom_blend_decompress : rctx->custom_blend_fastclear);

Completed in 11 milliseconds