Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_cfg.cpp388 uint32_t flabel = inst->words[inst->operands[2].offset]; in CfgPass() local
390 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
392 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp974 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
976 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_cfg.cpp974 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
976 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp962 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local
964 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()
966 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()