/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 38 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/ |
D | test-ot-name.c | 38 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/ |
D | test-ot-name.c | 38 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/ |
D | basic_block.cpp | 24 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/ |
D | basic_block.cpp | 24 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/ |
D | basic_block.cpp | 25 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 26 : id_(label_id), in BasicBlock()
|
/third_party/spirv-tools/source/val/ |
D | basic_block.cpp | 24 BasicBlock::BasicBlock(uint32_t label_id) in BasicBlock() argument 25 : id_(label_id), in BasicBlock()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout.cc | 1680 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/ |
D | hb-ot-layout.cc | 1707 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/ |
D | hb-ot-layout.cc | 1659 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/ |
D | propagator.cpp | 218 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()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | inline_pass.cpp | 57 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()
|
D | mem_pass.cpp | 425 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/ |
D | propagator.cpp | 218 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()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | inline_pass.cpp | 57 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/ |
D | propagator.cpp | 218 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()
|
D | basic_block.cpp | 240 BasicBlock* BasicBlock::SplitBasicBlock(IRContext* context, uint32_t label_id, in SplitBasicBlock() argument 246 context, SpvOpLabel, 0, label_id, std::initializer_list<Operand>{})); in SplitBasicBlock()
|
D | inline_pass.cpp | 57 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/ |
D | inline_pass.cpp | 60 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/ |
D | function.h | 53 uint32_t label_id() const { return label_op_.to_i(); } in label_id() function
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 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/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() argument 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_propagate_instruction_up.cpp | 25 uint32_t label_id) { in GetResultIdFromLabelId() argument 29 if (phi_inst.GetSingleWordInOperand(i) == label_id) { in GetResultIdFromLabelId()
|