Home
last modified time | relevance | path

Searched refs:SH_ADD_EXPLICIT_BOOL_CASTS (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DShaderMtl.mm134 compileOptions |= SH_ADD_EXPLICIT_BOOL_CASTS;
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h350 const ShCompileOptions SH_ADD_EXPLICIT_BOOL_CASTS = UINT64_C(1) << 59; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp1066 const bool needsExplicitBoolCasts = (compileOptions & SH_ADD_EXPLICIT_BOOL_CASTS) != 0; in translateImpl()