Home
last modified time | relevance | path

Searched defs:decl (Results 76 - 100 of 169) sorted by relevance

1234567

/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp275 const FunctionDeclaration* decl = this->symbolRef<FunctionDeclaration>( in element() local
293 std::unique_ptr<Statement> decl = this->statement(); in element() local
H A DSkSLInliner.cpp576 const VarDeclaration& decl = statement.as<VarDeclaration>(); in inlineStatement() local
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp155 const VarDeclaration& decl = global.declaration()->as<VarDeclaration>(); in writeChildCall() local
306 String PipelineStageCodeGenerator::functionName(const FunctionDeclaration& decl) { in functionName() argument
329 const FunctionDeclaration& decl = f.declaration(); writeFunction() local
348 functionDeclaration(const FunctionDeclaration& decl) functionDeclaration() argument
368 writeFunctionDeclaration(const FunctionDeclaration& decl) writeFunctionDeclaration() argument
375 const VarDeclaration& decl = g.declaration()->as<VarDeclaration>(); writeGlobalVarDeclaration() local
632 String decl = this->typeName(baseType) + " " + name; typedVariable() local
[all...]
H A DSkSLGLSLCodeGenerator.cpp1499 const VarDeclaration& decl = in writeProgramElement() local
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc191 auto* decl = var->Declaration(); in GetEntryPoints() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc1089 auto* decl = AST().GlobalDeclarations()[0]; in TEST_P() local
1110 auto* decl = AST().GlobalDeclarations()[1]; in TEST_P() local
1147 auto* decl = helper.Add(decl_kind, symbol, Source{{12, 34}}); in TEST_P() local
1250 const ast::Node* decl in TEST_F() member
[all...]
H A Dresolver_test.cc287 auto* decl = Decl(var); in TEST_F() local
301 auto* decl = Decl(var); in TEST_F() local
640 auto* decl = Decl(Var("b", ty.f32(), ast::StorageClass::kNone, my_var_a)); in TEST_F() local
653 EXPECT_EQ(StmtOf(my_var_a), decl); in TEST_F() local
/third_party/selinux/checkpolicy/test/
H A Ddismod.c614 static int display_avdecl(avrule_decl_t * decl, int field, in display_avdecl() argument
700 avrule_decl_t *decl = block->branch_list; display_avblock() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp275 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp118 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_opencl.c161 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp554 const QoShaderDecl *decl = &module->pDeclarations[i]; in add_resource_decls() local
590 const QoShaderDecl *decl = &module->pDeclarations[i]; add_io_decls() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h96 bool decl; member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c1285 struct tgsi_full_declaration decl; in parse_declaration() local
[all...]
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc754 decl_base_sptr decl = is_decl(utype); in process_ctf_typedef() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DRewritePipelines.cpp208 Declaration decl = ViewDeclaration(declNode); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp946 TIntermTyped *decl = sequence.front()->getAsTyped(); in visitDeclaration() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_extensions.cpp339 const auto decl = _.FindDef(decl_id); in ValidateKernelDecl() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_extensions.cpp339 const auto decl = _.FindDef(decl_id); in ValidateKernelDecl() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc476 auto decl = variable_decl(); in global_variable_decl() local
513 auto decl = expect_variable_ident_decl(use, /* allow_inferred = */ true); global_constant_decl() local
552 auto decl = variable_decl() local
1327 auto decl = expect_variable_ident_decl("struct member"); expect_struct_member() local
1474 auto decl = expect_variable_ident_decl("parameter"); expect_param() local
1728 auto decl = expect_variable_ident_decl("let declaration", variable_stmt() local
1755 auto decl = variable_decl(/*allow_inferred = */ true); variable_stmt() local
[all...]
/third_party/selinux/libsepol/src/
H A Dpolicydb_validate.c206 const avrule_decl_t *decl; in validate_scopes() local
1320 const avrule_decl_t *decl; in validate_avrule_blocks() local
[all...]
H A Dwrite.c2045 static int avrule_decl_write(avrule_decl_t * decl, int num_scope_syms, in avrule_decl_write() argument
2107 avrule_decl_t *decl; avrule_block_write() local
[all...]
/third_party/selinux/checkpolicy/
H A Dmodule_compiler.c32 avrule_decl_t *decl; /* if in an avrule block, which member
158 avrule_decl_t *decl = stack_top->decl; in create_symbol() local
201 avrule_decl_t *decl = stack_top->decl; in declare_symbol() local
720 avrule_decl_t *decl = stack_top->decl; require_symbol() local
738 avrule_decl_t *decl = stack_top->decl; add_perm_to_class() local
1123 const avrule_decl_t *decl = stack->decl; is_scope_in_stack() local
1169 avrule_decl_t *decl = stack->decl; is_perm_in_stack() local
1207 avrule_decl_t *decl = stack_top->decl; get_current_cond_list() local
1240 avrule_decl_t *decl = stack_top->decl; append_avrule() local
1260 avrule_decl_t *decl = stack_top->decl; append_role_trans() local
1272 avrule_decl_t *decl = stack_top->decl; append_role_allow() local
1284 avrule_decl_t *decl = stack_top->decl; append_filename_trans() local
1296 avrule_decl_t *decl = stack_top->decl; append_range_trans() local
1308 avrule_decl_t *decl; begin_optional() local
1348 avrule_decl_t *decl; begin_optional_else() local
1427 avrule_decl_t *decl = stack_top->decl; end_avrule_block() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluVarType.hpp285 namespace decl namespace
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp3017 bool decl = false; in acceptParenExpression() local

Completed in 45 milliseconds

1234567