Home
last modified time | relevance | path

Searched defs:ASSIGN (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp20 #define ASSIGN(NAME, FP) \ macro
DFunctionsGL.cpp96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c64 #define ASSIGN(d, s) ((d) = (s)) macro
111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc161 #define ASSIGN(type, var, expr) \ macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2483 #define ASSIGN(dst, src) \ in crocus_upload_border_color() macro