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

  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 116 SH_VALIDATE_LOOP_INDEXING = 0x0001,
330 // SH_VALIDATE_LOOP_INDEXING: Validates loop and indexing in the shader to
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 153 compileOptions |= SH_VALIDATE_LOOP_INDEXING;
197 if (success && (compileOptions & SH_VALIDATE_LOOP_INDEXING))

Completed in 217 milliseconds