Searched refs:tlabel (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | i965_asm.c | 132 struct target_label *tlabel; in i965_postprocess_labels() local 137 LIST_FOR_EACH_ENTRY(tlabel, &target_labels, link) { in i965_postprocess_labels() 139 if (!strcmp(tlabel->name, ilabel->name)) { in i965_postprocess_labels() 142 int relative_offset = (tlabel->offset - ilabel->offset) / sizeof(brw_inst); in i965_postprocess_labels()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_cfg.cpp | 387 uint32_t tlabel = inst->words[inst->operands[1].offset]; in CfgPass() local 389 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 392 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 973 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 975 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_cfg.cpp | 973 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 975 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|
/third_party/spirv-tools/source/val/ |
D | validate_cfg.cpp | 961 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local 963 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass() 966 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
|