Home
last modified time | relevance | path

Searched refs:PassId (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/shaderc/src/libshaderc_util/src/
H A Dspirv_tools_wrapper.cc108 const std::vector<PassId>& enabled_passes, in SpirvToolsOptimize()
114 [](const PassId& pass) { return pass == PassId::kNullPass; })) { in SpirvToolsOptimize()
139 case PassId::kLegalizationPasses: in SpirvToolsOptimize()
142 case PassId::kPerformancePasses: in SpirvToolsOptimize()
145 case PassId::kSizePasses: in SpirvToolsOptimize()
148 case PassId::kVulkanToWebGPUPasses: in SpirvToolsOptimize()
151 case PassId::kNullPass: in SpirvToolsOptimize()
154 case PassId::kStripDebugInfo: in SpirvToolsOptimize()
157 case PassId::kCompactIds: in SpirvToolsOptimize()
H A Dcompiler.cc300 std::vector<PassId> opt_passes; in Compile()
305 opt_passes.push_back(PassId::kLegalizationPasses); in Compile()
313 opt_passes.push_back(PassId::kVulkanToWebGPUPasses); in Compile()
383 if (enabled_opt_passes_[i] == PassId::kStripDebugInfo) { in SetGenerateDebugInfo()
384 enabled_opt_passes_[i] = PassId::kNullPass; in SetGenerateDebugInfo()
396 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
398 enabled_opt_passes_.push_back(PassId::kSizePasses); in SetOptimizationLevel()
402 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
404 enabled_opt_passes_.push_back(PassId::kPerformancePasses); in SetOptimizationLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/libshaderc_util/src/
H A Dspirv_tools_wrapper.cc108 const std::vector<PassId>& enabled_passes, in SpirvToolsOptimize()
114 [](const PassId& pass) { return pass == PassId::kNullPass; })) { in SpirvToolsOptimize()
139 case PassId::kLegalizationPasses: in SpirvToolsOptimize()
142 case PassId::kPerformancePasses: in SpirvToolsOptimize()
145 case PassId::kSizePasses: in SpirvToolsOptimize()
148 case PassId::kVulkanToWebGPUPasses: in SpirvToolsOptimize()
151 case PassId::kNullPass: in SpirvToolsOptimize()
154 case PassId::kStripDebugInfo: in SpirvToolsOptimize()
157 case PassId::kCompactIds: in SpirvToolsOptimize()
H A Dcompiler.cc339 std::vector<PassId> opt_passes; in Compile()
344 opt_passes.push_back(PassId::kLegalizationPasses); in Compile()
352 opt_passes.push_back(PassId::kVulkanToWebGPUPasses); in Compile()
422 if (enabled_opt_passes_[i] == PassId::kStripDebugInfo) { in SetGenerateDebugInfo()
423 enabled_opt_passes_[i] = PassId::kNullPass; in SetGenerateDebugInfo()
435 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
437 enabled_opt_passes_.push_back(PassId::kSizePasses); in SetOptimizationLevel()
441 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
443 enabled_opt_passes_.push_back(PassId::kPerformancePasses); in SetOptimizationLevel()
/dports/graphics/shaderc/shaderc-2021.3/libshaderc_util/src/
H A Dspirv_tools_wrapper.cc108 const std::vector<PassId>& enabled_passes, in SpirvToolsOptimize()
114 [](const PassId& pass) { return pass == PassId::kNullPass; })) { in SpirvToolsOptimize()
139 case PassId::kLegalizationPasses: in SpirvToolsOptimize()
142 case PassId::kPerformancePasses: in SpirvToolsOptimize()
145 case PassId::kSizePasses: in SpirvToolsOptimize()
148 case PassId::kNullPass: in SpirvToolsOptimize()
151 case PassId::kStripDebugInfo: in SpirvToolsOptimize()
154 case PassId::kCompactIds: in SpirvToolsOptimize()
H A Dcompiler.cc335 std::vector<PassId> opt_passes; in Compile()
340 opt_passes.push_back(PassId::kLegalizationPasses); in Compile()
411 if (enabled_opt_passes_[i] == PassId::kStripDebugInfo) { in SetGenerateDebugInfo()
412 enabled_opt_passes_[i] = PassId::kNullPass; in SetGenerateDebugInfo()
424 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
426 enabled_opt_passes_.push_back(PassId::kSizePasses); in SetOptimizationLevel()
430 enabled_opt_passes_.push_back(PassId::kStripDebugInfo); in SetOptimizationLevel()
432 enabled_opt_passes_.push_back(PassId::kPerformancePasses); in SetOptimizationLevel()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Interfaces/EventArgs/
H A DEncodeProgressEventArgs.cs52 this.PassId = passId; in EncodeProgressEventArgs()
87 public int PassId { get; private set; } property in HandBrake.Interop.Interop.Interfaces.EventArgs.EncodeProgressEventArgs
111 if (this.PassId == -1)
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Encode/EventArgs/
H A DEncodeProgressEventArgs.cs63 public int PassId { get; set; } property in HandBrakeWPF.Services.Encode.EventArgs.EncodeProgressEventArgs
82 if (this.PassId == -1)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/libshaderc_util/include/libshaderc_util/
H A Dspirv_tools_wrapper.h44 enum class PassId { enum
63 const std::vector<PassId>& enabled_passes,
H A Dcompiler.h42 enum class PassId; variable
466 std::vector<PassId> enabled_opt_passes_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/shaderc/src/libshaderc_util/include/libshaderc_util/
H A Dspirv_tools_wrapper.h44 enum class PassId { enum
63 const std::vector<PassId>& enabled_passes,
H A Dcompiler.h41 enum class PassId; variable
500 std::vector<PassId> enabled_opt_passes_;
/dports/graphics/shaderc/shaderc-2021.3/libshaderc_util/include/libshaderc_util/
H A Dspirv_tools_wrapper.h44 enum class PassId { enum
62 const std::vector<PassId>& enabled_passes,
H A Dcompiler.h42 enum class PassId; variable
472 std::vector<PassId> enabled_opt_passes_;
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DLay.cpp44 p.PassId("LAYOUT"); in PreprocessLayFile()
74 p.PassId("END_LAYOUT"); in PreprocessLayFile()
H A DIml.cpp12 p.PassId("PREMULTIPLIED"); in PreprocessImlFile()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Drender_task_graph.rs76 pub struct PassId(usize); struct
78 impl PassId { implementation
79 pub const MIN: PassId = PassId(0);
80 pub const MAX: PassId = PassId(!0);
379 PassId(0), in end_frame()
436 task.render_on == PassId(task.free_after.0 + 1); in end_frame()
564 if child_task.free_after == PassId(pass_id) { in end_frame()
725 pass: PassId, in assign_render_pass() argument
740 PassId(pass.0 + 1) in assign_render_pass()
H A Drender_task.rs25 use crate::render_task_graph::{PassId, RenderTaskId, RenderTaskGraphBuilder};
734 pub free_after: PassId,
735 pub render_on: PassId,
757 free_after: PassId::MAX, in new()
758 render_on: PassId::MIN, in new()
796 free_after: PassId::MAX, in new_image()
797 render_on: PassId::MIN, in new_image()
814 free_after: PassId::MAX, in new_test()
815 render_on: PassId::MIN, in new_test()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Drender_task_graph.rs75 pub struct PassId(usize); struct
77 impl PassId { impl
78 pub const MIN: PassId = PassId(0);
79 pub const MAX: PassId = PassId(!0);
378 PassId(0), in end_frame()
435 task.render_on == PassId(task.free_after.0 + 1); in end_frame()
563 if child_task.free_after == PassId(pass_id) { in end_frame()
724 pass: PassId, in assign_render_pass() argument
739 PassId(pass.0 + 1) in assign_render_pass()
H A Drender_task.rs26 use crate::render_task_graph::{PassId, RenderTaskId, RenderTaskGraphBuilder};
734 pub free_after: PassId,
735 pub render_on: PassId,
757 free_after: PassId::MAX, in new()
758 render_on: PassId::MIN, in new()
796 free_after: PassId::MAX, in new_image()
797 render_on: PassId::MIN, in new_image()
814 free_after: PassId::MAX, in new_test()
815 render_on: PassId::MIN, in new_test()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Drender_task_graph.rs76 pub struct PassId(usize); struct
78 impl PassId { impl
79 pub const MIN: PassId = PassId(0);
80 pub const MAX: PassId = PassId(!0);
379 PassId(0), in end_frame()
436 task.render_on == PassId(task.free_after.0 + 1); in end_frame()
564 if child_task.free_after == PassId(pass_id) { in end_frame()
725 pass: PassId, in assign_render_pass() argument
740 PassId(pass.0 + 1) in assign_render_pass()
H A Drender_task.rs25 use crate::render_task_graph::{PassId, RenderTaskId, RenderTaskGraphBuilder};
734 pub free_after: PassId,
735 pub render_on: PassId,
757 free_after: PassId::MAX, in new()
758 render_on: PassId::MIN, in new()
796 free_after: PassId::MAX, in new_image()
797 render_on: PassId::MIN, in new_image()
814 free_after: PassId::MAX, in new_test()
815 render_on: PassId::MIN, in new_test()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dlayout.cpp82 p.PassId("LAYOUT"); in Read()
91 p.PassId("END_LAYOUT"); in Read()
/dports/devel/upp/upp/uppsrc/Skylark/
H A DCompile.cpp385 p.PassId("endif"); in Block()
396 p.PassId("in"); in Block()
405 p.PassId("endfor"); in Block()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Services/Encode/
H A DLibEncode.cs239 PassId = e.PassId, in InstanceEncodeProgress()

12