HomeSort by relevance Sort by last modified time
    Searched defs:target_mask (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 689 uint32_t color_control = 0, target_mask; local
701 target_mask = 0;
710 target_mask |= (state->rt[i].colormask << (4 * i));
714 target_mask |= (state->rt[0].colormask << (4 * i));
717 blend->cb_target_mask = target_mask;
719 if (target_mask)
    [all...]
r600_state.c 701 uint32_t color_control = 0, target_mask = 0; local
725 target_mask |= (state->rt[i].colormask << (4 * i));
732 target_mask |= (state->rt[0].colormask << (4 * i));
736 if (target_mask)
741 blend->cb_target_mask = target_mask;
    [all...]

Completed in 63 milliseconds