Home
last modified time | relevance | path

Searched refs:current_stage (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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 in iterate()
[all...]
H A 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 in iterate()
8789 const _shader_stage& current_stage = *(stages[n_stage]); verifySubroutineUniformValues() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
H A Dhb-ot-map.hh277 unsigned int current_stage[2]; /* GSUB/GPOS */ variable

Completed in 14 milliseconds