Home
last modified time | relevance | path

Searched refs:decl (Results 226 - 250 of 526) sorted by relevance

12345678910>>...22

/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/
H A Dx86cpuid.S365 decl %ecx
532 decl %ebx
579 decl %ebx
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/
H A Dx86cpuid.S354 decl %ecx
516 decl %ebx
562 decl %ebx
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/
H A Dx86cpuid.S354 decl %ecx
516 decl %ebx
562 decl %ebx
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c559 struct statement *decl = alloc_statement(expr->pos, STMT_DECLARATION); in inline_function() local
560 decl->declaration = arg_decl; in inline_function()
561 stmt->args = decl; in inline_function()
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/
H A Dx86cpuid.S369 decl %ecx
537 decl %ebx
585 decl %ebx
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/
H A Dx86cpuid.S369 decl %ecx
537 decl %ebx
585 decl %ebx
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/
H A Dx86cpuid.S369 decl %ecx
537 decl %ebx
585 decl %ebx
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp498 std::ostringstream decl; in getSharedArrayDecl() local
499 decl in getSharedArrayDecl()
503 return decl.str(); in getSharedArrayDecl()
H A DvktMeshShaderInOutTestsEXT.cpp199 std::ostringstream decl;
200 decl << " " << getTypeAndName();
202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]";
203 decl << ";\n";
204 return decl.str();
210 std::ostringstream decl;
211 decl
219 return decl.str();
H A DvktMeshShaderSyncTestsEXT.cpp407 std::ostringstream decl; in getResourceDecl() local
409 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl()
412 case ResourceType::UNIFORM_BUFFER: decl << "uniform UniformBuffer { uint value; } ub;"; break; in getResourceDecl()
413 case ResourceType::STORAGE_BUFFER: decl << storagePrefix << "buffer StorageBuffer { uint value; } sb;"; break; in getResourceDecl()
414 case ResourceType::STORAGE_IMAGE: decl << storagePrefix << "uniform uimage2D si;"; break; in getResourceDecl()
415 case ResourceType::SAMPLED_IMAGE: decl << "uniform usampler2D sampled;"; break; in getResourceDecl()
419 decl << "\n"; in getResourceDecl()
420 return decl.str(); in getResourceDecl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp498 std::ostringstream decl; in getSharedArrayDecl() local
499 decl in getSharedArrayDecl()
503 return decl.str(); in getSharedArrayDecl()
H A DvktMeshShaderInOutTestsEXT.cpp199 std::ostringstream decl;
200 decl << " " << getTypeAndName();
202 decl << "[" << ((owner == Owner::PRIMITIVE) ? IfaceVar::kNumPrimitives : IfaceVar::kNumVertices) << "]";
203 decl << ";\n";
204 return decl.str();
210 std::ostringstream decl;
211 decl
219 return decl.str();
H A DvktMeshShaderSyncTestsEXT.cpp407 std::ostringstream decl; in getResourceDecl() local
409 decl << "layout (set=0, binding=0" << imgFormat << ") "; in getResourceDecl()
412 case ResourceType::UNIFORM_BUFFER: decl << "uniform UniformBuffer { uint value; } ub;"; break; in getResourceDecl()
413 case ResourceType::STORAGE_BUFFER: decl << storagePrefix << "buffer StorageBuffer { uint value; } sb;"; break; in getResourceDecl()
414 case ResourceType::STORAGE_IMAGE: decl << storagePrefix << "uniform uimage2D si;"; break; in getResourceDecl()
415 case ResourceType::SAMPLED_IMAGE: decl << "uniform usampler2D sampled;"; break; in getResourceDecl()
419 decl << "\n"; in getResourceDecl()
420 return decl.str(); in getResourceDecl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOModule.cpp555 const GlobalValue *decl = Sym.dyn_cast<GlobalValue *>(); in addPotentialUndefinedSymbol() local
557 if (decl->hasExternalWeakLinkage()) in addPotentialUndefinedSymbol()
563 info.symbol = decl; in addPotentialUndefinedSymbol()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_binary_test.cc437 auto* decl = Decl(var); in TEST_F() local
438 WrapInFunction(decl); in TEST_F()
442 ASSERT_TRUE(gen.EmitStatement(decl)) << gen.error(); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_binary_test.cc437 auto* decl = Decl(var); in TEST_F() local
438 WrapInFunction(decl); in TEST_F()
442 ASSERT_TRUE(gen.EmitStatement(decl)) << gen.error(); in TEST_F()
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/chacha/
H A Dchacha-x86.S245 decl %ebx
368 decl %ebx
687 decl %edx
910 decl %edx
949 decl %ecx
1231 decl %edx
1409 decl %edx
1444 decl %ecx
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/chacha/
H A Dchacha-x86.S245 decl %ebx
368 decl %ebx
687 decl %edx
910 decl %edx
949 decl %ecx
1231 decl %edx
1409 decl %edx
1444 decl %ecx
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc763 for (Declaration* decl : *info->scope()->declarations()) { in AllocateDeclarations()
764 Variable* var = decl->var(); in AllocateDeclarations()
770 if (decl->IsFunctionDeclaration()) { in AllocateDeclarations()
771 FunctionLiteral* f = static_cast<FunctionDeclaration*>(decl)->fun(); in AllocateDeclarations()
789 for (Declaration* decl : *info->scope()->declarations()) { in AllocateDeclarations()
790 Variable* var = decl->var(); in AllocateDeclarations()
796 if (decl->IsVariableDeclaration()) { in AllocateDeclarations()
800 FunctionLiteral* f = static_cast<FunctionDeclaration*>(decl)->fun(); in AllocateDeclarations()
1538 void BytecodeGenerator::VisitVariableDeclaration(VariableDeclaration* decl) { in VisitVariableDeclaration() argument
1539 Variable* variable = decl in VisitVariableDeclaration()
1584 VisitFunctionDeclaration(FunctionDeclaration* decl) VisitFunctionDeclaration() argument
[all...]
/third_party/python/Lib/
H A Dpydoc.py1002 decl = ''
1010 decl = name + self.escape(argspec) + '\n\n'
1013 if decl:
1014 doc = decl + (doc or '')
1078 decl = asyncqualifier + title + self.escape(argspec) + (note and
1082 return '<dl><dt>%s</dt></dl>\n' % decl
1087 return '<dl><dt>%s</dt>%s</dl>\n' % (decl, doc)
1507 decl = asyncqualifier + title + argspec + note
1510 return decl + '\n'
1513 return decl
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc885 FunctionDeclaration decl; in Emit() local
886 if (!ParseFunctionDeclaration(&decl)) { in Emit()
896 decl.name = ep_info_->inner_name; in Emit()
911 decl.source, builder_.Symbols().Register(decl.name), in Emit()
912 std::move(decl.params), decl.return_type->Build(builder_), body, in Emit()
913 std::move(decl.decorations), ast::DecorationList{})); in Emit()
1208 FunctionDeclaration decl; in EmitEntryPointAsWrapper() local
1209 decl in EmitEntryPointAsWrapper()
1383 ParseFunctionDeclaration(FunctionDeclaration* decl) ParseFunctionDeclaration() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp576 const VarDeclaration& decl = statement.as<VarDeclaration>(); in inlineStatement() local
577 std::unique_ptr<Expression> initialValue = expr(decl.value()); in inlineStatement()
578 const Variable& variable = decl.var(); in inlineStatement()
595 decl.baseType().clone(symbolTableForStatement), in inlineStatement()
596 decl.arraySize(), in inlineStatement()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c811 struct ureg_src decl; in ntt_setup_inputs() local
843 decl = ureg_DECL_fs_input_centroid_layout(c->ureg, in ntt_setup_inputs()
856 ntt_SGE(c, temp, decl, ureg_imm1f(c->ureg, 0)); in ntt_setup_inputs()
866 ntt_MOV(c, temp, decl); in ntt_setup_inputs()
869 decl = ureg_src(temp); in ntt_setup_inputs()
873 c->input_index_map[var->data.driver_location + i] = decl; in ntt_setup_inputs()
968 * sampler uniform decl used. in ntt_setup_uniforms()
1060 struct ureg_dst decl = ureg_DECL_array_temporary(c->ureg, nir_reg->num_array_elems, true); in ntt_setup_registers() local
1061 c->reg_temp[nir_reg->index] = decl; in ntt_setup_registers()
1062 assert(c->num_temps == decl in ntt_setup_registers()
1073 struct ureg_dst decl; ntt_setup_registers() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp1770 defineOrEmit(insn, pass, [&](debug::Declare *decl) {
1771 decl->local = get(debug::LocalVariable::ID(insn.word(5)));
1772 decl->variable = Object::ID(insn.word(6));
1773 decl->expression = get(debug::Expression::ID(insn.word(7)));
1775 decl->local->declaration = decl;
1777 ASSERT_MSG(decl->local->definition == debug::LocalVariable::Definition::Undefined,
1779 decl->local->name.c_str(),
1780 decl->local->source ? decl
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1276 bool Source::scanDeclaration(const struct tgsi_full_declaration *decl) in scanDeclaration() argument
1281 const unsigned first = decl->Range.First, last = decl->Range.Last; in scanDeclaration()
1282 const int arrayId = decl->Array.ArrayID; in scanDeclaration()
1284 if (decl->Declaration.Semantic) { in scanDeclaration()
1285 sn = decl->Semantic.Name; in scanDeclaration()
1286 si = decl->Semantic.Index; in scanDeclaration()
1289 if (decl->Declaration.Local || decl->Declaration.File == TGSI_FILE_ADDRESS) { in scanDeclaration()
1293 Location(decl in scanDeclaration()
[all...]

Completed in 42 milliseconds

12345678910>>...22