Home
last modified time | relevance | path

Searched refs:current_stage (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp808 const _stage& current_stage = stages[n_stage]; in iterate() local
832 if (((current_body.gl_type == GL_COMPUTE_SHADER) && (!current_stage.use_cs)) || in iterate()
833 ((current_body.gl_type == GL_FRAGMENT_SHADER) && (!current_stage.use_fs)) || in iterate()
834 ((current_body.gl_type == GL_TESS_CONTROL_SHADER) && (!current_stage.use_tc)) || in iterate()
835 ((current_body.gl_type == GL_TESS_EVALUATION_SHADER) && (!current_stage.use_te)) || in iterate()
836 ((current_body.gl_type == GL_VERTEX_SHADER) && (!current_stage.use_vs))) in iterate()
864 token_value_pairs[1].value = current_stage.fs_input; in iterate()
872 token_value_pairs[1].value = current_stage.gs_input; in iterate()
880 token_value_pairs[1].value = current_stage.tc_input; in iterate()
888 token_value_pairs[1].value = current_stage.te_input; in iterate()
[all …]
Dgl4cShaderSubroutineTests.cpp8488 const _shader_stage& current_stage = *(stages[n_stage]); in iterate() local
8492 (current_stage.default_subroutine1_value == current_stage.function1_index) ? in iterate()
8493 current_stage.function2_index : in iterate()
8494 current_stage.function1_index; in iterate()
8496 (current_stage.default_subroutine2_value == current_stage.function1_index) ? in iterate()
8497 current_stage.function2_index : in iterate()
8498 current_stage.function1_index; in iterate()
8500 (current_stage.default_subroutine3_value == current_stage.function3_index) ? in iterate()
8501 current_stage.function4_index : in iterate()
8502 current_stage.function3_index; in iterate()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc89 info->stage[0] = current_stage[0]; in add_feature()
90 info->stage[1] = current_stage[1]; in add_feature()
139 s->index = current_stage[table_index]; in add_pause()
142 current_stage[table_index]++; in add_pause()
286 for (unsigned stage = 0; stage < current_stage[table_index]; stage++) in compile()
Dhb-ot-map.hh277 unsigned int current_stage[2]; /* GSUB/GPOS */ member
/third_party/harfbuzz/src/
Dhb-ot-map.cc93 info->stage[0] = current_stage[0]; in add_feature()
94 info->stage[1] = current_stage[1]; in add_feature()
143 s->index = current_stage[table_index]; in add_pause()
146 current_stage[table_index]++; in add_pause()
291 for (unsigned stage = 0; stage < current_stage[table_index]; stage++) in compile()
Dhb-ot-map.hh277 unsigned int current_stage[2]; /* GSUB/GPOS */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc108 info->stage[0] = current_stage[0]; in add_feature()
109 info->stage[1] = current_stage[1]; in add_feature()
158 s->index = current_stage[table_index]; in add_pause()
161 current_stage[table_index]++; in add_pause()
305 for (unsigned stage = 0; stage < current_stage[table_index]; stage++) in compile()
Dhb-ot-map.hh277 unsigned int current_stage[2]; /* GSUB/GPOS */ member
/third_party/mindspore/mindspore/ccsrc/utils/
Dnode_strategy.proto80 required uint32 current_stage = 1; field
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc137 current_stage_ = (int64_t)parallel_strategy_map.current_stage(); in Load()
/third_party/mindspore/mindspore/nn/
Dcell.py1456 current_stage = rank_id // per_stage_devices
1465 if current_stage in param._pipeline_stage_list:
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc3045 int64_t current_stage = comm_info.global_rank / per_stage_device_num; in IsInsertVirtualOutput() local
3046 MS_LOG(INFO) << "The current stage is: " << current_stage; in IsInsertVirtualOutput()
3053 current_stage == split_stage_num - 1); in IsInsertVirtualOutput()