Home
last modified time | relevance | path

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

1234

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp20 #define ASSIGN(NAME, FP) \ macro
36 ASSIGN("glClearDepthf", clearDepthf); in initProcsDesktopGL()
37 ASSIGN("glDepthRangef", depthRangef); in initProcsDesktopGL()
38 ASSIGN("glGetShaderPrecisionFormat", getShaderPrecisionFormat); in initProcsDesktopGL()
39 ASSIGN("glReleaseShaderCompiler", releaseShaderCompiler); in initProcsDesktopGL()
40 ASSIGN("glShaderBinary", shaderBinary); in initProcsDesktopGL()
45 ASSIGN("glMemoryBarrierByRegion", memoryBarrierByRegion); in initProcsDesktopGL()
50 ASSIGN("glPrimitiveBoundingBoxARB", primitiveBoundingBox); in initProcsDesktopGL()
55 ASSIGN("glDrawArraysInstancedBaseInstance", drawArraysInstancedBaseInstance); in initProcsDesktopGL()
56 ASSIGN("glDrawElementsInstancedBaseInstance", drawElementsInstancedBaseInstance); 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()
246 ASSIGN("glGetString", getString); in initializeStubFunctionsForNULLDriver()
247 ASSIGN("glGetStringi", getStringi); in initializeStubFunctionsForNULLDriver()
248 ASSIGN("glGetIntegerv", getIntegerv); in initializeStubFunctionsForNULLDriver()
249 ASSIGN("glGetIntegeri_v", getIntegeri_v); in initializeStubFunctionsForNULLDriver()
258 ASSIGN("glGetInternalformativ", getInternalformativ); in initializeStubFunctionsForNULLDriver()
263 ASSIGN("glGetInternalformati64v", getInternalformati64v); in initializeStubFunctionsForNULLDriver()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dscatter_functor_gpu.cu.cc31 DEFINE_GPU_SPECS_OP(T, Index, scatter_op::UpdateOp::ASSIGN); \
46 DEFINE_GPU_SPECS_OP(bool, int32, scatter_op::UpdateOp::ASSIGN);
47 DEFINE_GPU_SPECS_OP(bool, int64, scatter_op::UpdateOp::ASSIGN);
48 DEFINE_GPU_SPECS_OP(int64, int64, scatter_op::UpdateOp::ASSIGN);
Dscatter_functor.h40 enum class UpdateOp { ASSIGN, ADD, SUB, MUL, DIV, MIN, MAX }; enumerator
47 struct Assign<scatter_op::UpdateOp::ASSIGN> {
264 struct ScatterFunctor<CPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN>
268 struct ScatterFunctor<GPUDevice, Variant, Index, scatter_op::UpdateOp::ASSIGN>
273 struct ScatterFunctorBase<CPUDevice, T, Index, scatter_op::UpdateOp::ASSIGN> {
302 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::Run(
374 scatter_op::UpdateOp::ASSIGN>
378 scatter_op::UpdateOp::ASSIGN>
384 scatter_op::UpdateOp::ASSIGN> {
399 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::RunScalar(
Ddense_update_functor.cc34 struct DenseUpdate<CPUDevice, string, ASSIGN> {
76 functor::DenseUpdate<CPUDevice, T, ASSIGN> copy_functor_; \
110 functor::DenseUpdate<GPUDevice, T, ASSIGN> copy_functor_; \
Ddense_update_functor_gpu.cu.cc31 struct DenseUpdate<GPUDevice, T, ASSIGN> {
67 template struct functor::DenseUpdate<GPUDevice, T, ASSIGN>;
Ddense_update_functor.h31 enum DenseUpdateType { ADD, SUB, ASSIGN }; enumerator
58 struct DenseUpdate<CPUDevice, T, ASSIGN> {
Dresource_variable_ops.cc283 void DenseUpdate<GPUDevice, type, ASSIGN>::operator()( \
286 extern template struct DenseUpdate<GPUDevice, type, ASSIGN>; \
460 functor::DenseUpdate<Device, T, ASSIGN> copy_functor; in Compute()
741 functor::DenseUpdate<Device, Index, ASSIGN> copy_functor; in Compute()
1154 scatter_op::UpdateOp::ASSIGN);
1170 scatter_op::UpdateOp::ASSIGN);
1172 scatter_op::UpdateOp::ASSIGN);
1174 scatter_op::UpdateOp::ASSIGN);
1194 scatter_op::UpdateOp::ASSIGN>)
1201 scatter_op::UpdateOp::ASSIGN>)
[all …]
Dscatter_nd_op.cc302 functor::DenseUpdate<Device, T, ASSIGN> copy; in DoCompute()
452 scatter_nd_op::UpdateOp::ASSIGN); \
454 type, dev, "ResourceScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN);
458 "ScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN); \
460 "ResourceScatterNdUpdate", scatter_nd_op::UpdateOp::ASSIGN);
512 scatter_nd_op::UpdateOp::ASSIGN>)
524 scatter_nd_op::UpdateOp::ASSIGN>)
1056 DECLARE_GPU_SPECS_INDEX_OP(T, Index, scatter_nd_op::UpdateOp::ASSIGN); \
Dscatter_op_gpu.cu.cc32 DEFINE_GPU_SPECS_OP(T, Index, scatter_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-10.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/libcups/vcnet/regex/
Dregexec.c28 #define ASSIGN(d, s) ((d) = (s)) macro
54 #undef ASSIGN
75 #define ASSIGN(d, s) memcpy(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/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/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/apache-commons-bcel/src/examples/Mini/
DMini.jjt88 <ASSIGN>
128 (Ident() <ASSIGN> Expr())+ "IN" Expr()
287 < ASSIGN : "=">
DMiniParserConstants.java43 int ASSIGN = 34; field
/external/antlr/runtime/Python/tests/
Dt048rewrite2.g11 ASSIGN : '=';
/external/antlr/runtime/Python3/tests/
Dt048rewrite2.g11 ASSIGN : '=';
/external/antlr/runtime/Cpp/tests/
Dt048rewrite2.g18 ASSIGN : '=';
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DAssignExpr.java52 ASSIGN("="), enumConstant
112 this(null, new NameExpr(), new StringLiteralExpr(), Operator.ASSIGN); in AssignExpr()

1234