Home
last modified time | relevance | path

Searched refs:label_inst (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-wm/pwm/pwm-20070720/
H A Dclientwin.c336 cwin->label_inst=0; in create_clientwin()
866 if(cwin->label_inst!=0) in clientwin_make_label()
867 snprintf(tmp, sizeof(tmp), CLIENTNUM_TMPL, cwin->label_inst); in clientwin_make_label()
883 if(cwin->label_inst!=0){ in clientwin_full_label()
884 snprintf(tmp, sizeof(tmp), CLIENTNUM_TMPL, cwin->label_inst); in clientwin_full_label()
913 if(p->label_inst+1==np->label_inst){ in use_label()
915 }else if(p->label_inst>=np->label_inst && np->label_inst!=0){ in use_label()
918 }else if(p->label_inst+1<mininst){ in use_label()
919 mininst=p->label_inst+1; in use_label()
933 cwin->label_inst=mininst; in use_label()
[all …]
H A Dclientwin.h53 int label_inst; member
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
H A Dfuzzer_util.cpp1559 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1560 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1561 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
H A Dfuzzer_util.cpp1513 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1514 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1515 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
H A Dfuzzer_util.cpp1559 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1560 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1561 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_propagate_instruction_up.cpp379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local
380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
H A Dfuzzer_util.cpp1513 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local
1514 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()
1515 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dwrap_opkill.cpp140 std::unique_ptr<Instruction> label_inst( in GetOpKillFuncId() local
142 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetOpKillFuncId()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dwrap_opkill.cpp140 std::unique_ptr<Instruction> label_inst( in GetOpKillFuncId() local
142 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetOpKillFuncId()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dwrap_opkill.cpp140 std::unique_ptr<Instruction> label_inst( in GetOpKillFuncId() local
142 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetOpKillFuncId()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DLabelG.c775 XmLabelGCacheObjPart *label_inst = (XmLabelGCacheObjPart *) A; in _XmLabelCacheCompare() local
778 if ((label_inst->label_type == label_cache_inst->label_type) && in _XmLabelCacheCompare()
779 (label_inst->alignment == label_cache_inst->alignment) && in _XmLabelCacheCompare()
782 (label_inst->margin_width == label_cache_inst->margin_width) && in _XmLabelCacheCompare()
783 (label_inst->margin_left == label_cache_inst->margin_left) && in _XmLabelCacheCompare()
785 (label_inst->margin_top == label_cache_inst->margin_top) && in _XmLabelCacheCompare()
789 (label_inst->menu_type == label_cache_inst->menu_type) && in _XmLabelCacheCompare()
794 (label_inst->foreground == label_cache_inst->foreground) && in _XmLabelCacheCompare()
795 (label_inst->background == label_cache_inst->background) && in _XmLabelCacheCompare()
798 (label_inst->bottom_shadow_color == in _XmLabelCacheCompare()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dwrap_opkill.cpp157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local
159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_cfg.cpp820 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
822 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
831 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
840 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
872 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
874 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
883 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
892 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_cfg.cpp792 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
794 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
803 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
812 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
844 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
846 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
855 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
864 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp833 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
835 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
844 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
853 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
885 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
887 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
896 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
905 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_cfg.cpp792 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
794 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
803 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
812 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
844 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
846 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
855 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
864 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/val/
H A Dvalidate_cfg.cpp833 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
835 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
844 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
853 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
885 auto* label_inst = block->label(); in PerformWebGPUCfgChecks() local
887 assert(label_inst != nullptr); in PerformWebGPUCfgChecks()
896 auto label_idx = label_inst - &_.ordered_instructions()[0]; in PerformWebGPUCfgChecks()
905 for (auto use : label_inst->uses()) { in PerformWebGPUCfgChecks()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/cpu/
H A DcHardwareCPU.cc1495 const cInstruction label_inst = GetInstSet().GetInst(handlerHeadInstructionString); in InterruptThread() local
1502 if (search_head.GetInst() == label_inst) { // found handlerHeadInstructionString in InterruptThread()
2569 static cInstruction label_inst = GetInstSet().GetInst(cStringUtil::Stringf("label")); in Inst_Goto() local
2579 if (search_head.GetInst() == label_inst) { in Inst_Goto()
7916 cInstruction label_inst = GetInstSet().GetInst("end-handler"); in Inst_START_Handler() local
7923 if (search_head.GetInst() == label_inst) { in Inst_START_Handler()
8030 cInstruction label_inst = GetInstSet().GetInst(cStringUtil::Stringf("alarm-label-")+channel); in Jump_To_Alarm_Label() local
8037 if (search_head.GetInst() == label_inst) { in Jump_To_Alarm_Label()
H A DcHardwareExperimental.cc1613 const cInstruction label_inst = GetInstSet().GetInst(handlerHeadInstructionString); in InterruptThread() local
1620 if (search_head.GetInst() == label_inst) { // found handlerHeadInstructionString in InterruptThread()
5921 cInstruction label_inst = GetInstSet().GetInst("end-handler"); in Inst_START_Handler() local
5928 if (search_head.GetInst() == label_inst) { in Inst_START_Handler()

12