Home
last modified time | relevance | path

Searched refs:stage_index (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSchedule.cpp27 int stage_index; member
37 int stage_index, in LoopLevelContents()
39 : func_name(func_name), stage_index(stage_index), var_name(var_name), in LoopLevelContents()
106 contents->stage_index = other.contents->stage_index; in set()
134 int LoopLevel::stage_index() const { in stage_index() function in Halide::LoopLevel
136 internal_assert(contents->stage_index >= 0); in stage_index()
137 return contents->stage_index; in stage_index()
170 if (contents->stage_index == -1) { in to_string()
179 if (contents->stage_index == -1) { in match()
196 (contents->stage_index == other.contents->stage_index)); in match()
[all …]
H A DRealizationOrder.cpp88 void validate_fused_pair(const string &fn, size_t stage_index, in validate_fused_pair() argument
93 internal_assert((p.func_1 == fn) && (p.stage_1 == stage_index)); in validate_fused_pair()
144 size_t stage_index, map<string, Function> &env) { in populate_fused_pairs_list() argument
162 FusedPair pair(fuse_level.func(), fuse_level.stage_index(), in populate_fused_pairs_list()
163 func, stage_index, fuse_level.var().name()); in populate_fused_pairs_list()
164 if (fuse_level.stage_index() == 0) { in populate_fused_pairs_list()
167 internal_assert(fuse_level.stage_index() > 0); in populate_fused_pairs_list()
168 parent.update(fuse_level.stage_index() - 1).schedule().fused_pairs().push_back(pair); in populate_fused_pairs_list()
214 bool is_correct = (fuse_level.stage_index() > max_stage.second) || in check_fused_stages_are_scheduled_in_order()
222 << fuse_level.func() << ".s" << fuse_level.stage_index() << "\n"; in check_fused_stages_are_scheduled_in_order()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_gen.h140 bool TevStageUpdatesCombinerBufferColor(unsigned stage_index) const { in TevStageUpdatesCombinerBufferColor()
141 return (stage_index < 4) && (state.combiner_buffer_input & (1 << stage_index)); in TevStageUpdatesCombinerBufferColor()
144 bool TevStageUpdatesCombinerBufferAlpha(unsigned stage_index) const { in TevStageUpdatesCombinerBufferAlpha()
145 return (stage_index < 4) && ((state.combiner_buffer_input >> 4) & (1 << stage_index)); in TevStageUpdatesCombinerBufferAlpha()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_shader_gen.h140 bool TevStageUpdatesCombinerBufferColor(unsigned stage_index) const { in TevStageUpdatesCombinerBufferColor()
141 return (stage_index < 4) && (state.combiner_buffer_input & (1 << stage_index)); in TevStageUpdatesCombinerBufferColor()
144 bool TevStageUpdatesCombinerBufferAlpha(unsigned stage_index) const { in TevStageUpdatesCombinerBufferAlpha()
145 return (stage_index < 4) && ((state.combiner_buffer_input >> 4) & (1 << stage_index)); in TevStageUpdatesCombinerBufferAlpha()
/dports/emulators/citra/citra-ac98458e0/src/video_core/
H A Dregs_texturing.h422 bool TevStageUpdatesCombinerBufferColor(unsigned stage_index) const { in TevStageUpdatesCombinerBufferColor() argument
423 return (stage_index < 4) && (update_mask_rgb & (1 << stage_index)); in TevStageUpdatesCombinerBufferColor()
426 bool TevStageUpdatesCombinerBufferAlpha(unsigned stage_index) const { in TevStageUpdatesCombinerBufferAlpha() argument
427 return (stage_index < 4) && (update_mask_a & (1 << stage_index)); in TevStageUpdatesCombinerBufferAlpha()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/
H A Dregs_texturing.h422 bool TevStageUpdatesCombinerBufferColor(unsigned stage_index) const { in TevStageUpdatesCombinerBufferColor() argument
423 return (stage_index < 4) && (update_mask_rgb & (1 << stage_index)); in TevStageUpdatesCombinerBufferColor()
426 bool TevStageUpdatesCombinerBufferAlpha(unsigned stage_index) const { in TevStageUpdatesCombinerBufferAlpha() argument
427 return (stage_index < 4) && (update_mask_a & (1 << stage_index)); in TevStageUpdatesCombinerBufferAlpha()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/renderer_opengl/
H A Dgl_rasterizer.h118 void SetupDrawConstBuffers(std::size_t stage_index, Shader* shader);
129 void SetupDrawGlobalMemory(std::size_t stage_index, Shader* shader);
139 void SetupDrawTextures(std::size_t stage_index, Shader* shader);
149 void SetupDrawImages(std::size_t stage_index, Shader* shader);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/
H A Dyaml_processor.rb99 job_stage_index = stage_index(name)
100 dependency_stage_index = stage_index(dependency)
107 def stage_index(name) method in Gitlab.Ci.YamlProcessor
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-ot-map.cc285 unsigned int stage_index = 0; in compile() local
325 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
329 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
332 stage_index++; in compile()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-map.cc278 unsigned int stage_index = 0; in compile() local
317 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
321 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
324 stage_index++; in compile()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-map.cc286 unsigned int stage_index = 0; in compile() local
326 … if (stage_index < stages[table_index].len && stages[table_index][stage_index].index == stage) { in compile()
330 stage_map->pause_func = stages[table_index][stage_index].pause_func; in compile()
333 stage_index++; in compile()

1234567