Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp73 memcpy(&options, &header.basicCompileOptions, offsetof(ShCompileOptions, metal)); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h418 uint8_t basicCompileOptions[32]; member
H A DCompiler.cpp129 memcpy(&header.basicCompileOptions, &options, offsetof(ShCompileOptions, metal)); in DumpFuzzerCase()
130 static_assert(offsetof(ShCompileOptions, metal) <= sizeof(header.basicCompileOptions)); in DumpFuzzerCase()