Home
last modified time | relevance | path

Searched refs:ASSIGN (Results 1 – 25 of 94) sorted by relevance

1234

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp21 #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 …]
DFunctionsGL.cpp96 #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/
DSkPaint.cpp97 #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/
Dscatter_functor_gpu.cu.cc31 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);
Ddense_update_functor.cc34 struct DenseUpdate<CPUDevice, string, ASSIGN> {
76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \
111 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
Ddense_update_functor.h34 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator
61 struct DenseUpdate<CPUDevice, T, ASSIGN> {
86 struct DenseUpdate<SYCLDevice, T, ASSIGN> {
Dscatter_functor.h42 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 …]
Ddense_update_functor_gpu.cu.cc31 struct DenseUpdate<GPUDevice, T, ASSIGN> {
66 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
Dresource_variable_ops.cc275 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 …]
Dscatter_nd_op_cpu_impl.h59 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/
Dmacro-expressions.cpp6 #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/
Ddwarfdump-accel.test11 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/
Dregexec.c64 #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/
Dregexec.c64 #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/
Dregexec.c64 #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/
Ddwarfdump-accel.test12 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/
Dserialize.g96 : #( ASSIGN ID optionValue )
118 ( #(ASSIGN ID ID)
130 | #( ASSIGN
203 | #(ASSIGN ID element)
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRTreePrinter.g192 : ^( 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)
DLeftRecursiveRuleWalker.g94 : ^(ASSIGN ID optionValue)
202 : ^(ASSIGN ID recurseNoLabel)
217 : ^(ASSIGN ID s=token {$t = $s.t;})
249 | ^(ASSIGN ID element)
/external/one-true-awk/
Dytab.h108 ASSIGN = 314, enumerator
206 #define ASSIGN 314 macro
/external/antlr/runtime/Python/tests/
Dt048rewrite2.g11 ASSIGN : '=';
/external/antlr/runtime/Python3/tests/
Dt048rewrite2.g11 ASSIGN : '=';
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorSyclExprConstructor.h147 #define ASSIGN(CVQual)\ macro
161 ASSIGN(const)
162 ASSIGN()
163 #undef ASSIGN
/external/apache-commons-bcel/src/examples/Mini/
DMini.jjt88 <ASSIGN>
128 (Ident() <ASSIGN> Expr())+ "IN" Expr()
287 < ASSIGN : "=">
/external/antlr/runtime/Cpp/tests/
Dt048rewrite2.g18 ASSIGN : '=';

1234