Home
last modified time | relevance | path

Searched refs:optimized (Results 1 - 25 of 155) sorted by relevance

1234567

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOptimizationTests.cpp189 virtual ProgramData generateProgramData (bool optimized) const = 0;
205 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; } in programData() argument
206 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; } in program() argument
207 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; } in result() argument
229 const bool optimized = ndx == 1; in init() local
231 programData(optimized) = generateProgramData(optimized); in init()
257 const bool optimized = m_state == STATE_INIT_OPTIMIZED; iterate() local
269 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; iterate() local
465 builtinFunctionsCaseStatements(bool optimized, bool constantExpressionsOnly, const string& precision, bool useHeavierWorkload) builtinFunctionsCaseStatements() argument
482 arrayCaseStatements(bool optimized, bool constantExpressionsOnly, const string& precision, bool useHeavierWorkload) arrayCaseStatements() argument
510 structCaseStatements(bool optimized, bool constantExpressionsOnly, const string& precision, bool useHeavierWorkload) structCaseStatements() argument
574 singleStatementCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) singleStatementCaseStatements() argument
586 multipleStatementsCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) multipleStatementsCaseStatements() argument
606 staticBranchCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) staticBranchCaseStatements() argument
650 loopCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) loopCaseStatements() argument
724 deadBranchSimpleCaseStatements(bool optimized, bool useHeavierWorkload) deadBranchSimpleCaseStatements() argument
739 deadBranchComplexCaseStatements(bool optimized, const string& precision, bool useConst, bool useHeavierWorkload) deadBranchComplexCaseStatements() argument
760 deadBranchFuncCallCaseFuncDefs(bool optimized, const string& precision) deadBranchFuncCallCaseFuncDefs() argument
765 deadBranchFuncCallCaseStatements(bool optimized, bool useHeavierWorkload) deadBranchFuncCallCaseStatements() argument
780 unusedValueBasicCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueBasicCaseStatements() argument
793 unusedValueLoopCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueLoopCaseStatements() argument
807 unusedValueAfterReturnCaseFuncDefs(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueAfterReturnCaseFuncDefs() argument
833 unusedValueDeadBranchCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueDeadBranchCaseStatements() argument
848 unusedValueMulZeroCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueMulZeroCaseStatements() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOptimizationTests.cpp186 virtual ProgramData generateProgramData (bool optimized) const = 0;
202 ProgramData& programData (bool optimized) { return optimized ? m_optimizedData : m_unoptimizedData; } in programData() argument
203 SharedPtr<const ShaderProgram>& program (bool optimized) { return optimized ? m_optimizedProgram : m_unoptimizedProgram; } in program() argument
204 ShaderPerformanceMeasurer::Result& result (bool optimized) { return optimized ? m_optimizedResult : m_unoptimizedResult; } in result() argument
226 const bool optimized = ndx == 1; in init() local
228 programData(optimized) = generateProgramData(optimized); in init()
254 const bool optimized = m_state == STATE_INIT_OPTIMIZED; iterate() local
266 const bool optimized = m_state == STATE_MEASURE_OPTIMIZED; iterate() local
463 builtinFunctionsCaseStatements(bool optimized, bool constantExpressionsOnly, const string& precision, bool useHeavierWorkload) builtinFunctionsCaseStatements() argument
480 arrayCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) arrayCaseStatements() argument
499 structCaseStatements(bool optimized, bool constantExpressionsOnly, const string& precision, bool useHeavierWorkload) structCaseStatements() argument
563 singleStatementCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) singleStatementCaseStatements() argument
575 multipleStatementsCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) multipleStatementsCaseStatements() argument
595 staticBranchCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) staticBranchCaseStatements() argument
639 loopCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) loopCaseStatements() argument
713 deadBranchSimpleCaseStatements(bool optimized, bool useHeavierWorkload) deadBranchSimpleCaseStatements() argument
728 deadBranchComplexCaseStatements(bool optimized, const string& precision, bool useConst, bool useHeavierWorkload) deadBranchComplexCaseStatements() argument
749 deadBranchFuncCallCaseFuncDefs(bool optimized, const string& precision) deadBranchFuncCallCaseFuncDefs() argument
754 deadBranchFuncCallCaseStatements(bool optimized, bool useHeavierWorkload) deadBranchFuncCallCaseStatements() argument
769 unusedValueBasicCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueBasicCaseStatements() argument
782 unusedValueLoopCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueLoopCaseStatements() argument
796 unusedValueAfterReturnCaseFuncDefs(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueAfterReturnCaseFuncDefs() argument
822 unusedValueDeadBranchCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueDeadBranchCaseStatements() argument
837 unusedValueMulZeroCaseStatements(bool optimized, const string& precision, bool useHeavierWorkload) unusedValueMulZeroCaseStatements() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Doptimizer_test.cpp258 std::vector<uint32_t> optimized; in TEST() local
260 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
266 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
319 std::vector<uint32_t> optimized; in TEST() local
321 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
326 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
380 std::vector<uint32_t> optimized; in TEST() local
381 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized)) in TEST()
[all...]
H A Dfold_spec_const_op_composite_test.cpp220 std::string optimized; in TEST_P() local
222 std::tie(optimized, status) = in TEST_P()
226 // Check the optimized code, but ignore the OpName instructions. in TEST_P()
232 StripOpNameInstructions(optimized)); in TEST_P()
H A Dpass_fixture.h59 // Returns a tuple of the optimized binary and the boolean value returned
84 // |assembly|. Returns a tuple of the optimized binary and the boolean value
95 // |assembly|, disassembles the optimized binary. Returns a tuple of
126 // |original| assembly, and checks whether the optimized binary can be
128 // the optimized binary. This does *not* involve pass manager. Callers
163 // |original| assembly, and checks whether the optimized binary can be
233 // from the |original| assembly, and checks whether the optimized binary can
253 std::string optimized; in RunAndCheck() local
255 EXPECT_TRUE(tools.Disassemble(binary, &optimized, disassemble_options_)); in RunAndCheck()
256 EXPECT_EQ(expected, optimized); in RunAndCheck()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Doptimizer_test.cpp258 std::vector<uint32_t> optimized; in TEST() local
260 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
266 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
319 std::vector<uint32_t> optimized; in TEST() local
321 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
326 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
380 std::vector<uint32_t> optimized; in TEST() local
381 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized)) in TEST()
[all...]
H A Dfold_spec_const_op_composite_test.cpp220 std::string optimized; in TEST_P() local
222 std::tie(optimized, status) = in TEST_P()
226 // Check the optimized code, but ignore the OpName instructions. in TEST_P()
232 StripOpNameInstructions(optimized)); in TEST_P()
H A Dpass_fixture.h59 // Returns a tuple of the optimized binary and the boolean value returned
84 // |assembly|. Returns a tuple of the optimized binary and the boolean value
95 // |assembly|, disassembles the optimized binary. Returns a tuple of
126 // |original| assembly, and checks whether the optimized binary can be
128 // the optimized binary. This does *not* involve pass manager. Callers
163 // |original| assembly, and checks whether the optimized binary can be
233 // from the |original| assembly, and checks whether the optimized binary can
253 std::string optimized; in RunAndCheck() local
255 EXPECT_TRUE(tools.Disassemble(binary, &optimized, disassemble_options_)); in RunAndCheck()
256 EXPECT_EQ(expected, optimized); in RunAndCheck()
[all...]
/third_party/spirv-tools/test/opt/
H A Doptimizer_test.cpp258 std::vector<uint32_t> optimized; in TEST() local
260 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
266 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
319 std::vector<uint32_t> optimized; in TEST() local
321 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized, in TEST()
326 tools.Disassemble(optimized.data(), optimized.size(), &disassembly); in TEST()
380 std::vector<uint32_t> optimized; in TEST() local
381 ASSERT_TRUE(opt.Run(binary.data(), binary.size(), &optimized)) in TEST()
[all...]
H A Dfold_spec_const_op_composite_test.cpp814 std::string optimized; in TEST_P() local
816 std::tie(optimized, status) = in TEST_P()
820 // Check the optimized code, but ignore the OpName instructions. in TEST_P()
826 StripOpNameInstructions(optimized)); in TEST_P()
H A Dpass_fixture.h59 // Returns a tuple of the optimized binary and the boolean value returned
84 // |assembly|. Returns a tuple of the optimized binary and the boolean value
95 // |assembly|, disassembles the optimized binary. Returns a tuple of
126 // |original| assembly, and checks whether the optimized binary can be
128 // the optimized binary. This does *not* involve pass manager. Callers
163 // |original| assembly, and checks whether the optimized binary can be
233 // from the |original| assembly, and checks whether the optimized binary can
253 std::string optimized; in RunAndCheck() local
255 EXPECT_TRUE(tools.Disassemble(binary, &optimized, disassemble_options_)); in RunAndCheck()
256 EXPECT_EQ(expected, optimized); in RunAndCheck()
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py207 `optimized`
303 optimized=True,
340 self.optimized = optimized
398 optimized=missing,
592 optimized=self.optimized,
1000 optimized=True,
1021 optimized,
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py179 `optimized`
278 optimized=True,
314 self.optimized = optimized
361 extensions=missing, optimized=missing,
543 optimized=self.optimized)
933 optimized=True,
943 frozenset(extensions), optimized, undefined, finalize, autoescape,
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py207 `optimized`
303 optimized=True,
340 self.optimized = optimized
398 optimized=missing,
592 optimized=self.optimized,
1000 optimized=True,
1021 optimized,
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.cpp92 sw::SpirvBinary optimized; in optimizeSpirv() local
93 opt.Run(code.data(), code.size(), &optimized, optimizerOptions); in optimizeSpirv()
94 ASSERT(optimized.size() > 0); in optimizeSpirv()
102 core.Disassemble(optimized, &postOpt, SPV_BINARY_TO_TEXT_OPTION_NONE); in optimizeSpirv()
107 return optimized; in optimizeSpirv()
368 // If the pipeline does not have specialization constants, there's a 1-to-1 mapping between the unoptimized and optimized SPIR-V, in compileShaders()
442 // If the pipeline does not have specialization constants, there's a 1-to-1 mapping between the unoptimized and optimized SPIR-V, in compileShaders()
/third_party/jinja2/
H A Denvironment.py208 `optimized`
307 optimized: bool = True,
344 self.optimized = optimized
399 optimized: bool = missing,
695 optimized=self.optimized,
1177 optimized: bool = True,
1198 optimized,
/third_party/mesa3d/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp71 /* create optimized expression */ in test_op()
89 int32_t optimized = nir_src_as_int(optimized_instr->src[1]); in test_op() local
91 EXPECT_EQ(ref, optimized) << "Test input: " << desc; in test_op()
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S2 @ ARMv5te-optimized core video DSP functions
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c690 GLboolean optimized; in _math_matrix_rotate() local
696 optimized = GL_FALSE; in _math_matrix_rotate()
703 optimized = GL_TRUE; in _math_matrix_rotate()
718 optimized = GL_TRUE; in _math_matrix_rotate()
734 optimized = GL_TRUE; in _math_matrix_rotate()
749 if (!optimized) { in _math_matrix_rotate()
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp1188 std::vector<uint32_t> optimized; in spvOptimizerRun() local
1191 Run(binary, word_count, &optimized, options)) { in spvOptimizerRun()
1201 result_binary->code = new uint32_t[optimized.size()]; in spvOptimizerRun()
1207 result_binary->wordCount = optimized.size(); in spvOptimizerRun()
1209 memcpy(result_binary->code, optimized.data(), in spvOptimizerRun()
1210 optimized.size() * sizeof(uint32_t)); in spvOptimizerRun()
/third_party/node/deps/v8/tools/profview/
H A Dprofile-utils.js111 // For JavaScript function, pretend there is one instance of optimized
558 let optimized = false;
566 optimized = true;
602 if (optimized) {
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler_test.cc213 Pipeline::ShaderInfo optimized(&shader, kShaderTypeCompute); in TEST_F()
214 optimized.SetShaderOptimizations({"--eliminate-dead-code-aggressive"}); in TEST_F()
224 std::tie(r, opt_binary) = sc.Compile(&pipeline, &optimized, ShaderMap()); in TEST_F()
/third_party/ffmpeg/libavcodec/x86/
H A Dsvq1enc.asm2 ;* SIMD-optimized SVQ1 encoder functions
H A Dg722dsp.asm2 ;* SIMD optimized DSP functions for G722 coding
H A Dproresdsp.asm2 ;* x86-SIMD-optimized IDCT for prores

Completed in 43 milliseconds

1234567