Searched refs:if_scope_write_flags (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp381 if_scope_write_flags(0),
518 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
534 if ((if_scope_write_flags & mask) &&
537 if_scope_write_flags &= ~mask;
559 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) {
H A Dsfn_liverange.h177 unsigned int if_scope_write_flags; member in class:r600::temp_comp_access
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp207 unsigned int if_scope_write_flags; member in class:__anone335a9c70110::temp_comp_access
653 if_scope_write_flags(0),
789 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
805 if ((if_scope_write_flags & mask) &&
808 if_scope_write_flags &= ~mask;
830 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp207 unsigned int if_scope_write_flags; member in class:__anond2bc787a0110::temp_comp_access
653 if_scope_write_flags(0),
789 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
805 if ((if_scope_write_flags & mask) &&
808 if_scope_write_flags &= ~mask;
830 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) {

Completed in 9 milliseconds