Searched defs:ASSIGN (Results 1 – 9 of 9) 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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 21 #define ASSIGN(NAME, FP) \ macro
|
D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) *reinterpret_cast<void **>(&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/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 335 constexpr char ASSIGN[] = "Assign"; variable
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | genX_state_upload.c | 5020 #define ASSIGN(dst, src) \ macro
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 2482 #define ASSIGN(dst, src) \ in crocus_upload_border_color() macro
|