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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
revision.h 5 #define GLSLANG_REVISION "SPIRV99.947"
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.sh 25 GLSLANG_REVISION=$(cat $ANDROIDBUILDDIR/glslang_revision_android)
29 echo "GLSLANG_REVISION=$GLSLANG_REVISION"
39 git checkout $GLSLANG_REVISION
46 git checkout $GLSLANG_REVISION
update_external_sources_android.bat 88 set /p GLSLANG_REVISION= < glslang_revision_android
91 echo GLSLANG_REVISION=%GLSLANG_REVISION%
169 git checkout %GLSLANG_REVISION%
181 git checkout %GLSLANG_REVISION%
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 26 GLSLANG_REVISION=$(cat $ANDROIDBUILDDIR/glslang_revision_android)
31 echo "GLSLANG_REVISION=$GLSLANG_REVISION"
41 git checkout $GLSLANG_REVISION
48 git checkout $GLSLANG_REVISION
update_external_sources_android.bat 97 set /p GLSLANG_REVISION= < glslang_revision_android
101 echo GLSLANG_REVISION=%GLSLANG_REVISION%
198 git checkout %GLSLANG_REVISION%
210 git checkout %GLSLANG_REVISION%
  /external/vulkan-validation-layers/
update_external_sources.sh 6 GLSLANG_REVISION=$(cat "${PWD}"/glslang_revision)
9 echo "GLSLANG_REVISION=${GLSLANG_REVISION}"
22 git checkout ${GLSLANG_REVISION}
29 git checkout --force ${GLSLANG_REVISION}
update_external_sources.bat 26 echo --sync-glslang just pull glslang_revision
28 echo --build-glslang pulls glslang_revision, configures CMake, builds Release and Debug
124 if not exist glslang_revision (
126 echo Missing glslang_revision file! Place it next to this script with target version in it.
138 set /p GLSLANG_REVISION= < glslang_revision
141 echo GLSLANG_REVISION=%GLSLANG_REVISION%
207 git checkout %GLSLANG_REVISION%
219 git checkout %GLSLANG_REVISION
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ShaderLang.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 343 milliseconds