Home
last modified time | relevance | path

Searched refs:SH_CLAMP_INDIRECT_ARRAY_BOUNDS (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DShaderVk.cpp40 compileOptions |= SH_CLAMP_INDIRECT_ARRAY_BOUNDS; in compile()
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
Dtranslator_fuzzer.cpp29 SH_EMULATE_ABS_INT_FUNCTION | SH_ENFORCE_PACKING_RESTRICTIONS | SH_CLAMP_INDIRECT_ARRAY_BOUNDS |
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h127 const ShCompileOptions SH_CLAMP_INDIRECT_ARRAY_BOUNDS = UINT64_C(1) << 10; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp340 additionalOptions |= SH_CLAMP_INDIRECT_ARRAY_BOUNDS; in compile()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp333 additionalOptions |= SH_CLAMP_INDIRECT_ARRAY_BOUNDS; in compile()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h138 const ShCompileOptions SH_CLAMP_INDIRECT_ARRAY_BOUNDS = UINT64_C(1) << 10; variable
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp581 if (compileOptions & SH_CLAMP_INDIRECT_ARRAY_BOUNDS) in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp797 if ((compileOptions & SH_CLAMP_INDIRECT_ARRAY_BOUNDS) != 0) in checkAndSimplifyAST()