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

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
compiler.h 224 std::pair<int, EProfile> DeduceVersionProfile(
239 std::pair<int, EProfile> DeduceVersionProfile(
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
compiler.cc 121 std::tie(version, profile) = DeduceVersionProfile(preprocessed_shader);
332 std::tie(version, profile) = DeduceVersionProfile(preprocessed_shader);
411 std::pair<int, EProfile> Compiler::DeduceVersionProfile(
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp 364 bool DeduceVersionProfile(TInfoSink& infoSink, EShLanguage stage, bool versionNotFirst, int defaultVersion,
638 bool goodVersion = DeduceVersionProfile(compiler->infoSink, compiler->getLanguage(), versionNotFirst, defaultVersion, source, version, profile, spvVersion);
    [all...]

Completed in 291 milliseconds