Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Di965_asm.c132 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()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp964 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local
966 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()
969 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_cfg.cpp961 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()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_cfg.cpp964 uint32_t tlabel = inst->GetOperandAs<uint32_t>(1); in CfgPass() local
966 CFG_ASSERT(FirstBlockAssert, tlabel); in CfgPass()
969 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()