Home
last modified time | relevance | path

Searched refs:containing_switch (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp56 state[0].cinfo.containing_switch = 0; in AddBlocksInFunction()
87 new_state.cinfo.containing_switch = 0; in AddBlocksInFunction()
102 new_state.cinfo.containing_switch = block->id(); in AddBlocksInFunction()
104 new_state.cinfo.containing_switch = in AddBlocksInFunction()
105 state.back().cinfo.containing_switch; in AddBlocksInFunction()
Dstruct_cfg_analysis.h97 return it->second.containing_switch; in ContainingSwitch()
142 uint32_t containing_switch; member
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp56 state[0].cinfo.containing_switch = 0; in AddBlocksInFunction()
87 new_state.cinfo.containing_switch = 0; in AddBlocksInFunction()
102 new_state.cinfo.containing_switch = block->id(); in AddBlocksInFunction()
104 new_state.cinfo.containing_switch = in AddBlocksInFunction()
105 state.back().cinfo.containing_switch; in AddBlocksInFunction()
Dstruct_cfg_analysis.h97 return it->second.containing_switch; in ContainingSwitch()
142 uint32_t containing_switch; member