| /third_party/skia/src/sksl/ |
| H A D | SkSLRehydrator.cpp | 275 const FunctionDeclaration* decl = this->symbolRef<FunctionDeclaration>( in element() local 293 std::unique_ptr<Statement> decl = this->statement(); in element() local
|
| H A D | SkSLInliner.cpp | 576 const VarDeclaration& decl = statement.as<VarDeclaration>(); in inlineStatement() local
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLPipelineStageCodeGenerator.cpp | 155 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 D | SkSLGLSLCodeGenerator.cpp | 1499 const VarDeclaration& decl = in writeProgramElement() local
|
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 191 auto* decl = var->Declaration(); in GetEntryPoints() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | dependency_graph_test.cc | 1089 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 D | resolver_test.cc | 287 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 D | dismod.c | 614 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 D | es3fFboTestUtil.cpp | 275 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboTestUtil.cpp | 118 sglr::pdec::ShaderProgramDeclaration decl; in genTexture2DShaderDecl() local [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_opencl.c | 161 nir_function *decl = nir_function_create(b->shader, mname); in mangle_and_find() local
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 554 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 D | dxil_internal.h | 96 bool decl; member
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_text.c | 1285 struct tgsi_full_declaration decl; in parse_declaration() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-ctf-reader.cc | 754 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 D | RewritePipelines.cpp | 208 Declaration decl = ViewDeclaration(declNode); variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | OutputGLSLBase.cpp | 946 TIntermTyped *decl = sequence.front()->getAsTyped(); in visitDeclaration() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_extensions.cpp | 339 const auto decl = _.FindDef(decl_id); in ValidateKernelDecl() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
| H A D | validate_extensions.cpp | 339 const auto decl = _.FindDef(decl_id); in ValidateKernelDecl() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl.cc | 476 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 D | policydb_validate.c | 206 const avrule_decl_t *decl; in validate_scopes() local 1320 const avrule_decl_t *decl; in validate_avrule_blocks() local [all...] |
| H A D | write.c | 2045 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 D | module_compiler.c | 32 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 D | gluVarType.hpp | 285 namespace decl namespace [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslGrammar.cpp | 3017 bool decl = false; in acceptParenExpression() local
|