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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp382 next_ifelse_nesting_depth(0),
471 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) {
518 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
520 next_ifelse_nesting_depth++;
526 int mask = 1 << (next_ifelse_nesting_depth - 1);
536 --next_ifelse_nesting_depth;
559 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) {
H A Dsfn_liverange.h179 int next_ifelse_nesting_depth; member in class:r600::temp_comp_access
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp209 int next_ifelse_nesting_depth; member in class:__anone335a9c70110::temp_comp_access
654 next_ifelse_nesting_depth(0),
742 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) {
789 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
791 next_ifelse_nesting_depth++;
797 int mask = 1 << (next_ifelse_nesting_depth - 1);
807 --next_ifelse_nesting_depth;
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.cpp209 int next_ifelse_nesting_depth; member in class:__anond2bc787a0110::temp_comp_access
654 next_ifelse_nesting_depth(0),
742 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) {
789 if_scope_write_flags |= 1 << next_ifelse_nesting_depth;
791 next_ifelse_nesting_depth++;
797 int mask = 1 << (next_ifelse_nesting_depth - 1);
807 --next_ifelse_nesting_depth;
830 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) {

Completed in 8 milliseconds