Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/GenericCodeGen/
DCodeGen.cpp44 … TGenericCompiler(EShLanguage l, int dOptions) : TCompiler(l, infoSink), debugOptions(dOptions) { } in TGenericCompiler() argument
DLink.cpp47 TGenericLinker(EShExecutable e, int dOptions) : TLinker(e, infoSink), debugOptions(dOptions) { } in TGenericLinker() argument
/external/lz4/tests/
Dframetest.c884 LZ4F_decompressOptions_t dOptions; in fuzzerTests() local
885 memset(&dOptions, 0, sizeof(dOptions)); in fuzzerTests()
886 dOptions.stableDst = FUZ_rand(&randState) & 1; in fuzzerTests()
887 if (nonContiguousDst==2) dOptions.stableDst = 0; /* overwrite mode */ in fuzzerTests()
888 result = LZ4F_decompress(dCtx, op, &oSize, ip, &iSize, &dOptions); in fuzzerTests()