/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 21 #define ASSIGN(NAME, FP) \ macro 34 ASSIGN("glBlendFunc", blendFunc); in initProcsDesktopGL() 35 ASSIGN("glClear", clear); in initProcsDesktopGL() 36 ASSIGN("glClearColor", clearColor); in initProcsDesktopGL() 37 ASSIGN("glClearDepth", clearDepth); in initProcsDesktopGL() 38 ASSIGN("glClearStencil", clearStencil); in initProcsDesktopGL() 39 ASSIGN("glColorMask", colorMask); in initProcsDesktopGL() 40 ASSIGN("glCullFace", cullFace); in initProcsDesktopGL() 41 ASSIGN("glDepthFunc", depthFunc); in initProcsDesktopGL() 42 ASSIGN("glDepthMask", depthMask); in initProcsDesktopGL() [all …]
|
D | FunctionsGL.cpp | 96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)) macro 105 ASSIGN("glGetString", getString); in initialize() 106 ASSIGN("glGetIntegerv", getIntegerv); in initialize() 112 ASSIGN("glGetStringi", getStringi); in initialize() 243 ASSIGN("glGetString", getString); in initializeDummyFunctionsForNULLDriver() 244 ASSIGN("glGetStringi", getStringi); in initializeDummyFunctionsForNULLDriver() 245 ASSIGN("glGetIntegerv", getIntegerv); in initializeDummyFunctionsForNULLDriver() 246 ASSIGN("glGetIntegeri_v", getIntegeri_v); in initializeDummyFunctionsForNULLDriver() 255 ASSIGN("glGetInternalformativ", getInternalformativ); in initializeDummyFunctionsForNULLDriver() 260 ASSIGN("glGetInternalformati64v", getInternalformati64v); in initializeDummyFunctionsForNULLDriver() [all …]
|
/external/skqp/src/core/ |
D | SkPaint.cpp | 97 #define ASSIGN(field) field = src.field in operator =() macro 98 ASSIGN(fPathEffect); in operator =() 99 ASSIGN(fShader); in operator =() 100 ASSIGN(fMaskFilter); in operator =() 101 ASSIGN(fColorFilter); in operator =() 102 ASSIGN(fDrawLooper); in operator =() 103 ASSIGN(fImageFilter); in operator =() 104 ASSIGN(fColor4f); in operator =() 105 ASSIGN(fWidth); in operator =() 106 ASSIGN(fMiterLimit); in operator =() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scatter_functor_gpu.cu.cc | 31 DEFINE_GPU_SPECS_OP(T, Index, scatter_op::UpdateOp::ASSIGN); \ 45 DEFINE_GPU_SPECS_OP(bool, int32, scatter_op::UpdateOp::ASSIGN); 46 DEFINE_GPU_SPECS_OP(bool, int64, scatter_op::UpdateOp::ASSIGN);
|
D | dense_update_functor.cc | 34 struct DenseUpdate<CPUDevice, string, ASSIGN> { 76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \ 111 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
|
D | dense_update_functor.h | 34 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator 61 struct DenseUpdate<CPUDevice, T, ASSIGN> { 86 struct DenseUpdate<SYCLDevice, T, ASSIGN> {
|
D | scatter_functor.h | 42 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV, MIN, MAX }; enumerator 49 struct Assign<scatter_op::UpdateOp::ASSIGN> { 132 struct AssignSYCL<scatter_op::UpdateOp::ASSIGN> { 324 struct ScatterFunctor<CPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 328 struct ScatterFunctor<GPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN> 357 struct ScatterFunctorBase<CPUDevice, T, Index, scatter_op::UpdateOp::ASSIGN> { 386 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::Run( 479 scatter_op::UpdateOp::ASSIGN> 483 scatter_op::UpdateOp::ASSIGN> 513 scatter_op::UpdateOp::ASSIGN> { [all …]
|
D | dense_update_functor_gpu.cu.cc | 31 struct DenseUpdate<GPUDevice, T, ASSIGN> { 66 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
|
D | resource_variable_ops.cc | 275 void DenseUpdate<GPUDevice, type, ASSIGN>::operator()( \ 278 extern template struct DenseUpdate<GPUDevice, type, ASSIGN>; \ 417 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute() 691 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute() 965 scatter_op::UpdateOp::ASSIGN); 981 scatter_op::UpdateOp::ASSIGN); 983 scatter_op::UpdateOp::ASSIGN); 985 scatter_op::UpdateOp::ASSIGN); 1005 scatter_op::UpdateOp::ASSIGN>) 1012 scatter_op::UpdateOp::ASSIGN>) [all …]
|
D | scatter_nd_op_cpu_impl.h | 59 class UpdateExecutor<Input, Update, Output, scatter_nd_op::UpdateOp::ASSIGN> { 156 REGISTER_SCATTER_ND_INDEX(type, scatter_nd_op::UpdateOp::ASSIGN); 240 REGISTER_SCATTER_ND_INDEX_SYCL(type, scatter_nd_op::UpdateOp::ASSIGN);
|
/external/clang/test/CoverageMapping/ |
D | macro-expressions.cpp | 6 #define ASSIGN(x, y) x = y macro 70 for (ASSIGN(DECL(int, j), 0); LT(j, i); INC(j)) {} in foo() 72 ASSIGN(DECL(int, k), 0); in foo()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 11 CHECK: [[ASSIGN:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 44 CHECK: {Atom[0]: [[ASSIGN]]} 64 CHECK: {Atom[0]: [[ASSIGN]]}
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/llvm/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regexec.c | 64 #define ASSIGN(d, s) ((d) = (s)) macro 90 #undef ASSIGN 111 #define ASSIGN(d, s) memmove(d, s, m->g->nstates) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 12 CHECK: [[ASSIGN:0x[0-9a-f]*]]:{{.*}}DW_TAG_subprogram 48 CHECK: Atom[0]: [[ASSIGN]] 68 CHECK: Atom[0]: [[ASSIGN]]
|
/external/antlr/tool/src/main/java/org/antlr/tool/ |
D | serialize.g | 96 : #( ASSIGN ID optionValue ) 118 ( #(ASSIGN ID ID) 130 | #( ASSIGN 203 | #(ASSIGN ID element)
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRTreePrinter.g | 192 : ^( ASSIGN id=ID {out($id.text+"=");} optionValue ) 216 : ^( 'import' ( ^(ASSIGN ID ID) | ID )+ ) 225 | ^( ASSIGN TOKEN_REF (STRING_LITERAL|CHAR_LITERAL) ) 244 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 265 if ( input.LA(5) == NOT || input.LA(5) == ASSIGN ) 383 | ^(ASSIGN id=ID {out($id.text+"=");} element)
|
D | LeftRecursiveRuleWalker.g | 94 : ^(ASSIGN ID optionValue) 202 : ^(ASSIGN ID recurseNoLabel) 217 : ^(ASSIGN ID s=token {$t = $s.t;}) 249 | ^(ASSIGN ID element)
|
/external/one-true-awk/ |
D | ytab.h | 108 ASSIGN = 314, enumerator 206 #define ASSIGN 314 macro
|
/external/antlr/runtime/Python/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/antlr/runtime/Python3/tests/ |
D | t048rewrite2.g | 11 ASSIGN : '=';
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExprConstructor.h | 147 #define ASSIGN(CVQual)\ macro 161 ASSIGN(const) 162 ASSIGN() 163 #undef ASSIGN
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.jjt | 88 <ASSIGN> 128 (Ident() <ASSIGN> Expr())+ "IN" Expr() 287 < ASSIGN : "=">
|
/external/antlr/runtime/Cpp/tests/ |
D | t048rewrite2.g | 18 ASSIGN : '=';
|