Home
last modified time | relevance | path

Searched refs:label_id (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters()
58 g_assert_cmpint (label_id, ==, 256); in test_ot_layout_feature_get_name_ids_and_characters()
/third_party/harfbuzz/test/api/
Dtest-ot-name.c38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters()
58 g_assert_cmpint (label_id, ==, 256); in test_ot_layout_feature_get_name_ids_and_characters()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c38 hb_ot_name_id_t label_id; in test_ot_layout_feature_get_name_ids_and_characters() local
54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters()
58 g_assert_cmpint (label_id, ==, 256); in test_ot_layout_feature_get_name_ids_and_characters()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.cpp24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument
25 : id_(label_id), in BasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.cpp24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument
25 : id_(label_id), in BasicBlock()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.cpp25 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument
26 : id_(label_id), in BasicBlock()
/third_party/spirv-tools/source/val/
Dbasic_block.cpp24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument
25 : id_(label_id), in BasicBlock()
/third_party/harfbuzz/src/
Dhb-ot-layout.cc1680 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument
1698 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids()
1710 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids()
1719 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1707 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument
1725 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids()
1737 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids()
1746 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1659 hb_ot_name_id_t *label_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument
1677 if (label_id) *label_id = ss_params.uiNameID; in hb_ot_layout_feature_get_name_ids()
1689 if (label_id) *label_id = cv_params.featUILableNameID; in hb_ot_layout_feature_get_name_ids()
1698 if (label_id) *label_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
/third_party/spirv-tools/source/opt/
Dpropagator.cpp218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument
220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
Dbasic_block.cpp240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Dinline_pass.cpp57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument
61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch()
115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument
117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
Dmem_pass.cpp425 this](uint32_t label_id) { in RemoveUnreachableBlocks() argument
426 auto successor = cfg()->block(label_id); in RemoveUnreachableBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpropagator.cpp218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument
220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
Dbasic_block.cpp240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Dinline_pass.cpp57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument
61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch()
115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument
117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpropagator.cpp218 const_block.ForEachSuccessorLabel([this, &block](const uint32_t label_id) { in Initialize() argument
220 ctx_->get_instr_block(get_def_use_mgr()->GetDef(label_id)); in Initialize()
Dbasic_block.cpp240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument
246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
Dinline_pass.cpp57 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument
61 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch()
115 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument
117 new Instruction(context(), SpvOpLabel, 0, label_id, {})); in NewLabel()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp60 void InlinePass::AddBranch(uint32_t label_id, in AddBranch() argument
64 {{spv_operand_type_t::SPV_OPERAND_TYPE_ID, {label_id}}})); in AddBranch()
104 std::unique_ptr<ir::Instruction> InlinePass::NewLabel(uint32_t label_id) { in NewLabel() argument
106 new ir::Instruction(SpvOpLabel, 0, label_id, {})); in NewLabel()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dfunction.h53 uint32_t label_id() const { return label_op_.to_i(); } in label_id() function
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp25 uint32_t label_id) { in GetResultIdFromLabelId() argument
29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp25 uint32_t label_id) { in GetResultIdFromLabelId() argument
29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
/third_party/spirv-tools/source/fuzz/
Dtransformation_propagate_instruction_up.cpp25 uint32_t label_id) { in GetResultIdFromLabelId() argument
29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()

123