Searched defs:ASSIGN (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 20 #define ASSIGN(NAME, FP) \ macro
|
D | FunctionsGL.cpp | 96 #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/ |
D | regexec.c | 64 #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/ |
D | regexec.c | 64 #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/ |
D | wasm-js.cc | 161 #define ASSIGN(type, var, expr) \ macro
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2483 #define ASSIGN(dst, src) \ in crocus_upload_border_color() macro
|