Home
last modified time | relevance | path

Searched refs:decl (Results 51 - 75 of 526) sorted by relevance

12345678910>>...22

/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dbn-586.S213 decl %ecx
224 decl %ecx
235 decl %ecx
246 decl %ecx
257 decl %ecx
268 decl %ecx
415 decl %ebp
424 decl %ebp
433 decl %ebp
442 decl
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c64 struct tgsi_full_declaration *decl) in aa_decl()
68 if (decl->Declaration.File == TGSI_FILE_OUTPUT && in aa_decl()
69 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && in aa_decl()
70 decl->Semantic.Index == 0) { in aa_decl()
71 ts->color_out = decl->Range.First; in aa_decl()
73 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in aa_decl()
76 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in aa_decl()
77 ts->num_tmp = MAX2(ts->num_tmp, (unsigned)(decl->Range.Last + 1)); in aa_decl()
80 ctx->emit_declaration(ctx, decl); in aa_decl()
63 aa_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_decl() argument
H A Dtgsi_text.c1285 struct tgsi_full_declaration decl; in parse_declaration() local
1303 decl = tgsi_default_full_declaration(); in parse_declaration()
1304 decl.Declaration.File = file; in parse_declaration()
1305 decl.Declaration.UsageMask = writemask; in parse_declaration()
1308 decl.Range.First = brackets[0].first; in parse_declaration()
1309 decl.Range.Last = brackets[0].last; in parse_declaration()
1311 decl.Range.First = brackets[1].first; in parse_declaration()
1312 decl.Range.Last = brackets[1].last; in parse_declaration()
1314 decl.Declaration.Dimension = 1; in parse_declaration()
1315 decl in parse_declaration()
[all...]
H A Dtgsi_dynamic_indexing.c67 struct tgsi_full_declaration *decl) in dIndexing_decl()
71 if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in dIndexing_decl()
76 dc->orig_num_tmp = decl->Range.Last; in dIndexing_decl()
77 decl->Range.Last = decl->Range.Last + 3; in dIndexing_decl()
79 else if (decl->Declaration.File == TGSI_FILE_CONSTANT) { in dIndexing_decl()
81 dc->const_buf_range[decl->Dim.Index2D] = decl->Range.Last; in dIndexing_decl()
83 ctx->emit_declaration(ctx, decl); in dIndexing_decl()
66 dIndexing_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) dIndexing_decl() argument
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp554 const QoShaderDecl *decl = &module->pDeclarations[i]; in add_resource_decls() local
555 switch (decl->decl_type) { in add_resource_decls()
557 add_desc_binding(module->stage, decl->set, decl->binding, VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER); in add_resource_decls()
560 add_desc_binding(module->stage, decl->set, decl->binding, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER); in add_resource_decls()
563 add_desc_binding(module->stage, decl->set, decl->binding, VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER); in add_resource_decls()
566 add_desc_binding(module->stage, decl->set, decl in add_resource_decls()
590 const QoShaderDecl *decl = &module->pDeclarations[i]; add_io_decls() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp292 ostringstream decl; in specializeVertexShader() local
305 decl << "layout(location = 0) in highp vec4 dEQP_Position;\n"; in specializeVertexShader()
317 decl << "layout(location = " << curInputLoc << ") in "; in specializeVertexShader()
322 decl << transportTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
325 decl << transportTypeStr << " a_" << val.name << ";\n"; in specializeVertexShader()
330 declareUniforms(decl, spec.values); in specializeVertexShader()
341 decl << "layout(location = " << curOutputLoc << ") flat out "; in specializeVertexShader()
346 decl << transportTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
349 decl << transportTypeStr << " v_" << val.name << ";\n"; in specializeVertexShader()
350 decl << valueTypeSt in specializeVertexShader()
373 ostringstream decl; specializeFragmentShader() local
436 ostringstream decl; generateVertexSpecialization() local
477 ostringstream decl; generateFragmentSpecialization() local
506 ostringstream decl; generateGeometrySpecialization() local
522 ostringstream decl; generateTessControlSpecialization() local
548 ostringstream decl; generateTessEvalSpecialization() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp292 ostringstream decl; in specializeVertexShader() local
305 decl << "layout(location = 0) in highp vec4 dEQP_Position;\n"; in specializeVertexShader()
317 decl << "layout(location = " << curInputLoc << ") in "; in specializeVertexShader()
322 decl << transportTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
325 decl << transportTypeStr << " a_" << val.name << ";\n"; in specializeVertexShader()
330 declareUniforms(decl, spec.values); in specializeVertexShader()
341 decl << "layout(location = " << curOutputLoc << ") flat out "; in specializeVertexShader()
346 decl << transportTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
349 decl << transportTypeStr << " v_" << val.name << ";\n"; in specializeVertexShader()
350 decl << valueTypeSt in specializeVertexShader()
373 ostringstream decl; specializeFragmentShader() local
436 ostringstream decl; generateVertexSpecialization() local
477 ostringstream decl; generateFragmentSpecialization() local
506 ostringstream decl; generateGeometrySpecialization() local
522 ostringstream decl; generateTessControlSpecialization() local
548 ostringstream decl; generateTessEvalSpecialization() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1902 struct symbol *decl = alloc_symbol(token->pos, SYM_NODE); in declaration_list() local
1903 ctx.ident = &decl->ident; in declaration_list()
1912 decl->ctype = ctx.ctype; in declaration_list()
1913 decl->ctype.modifiers |= mod; in declaration_list()
1914 decl->endpos = token->pos; in declaration_list()
1915 add_symbol(list, decl); in declaration_list()
2736 static struct token *parse_function_body(struct token *token, struct symbol *decl, in parse_function_body() argument
2740 struct symbol *base_type = decl->ctype.base_type; in parse_function_body()
2746 if (decl->ctype.modifiers & MOD_INLINE) { in parse_function_body()
2747 function_symbol_list = &decl in parse_function_body()
2845 parse_k_r_arguments(struct token *token, struct symbol *decl, struct symbol_list **list) parse_k_r_arguments() argument
2891 struct symbol *decl; external_declaration() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp201 TIntermDeclaration *decl = iter->second; in pullMappedExpr() local
202 ASSERT(decl); in pullMappedExpr()
203 expr = ViewDeclaration(*decl).initExpr; in pullMappedExpr()
206 mMaskedDecls.insert(decl); in pullMappedExpr()
243 auto *decl = new TIntermDeclaration(var, &newExpr); in pushBinding() local
244 pushStmt(*decl); in pushBinding()
246 bindingMap[var] = decl; in pushBinding()
269 if (TIntermDeclaration *decl = stmt->getAsDeclarationNode()) in pushStmtsIntoBlock()
271 auto iter = mMaskedDecls.find(decl); in pushStmtsIntoBlock()
324 Declaration decl variable
335 Declaration decl = ViewDeclaration(node); global() variable
[all...]
H A DHoistConstants.cpp36 Declaration decl = ViewDeclaration(declNode); variable
37 const TType &type = decl.symbol.getType();
40 if (decl.initExpr && decl.initExpr->hasConstantValue())
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Ddatafiles.py38 for decl, extra in _parser.iter_decls_tsv(infile, extracolumns, relroot):
39 known[decl] = extra
49 types = {decl: None for decl in collated['type']}
51 def analyze_decl(decl):
53 decl,
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp285 ostringstream decl; in specializeVertexShader() local
299 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in specializeVertexShader()
311 decl << vtxIn << " " << floatTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
315 decl << vtxIn << " " << floatTypeStr << " a_" << val.name << ";\n"; in specializeVertexShader()
331 decl << vtxOut << " " << floatTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
334 decl << vtxOut << " " << floatTypeStr << " v_" << val.name << ";\n"; in specializeVertexShader()
335 decl << refTypeStr << " " << val.name << ";\n"; in specializeVertexShader()
343 params.insert(pair<string, string>("DECLARATIONS", decl.str())); in specializeVertexShader()
358 ostringstream decl; in specializeFragmentShader() local
370 genCompareFunctions(decl, spe in specializeFragmentShader()
438 ostringstream decl; generateVertexSpecialization() local
478 ostringstream decl; generateFragmentSpecialization() local
508 ostringstream decl; generateGeometrySpecialization() local
524 ostringstream decl; generateTessControlSpecialization() local
550 ostringstream decl; generateTessEvalSpecialization() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp782 ostringstream decl; in specializeVertexShader() local
793 decl << vtxIn << " highp vec4 dEQP_Position;\n"; in specializeVertexShader()
806 decl << vtxIn << " " << floatTypeStr << " " << valueName << ";\n"; in specializeVertexShader()
810 decl << vtxIn << " " << floatTypeStr << " a_" << valueName << ";\n"; in specializeVertexShader()
817 decl << vtxOut << " " << floatTypeStr << " " << valueName << ";\n"; in specializeVertexShader()
820 decl << vtxOut << " " << floatTypeStr << " v_" << valueName << ";\n"; in specializeVertexShader()
821 decl << refTypeStr << " " << valueName << ";\n"; in specializeVertexShader()
830 params.insert(pair<string, string>("DECLARATIONS", decl.str())); in specializeVertexShader()
842 ostringstream decl; in specializeFragmentShader() local
851 genCompareFunctions(decl, valueBloc in specializeFragmentShader()
908 ostringstream decl; specializeShaders() local
950 ostringstream decl; specializeShaders() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c575 const struct tgsi_full_declaration *decl) in svga_translate_decl_sm30()
577 unsigned first = decl->Range.First; in svga_translate_decl_sm30()
578 unsigned last = decl->Range.Last; in svga_translate_decl_sm30()
584 switch (decl->Declaration.File) { in svga_translate_decl_sm30()
590 emit->num_samplers = MAX2(emit->num_samplers, decl->Range.Last + 1); in svga_translate_decl_sm30()
595 ok = vs30_input(emit, decl->Semantic, idx); in svga_translate_decl_sm30()
597 ok = ps30_input(emit, decl->Semantic, idx); in svga_translate_decl_sm30()
602 ok = vs30_output(emit, decl->Semantic, idx); in svga_translate_decl_sm30()
604 ok = ps30_output(emit, decl->Semantic, idx); in svga_translate_decl_sm30()
609 unsigned unit = decl in svga_translate_decl_sm30()
574 svga_translate_decl_sm30(struct svga_shader_emitter *emit, const struct tgsi_full_declaration *decl) svga_translate_decl_sm30() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dlink.c115 * to the object class. This means that the requirements for the decl are the union of the permissions
280 * not met, but we cannot because the decl might be optional (in which in class_copy_callback()
1618 /* copy the scoping information for this avrule decl block */ in copy_scope_index()
1712 avrule_decl_t *decl, *last_decl = NULL; in copy_avrule_block() local
1723 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block()
1752 module->avdecl_map[decl->decl_id] = new_decl->decl_id; in copy_avrule_block()
1754 ret = copy_avrule_decl(state, module, decl, new_dec in copy_avrule_block()
1927 is_decl_requires_met(link_state_t * state, avrule_decl_t * decl, struct missing_requirement *req) is_decl_requires_met() argument
2134 avrule_decl_t *decl; enable_avrules() local
2216 avrule_decl_t *decl; cond_normalize() local
2262 avrule_decl_t *decl; prepare_module() local
2295 avrule_decl_t *decl; prepare_base() local
2325 avrule_decl_t *decl = cur->branch_list; prepare_base() local
2434 avrule_decl_t *decl; populate_roleattributes() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DenumAssignmentCompat3.js65 var decl: Decl.E;
73 abc = decl; // ok
79 decl = abc; // ok
177 var decl; variable
185 abc = decl; // ok
191 decl = abc; // ok
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dfuzzers.rs228 for decl in &self.decls {
229 display += &format!("{}", decl);
403 for (i, decl) in decl_list.decls.iter_mut().enumerate() { in arbitrary()
404 match *decl { in arbitrary()
406 ref mut decl => { in arbitrary()
407 decl.make_unique(i); in arbitrary()
408 fields.decls.push(decl.clone()); in arbitrary()
451 for (i, decl) in decl_list.decls.iter_mut().enumerate() { in arbitrary()
452 match *decl { in arbitrary()
454 ref mut decl in arbitrary()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c135 struct tgsi_full_declaration *decl) in aa_transform_decl()
139 if (decl->Declaration.File == TGSI_FILE_OUTPUT && in aa_transform_decl()
140 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && in aa_transform_decl()
141 decl->Semantic.Index == 0) { in aa_transform_decl()
142 aactx->colorOutput = decl->Range.First; in aa_transform_decl()
144 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in aa_transform_decl()
145 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
146 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
147 if (decl->Semantic.Name == TGSI_SEMANTIC_GENERIC && in aa_transform_decl()
148 (int) decl in aa_transform_decl()
134 aa_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_transform_decl() argument
[all...]
H A Ddraw_pipe_aaline.c119 struct tgsi_full_declaration *decl) in aa_transform_decl()
123 if (decl->Declaration.File == TGSI_FILE_OUTPUT && in aa_transform_decl()
124 decl->Semantic.Name == TGSI_SEMANTIC_COLOR && in aa_transform_decl()
125 decl->Semantic.Index == 0) { in aa_transform_decl()
126 aactx->colorOutput = decl->Range.First; in aa_transform_decl()
128 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in aa_transform_decl()
129 if ((int) decl->Range.Last > aactx->maxInput) in aa_transform_decl()
130 aactx->maxInput = decl->Range.Last; in aa_transform_decl()
131 if (decl->Semantic.Name == TGSI_SEMANTIC_GENERIC && in aa_transform_decl()
132 (int) decl in aa_transform_decl()
118 aa_transform_decl(struct tgsi_transform_context *ctx, struct tgsi_full_declaration *decl) aa_transform_decl() argument
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_parsing_helper.py40 def __init__(self, decl: str) -> None:
41 self.decl = decl.strip()
42 m = self._DECLARATION_RE.match(self.decl)
44 raise ValueError(self.decl)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSeparateStructFromUniformDeclarations.cpp27 bool visitDeclaration(Visit visit, TIntermDeclaration *decl) override
36 const TIntermSequence &sequence = *(decl->getSequence());
43 doReplacement(decl, declarator, type);
60 void doReplacement(TIntermDeclaration *decl, TIntermTyped *declarator, const TType &oldType) in doReplacement() argument
99 mMultiReplacements.emplace_back(getParentNode()->getAsBlock(), decl, in doReplacement()
/third_party/openssl/test/
H A Dafalgtest.c35 int encl, encf, decl, decf; in test_afalg_aes_cbc() local
96 || !TEST_true(EVP_CipherUpdate(ctx, dbuf, &decl, ebuf, encl)) in test_afalg_aes_cbc()
97 || !TEST_true(EVP_CipherFinal_ex(ctx, dbuf + decl, &decf))) in test_afalg_aes_cbc()
99 decl += decf; in test_afalg_aes_cbc()
101 if (!TEST_int_eq(decl, BUFFER_SIZE) in test_afalg_aes_cbc()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dsingle_entry_point.cc72 for (auto* decl : ctx.src->AST().GlobalDeclarations()) { in Run()
73 if (auto* ty = decl->As<ast::TypeDecl>()) { in Run()
76 } else if (auto* var = decl->As<ast::Variable>()) { in Run()
95 } else if (auto* func = decl->As<ast::Function>()) { in Run()
101 << "unhandled global declaration: " << decl->TypeInfo().name; in Run()
/third_party/skia/src/sksl/transform/
H A DSkSLBuiltinVariableScanner.cpp35 if (const ProgramElement* decl = intrinsics.findAndInclude(name)) { in FindAndDeclareBuiltinVariables()
36 SkASSERT(decl->is<GlobalVarDeclaration>() || decl->is<InterfaceBlock>()); in FindAndDeclareBuiltinVariables()
37 fNewElements.push_back(decl); in FindAndDeclareBuiltinVariables()
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dparse.y140 struct string_list *decl = (*$3)->next;
144 decl, is_extern);
158 { struct string_list *decl = *$1;
161 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
166 { struct string_list *decl = *$3;
171 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
395 { struct string_list *decl = *$2;
397 add_symbol(current_name, SYM_NORMAL, decl, is_extern);

Completed in 23 milliseconds

12345678910>>...22