/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
D | replace_identifier_test.cc | 66 auto a_var_id = node_id_map.GetId(a_var); in TEST() 69 auto b_var_id = node_id_map.GetId(b_var); in TEST() 75 auto a_ident_id = node_id_map.GetId(sum_expr->lhs); in TEST() 78 auto sum_expr_id = node_id_map.GetId(sum_expr); in TEST() 81 auto e_var_id = node_id_map.GetId(e_var); in TEST() 84 auto vec_member_access_id = node_id_map.GetId( in TEST() 136 auto use_id = node_id_map.GetId(program.AST() in TEST() 143 auto replacement_id = node_id_map.GetId(program.AST().GlobalVariables()[1]); in TEST() 166 auto replacement_id = node_id_map.GetId(program.AST().GlobalVariables()[1]); in TEST() 169 auto use_id = node_id_map.GetId(program.AST() in TEST() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/ |
D | somas.cc | 171 tensor_json[kTensorId] = tensor->GetId(); in SaveSomasResult() 399 [stream_id](const SomasStreamPtr &s) { return s->GetId() == stream_id; }); in InitSomasStreamAndNode() 447 tensor->lifetime_.start_ = node->GetId(); in InitSomasOutputAndWorkspaceTensors() 448 tensor->lifetime_.end_ = (nodes.size() > 1) ? nodes.back()->GetId() : node->GetId(); in InitSomasOutputAndWorkspaceTensors() 474 tensor->lifetime_.start_ = node->GetId(); in InitSomasOutputAndWorkspaceTensors() 475 tensor->lifetime_.end_ = (nodes.size() > 1) ? nodes.back()->GetId() : node->GetId(); in InitSomasOutputAndWorkspaceTensors() 564 if (input_somas_tensor->lifetime_.end_ < repeat_node->GetId()) { in InitCommonNodeInputs() 565 input_somas_tensor->lifetime_.end_ = repeat_node->GetId(); in InitCommonNodeInputs() 832 refnode_input_output.push_back(input_tensor->GetId()); in RefNodeProcess() 833 refnode_input_output.push_back(output_tensor->GetId()); in RefNodeProcess() [all …]
|
D | somas_tensor.cc | 62 if (node->GetId() > max_destination_id_[node->GetStream()]) { in ComputeMaxDestinationId() 63 max_destination_id_[node->GetStream()] = node->GetId(); in ComputeMaxDestinationId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 303 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpTranspose() 313 ir_context->get_type_mgr()->GetId(matrix_column_component_type), in ReplaceOpTranspose() 328 ir_context->get_type_mgr()->GetId(resulting_matrix_column_type), in ReplaceOpTranspose() 422 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 462 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 499 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 524 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpVectorTimesMatrix() 536 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 546 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 559 ir_context->get_type_mgr()->GetId(vector_component_type), float_add_id, in ReplaceOpVectorTimesMatrix() [all …]
|
D | transformation_replace_constant_with_uniform.cpp | 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 75 ir_context->get_type_mgr()->GetId(type_and_pointer_type.second.get()); in MakeAccessChainInstruction() 203 if (!ir_context->get_type_mgr()->GetId(&pointer_to_type_of_constant)) { in IsApplicable() 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 131 : GetIRContext()->get_type_mgr()->GetId( in Apply() 146 GetIRContext()->get_type_mgr()->GetId( in Apply() 168 GetIRContext()->get_type_mgr()->GetId( in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 303 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpTranspose() 313 ir_context->get_type_mgr()->GetId(matrix_column_component_type), in ReplaceOpTranspose() 328 ir_context->get_type_mgr()->GetId(resulting_matrix_column_type), in ReplaceOpTranspose() 422 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 462 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 499 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 524 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpVectorTimesMatrix() 536 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 546 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 559 ir_context->get_type_mgr()->GetId(vector_component_type), float_add_id, in ReplaceOpVectorTimesMatrix() [all …]
|
D | transformation_replace_constant_with_uniform.cpp | 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 75 ir_context->get_type_mgr()->GetId(type_and_pointer_type.second.get()); in MakeAccessChainInstruction() 203 if (!ir_context->get_type_mgr()->GetId(&pointer_to_type_of_constant)) { in IsApplicable() 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 131 : GetIRContext()->get_type_mgr()->GetId( in Apply() 146 GetIRContext()->get_type_mgr()->GetId( in Apply() 168 GetIRContext()->get_type_mgr()->GetId( in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_linear_algebra_instruction.cpp | 303 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpTranspose() 313 ir_context->get_type_mgr()->GetId(matrix_column_component_type), in ReplaceOpTranspose() 328 ir_context->get_type_mgr()->GetId(resulting_matrix_column_type), in ReplaceOpTranspose() 422 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 462 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpMatrixTimesScalar() 499 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 524 ir_context->get_type_mgr()->GetId(matrix_column_type), in ReplaceOpVectorTimesMatrix() 536 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 546 ir_context->get_type_mgr()->GetId(vector_component_type), in ReplaceOpVectorTimesMatrix() 559 ir_context->get_type_mgr()->GetId(vector_component_type), float_add_id, in ReplaceOpVectorTimesMatrix() [all …]
|
D | fuzzer_pass_add_image_sample_unused_components.cpp | 130 : GetIRContext()->get_type_mgr()->GetId( in Apply() 145 GetIRContext()->get_type_mgr()->GetId( in Apply() 167 GetIRContext()->get_type_mgr()->GetId( in Apply()
|
D | transformation_replace_constant_with_uniform.cpp | 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 75 ir_context->get_type_mgr()->GetId(type_and_pointer_type.second.get()); in MakeAccessChainInstruction() 203 if (!ir_context->get_type_mgr()->GetId(&pointer_to_type_of_constant)) { in IsApplicable() 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
/third_party/spirv-tools/source/opt/ |
D | pass.cpp | 106 type_mgr->GetId(original_array_type->element_type()); in GenerateCopy() 111 type_mgr->GetId(new_array_type->element_type()); in GenerateCopy() 138 type_mgr->GetId(original_types[i]), object_to_copy->result_id(), {i}); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
D | strength_reduction_pass.cpp | 130 int32_type_id_ = context()->get_type_mgr()->GetId(&int32); in FindIntTypesAndConstants() 132 uint32_type_id_ = context()->get_type_mgr()->GetId(&uint32); in FindIntTypesAndConstants()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | pass.cpp | 106 type_mgr->GetId(original_array_type->element_type()); in GenerateCopy() 111 type_mgr->GetId(new_array_type->element_type()); in GenerateCopy() 138 type_mgr->GetId(original_types[i]), object_to_copy->result_id(), {i}); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | pass.cpp | 106 type_mgr->GetId(original_array_type->element_type()); in GenerateCopy() 111 type_mgr->GetId(new_array_type->element_type()); in GenerateCopy() 138 type_mgr->GetId(original_types[i]), object_to_copy->result_id(), {i}); in GenerateCopy() 139 element_ids.push_back(GenerateCopy(extract, type_mgr->GetId(new_types[i]), in GenerateCopy()
|
D | strength_reduction_pass.cpp | 130 int32_type_id_ = context()->get_type_mgr()->GetId(&int32); in FindIntTypesAndConstants() 132 uint32_type_id_ = context()->get_type_mgr()->GetId(&uint32); in FindIntTypesAndConstants()
|
/third_party/cef/include/ |
D | cef_media_router.h | 171 virtual CefString GetId() = 0; 234 virtual CefString GetId() = 0; 308 virtual CefString GetId() = 0;
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutation_finders/ |
D | replace_identifiers.cc | 64 node_id_map->GetId(user->Declaration()), in FindMutations() 65 node_id_map->GetId(replacement->Declaration()))); in FindMutations()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
D | type_manager_test.cpp | 271 EXPECT_EQ(p.first, manager.GetId(manager.GetType(p.first))); in TEST() 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST() 679 EXPECT_EQ(manager.GetId(&uintTy), 2u); in TEST() 682 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST() 686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST() 728 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 2u); in TEST() 731 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 0u); in TEST() 751 uint32_t id = context->get_type_mgr()->GetId(&st); in TEST() 757 ASSERT_EQ(context->get_type_mgr()->GetId(&st), toStay); in TEST() 777 EXPECT_EQ(1u, context->get_type_mgr()->GetId(&u32)); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 271 EXPECT_EQ(p.first, manager.GetId(manager.GetType(p.first))); in TEST() 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST() 679 EXPECT_EQ(manager.GetId(&uintTy), 2u); in TEST() 682 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST() 686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST() 728 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 2u); in TEST() 731 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 0u); in TEST() 751 uint32_t id = context->get_type_mgr()->GetId(&st); in TEST() 757 ASSERT_EQ(context->get_type_mgr()->GetId(&st), toStay); in TEST() 777 EXPECT_EQ(1u, context->get_type_mgr()->GetId(&u32)); in TEST() [all …]
|
/third_party/spirv-tools/test/opt/ |
D | type_manager_test.cpp | 271 EXPECT_EQ(p.first, manager.GetId(manager.GetType(p.first))); in TEST() 676 EXPECT_EQ(manager.GetId(&voidTy), 1u); in TEST() 679 EXPECT_EQ(manager.GetId(&uintTy), 2u); in TEST() 682 EXPECT_EQ(manager.GetId(&intTy), 3u); in TEST() 686 EXPECT_EQ(manager.GetId(&vecTy), 4u); in TEST() 728 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 2u); in TEST() 731 ASSERT_EQ(context->get_type_mgr()->GetId(&st), 0u); in TEST() 751 uint32_t id = context->get_type_mgr()->GetId(&st); in TEST() 757 ASSERT_EQ(context->get_type_mgr()->GetId(&st), toStay); in TEST() 777 EXPECT_EQ(1u, context->get_type_mgr()->GetId(&u32)); in TEST() [all …]
|
/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
D | ClientBase.h | 44 ObjectId GetId({{as_cType(type.name)}} object) const final { 51 return GetId(object);
|
/third_party/cef/tests/cefclient/browser/ |
D | media_router_test.cc | 72 dict->SetString(kRouteKey, route->GetId()); in OnMediaRouteCreateFinished() 192 const std::string& sink_id = sink->GetId(); in OnSinks() 217 const std::string& route_id = route->GetId(); in OnRoutes() 222 route_dict->SetString(kSourceKey, route->GetSource()->GetId()); in OnRoutes() 223 route_dict->SetString(kSinkKey, route->GetSink()->GetId()); in OnRoutes() 236 payload->SetString(kRouteKey, route->GetId()); in OnRouteStateChanged() 249 payload->SetString(kRouteKey, route->GetId()); in OnRouteMessageReceived()
|
/third_party/cef/libcef/browser/ |
D | download_item_impl.cc | 81 uint32 CefDownloadItemImpl::GetId() { in GetId() function in CefDownloadItemImpl 83 return const_value().GetId(); in GetId()
|