HomeSort by relevance Sort by last modified time
    Searched refs:current_stage (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-map.cc 77 info->stage[0] = current_stage[0];
78 info->stage[1] = current_stage[1];
129 s->index = current_stage[table_index];
133 current_stage[table_index]++;
288 for (unsigned stage = 0; stage < current_stage[table_index]; stage++)
hb-ot-map-private.hh 244 unsigned int current_stage[2]; /* GSUB/GPOS */ variable
  /external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.cpp 803 const _stage& current_stage = stages[n_stage]; local
827 if (((current_body.gl_type == GL_COMPUTE_SHADER) && (!current_stage.use_cs)) ||
828 ((current_body.gl_type == GL_FRAGMENT_SHADER) && (!current_stage.use_fs)) ||
829 ((current_body.gl_type == GL_TESS_CONTROL_SHADER) && (!current_stage.use_tc)) ||
830 ((current_body.gl_type == GL_TESS_EVALUATION_SHADER) && (!current_stage.use_te)) ||
831 ((current_body.gl_type == GL_VERTEX_SHADER) && (!current_stage.use_vs)))
859 token_value_pairs[1].value = current_stage.fs_input;
867 token_value_pairs[1].value = current_stage.gs_input;
875 token_value_pairs[1].value = current_stage.tc_input;
883 token_value_pairs[1].value = current_stage.te_input
    [all...]
gl4cShaderSubroutineTests.cpp 8489 const _shader_stage& current_stage = *(stages[n_stage]); local
8790 const _shader_stage& current_stage = *(stages[n_stage]); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 501 const string_piece& current_stage = std::get<2>(stages[i]);
502 if (current_stage != first_pragma_stage) {
508 current_stage.str() + "' (was '" +

Completed in 115 milliseconds