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 137 SH_VALIDATE_LOOP_INDEXING = 0x0001,
314 // SH_VALIDATE_LOOP_INDEXING: Validates loop and indexing in the shader to
  /external/chromium_org/third_party/angle/src/compiler/
Compiler.cpp 128 compileOptions |= SH_VALIDATE_LOOP_INDEXING;
161 if (success && (compileOptions & SH_VALIDATE_LOOP_INDEXING))

Completed in 91 milliseconds