HomeSort by relevance Sort by last modified time
    Searched refs:custom_blend_fastclear (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 99 if (rctx->custom_blend_fastclear) {
100 rctx->b.b.delete_blend_state(&rctx->b.b, rctx->custom_blend_fastclear);
183 rctx->custom_blend_fastclear = evergreen_create_fastclear_blend(rctx);
r600_pipe.h 494 void *custom_blend_fastclear; member in struct:r600_context
    [all...]
r600_blit.c 364 rtex->fmask.size ? rctx->custom_blend_decompress : rctx->custom_blend_fastclear);
    [all...]

Completed in 46 milliseconds