Home
last modified time | relevance | path

Searched refs:target_config (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/art/compiler/optimizing/
H A Dcodegen_test.cc75 const CodegenTargetConfig target_config);
79 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCode() local
86 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCode()
92 for (const CodegenTargetConfig& target_config : GetTargetConfigs()) { in TestCodeLong() local
414 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
461 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, 0); in TEST_F()
466 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
515 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
607 const CodegenTargetConfig target_config) { in TestComparison() argument
693 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in TEST_F() local
[all …]
H A Dscheduler_test.cc184 for (CodegenTargetConfig target_config : GetTargetConfigs()) { in CompileWithRandomSchedulerAndRun() local
188 HInstructionScheduling scheduling(graph, target_config.GetInstructionSet()); in CompileWithRandomSchedulerAndRun()
192 CommonCompilerTest::CreateCompilerOptions(target_config.GetInstructionSet(), "default"); in CompileWithRandomSchedulerAndRun()
193 RunCode(target_config, in CompileWithRandomSchedulerAndRun()
H A Dcodegen_test_utils.h312 static void RunCode(CodegenTargetConfig target_config, in RunCode() argument
318 std::unique_ptr<CodeGenerator> codegen(target_config.CreateCodeGenerator(graph, in RunCode()
/aosp12/art/test/testrunner/
H A Drun_build_test_target.py35 from target_config import target_config
50 for k in sorted(target_config.keys()):
55 if not target_config.get(options.build_target):
59 target = target_config[options.build_target]
H A Dtarget_config.py1 target_config = { variable
H A Dtestrunner.py82 from target_config import target_config
/aosp12/build/make/tools/
H A Dauto_gen_test_config.py54 target_config = argv[0]
66 shutil.copyfile(empty_config, target_config)
69 module = os.path.splitext(os.path.basename(target_config))[0]
90 with open(target_config, 'w') as config_file:
/aosp12/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8960/libcopybit/
H A Dc2d2.h560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
H A Dcopybit_c2d.cpp71 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/display/msm8994/libcopybit/
H A Dc2d2.h560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8996/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8998/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8084/libcopybit/
H A Dc2d2.h560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8226/libcopybit/
H A Dc2d2.h560 uint32 target_config, C2D_RECT *target_scissor,
655 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/display/msm8909/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/sdm845/display/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/sm7250/display/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/sm8150/display/libcopybit/
H A Dc2d2.h562 uint32 target_config, C2D_RECT *target_scissor,
657 uint32 target_config, uint32 target_color_key,
/aosp12/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.h52 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h52 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A DC2DColorConverter.h52 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/sm8150/media/libc2dcolorconvert/
H A DC2DColorConverter.h81 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/sm7250/media/libc2dcolorconvert/
H A DC2DColorConverter.h81 uint32 target_config, C2D_RECT *target_scissor,
/aosp12/hardware/qcom/sdm845/media/libc2dcolorconvert/
H A DC2DColorConverter.h78 uint32 target_config, C2D_RECT *target_scissor,

12