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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 107 bool logicop_enable; member in struct:ilo_state_cc_blend_rt_info
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 724 const bool logicop_enable = local
725 (blend->rt[i].logicop_enable && caps->is_unorm);
729 rt->logicop_enable != logicop_enable ||
733 rt->logicop_enable = logicop_enable;
884 if (state->logicop_enable) {
885 rt_info->logicop_enable = true;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 323 unsigned logicop_enable:1; member in struct:pipe_blend_state
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 314 unsigned logicop_enable:1; member in struct:brw_cc_unit_state::__anon28623

Completed in 668 milliseconds