Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/skia/src/sksl/ir/
DSkSLVariable.h25 struct Variable : public Symbol { struct
33 Variable(int offset, Modifiers modifiers, StringFragment name, const Type& type, argument
35 : INHERITED(offset, kVariable_Kind, name) in INHERITED() argument
43 ~Variable() override { in ~Variable() argument
51 virtual String description() const override { in description()
55 bool dead() const { in dead()
66 mutable Modifiers fModifiers;
67 const Type& fType;
68 const Storage fStorage;
70 Expression* fInitialValue = nullptr;
[all …]
/third_party/typescript_eslint/packages/scope-manager/tests/util/serializers/
Dindex.ts16 Variable.serializer, constant
17 Variable.implicitLibVarSerializer, constant
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DVariable.ts7 interface Variable { interface
18 const Variable = ESLintVariable as { constant
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DVariable.hpp38 struct Variable struct
40 std::string name;
41 std::shared_ptr<Value> value;
44 operator bool() const { return value != nullptr; } in operator bool()
/third_party/skia/third_party/externals/tint/src/sem/
Dtype_mappings.h34 class Variable; variable
49 class Variable; variable
Dblock_statement.h29 class Variable; variable
Dvariable.h31 class Variable; variable
245 const sem::Variable* Variable() const { return variable_; } in Variable() function
/third_party/typescript_eslint/packages/scope-manager/src/variable/
DVariable.ts6 class Variable extends VariableBase { class
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLowering.h521 std::function<Inst *(Variable *, Variable *)> insertScalarInstruction, in applyToThunkedArgs()
528 applyToThunkedArgs(std::function<Inst *(Variable *, Variable *, Variable *)> in applyToThunkedArgs()
538 std::function<Inst *(Variable *, Variable *, Variable *, Variable *)> in applyToThunkedArgs()
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.h22 class Variable; variable
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariable.cpp31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
DrsgVariable.hpp37 class Variable class
/third_party/typescript_eslint/packages/scope-manager/src/definition/
DDefinitionType.ts13 Variable = 'Variable', enumerator
/third_party/skia/src/sksl/
DSkSLAnalysis.h31 class Variable; variable
DSkSLInliner.h30 class Variable; variable
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DScope.ts47 export type Variable = scopeManager.Variable | ESLintScopeVariable; alias
/third_party/skia/src/sksl/ir/
DSkSLVariableReference.h16 class Variable; variable
/third_party/skia/include/private/
DSkSLIRNode.h31 class Variable; variable
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolUniqueId.h51 Variable, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolUniqueId.h51 Variable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_annotation_test.cpp195 TEST_P(StructDecorations, Variable) { in TEST_P() argument
326 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
392 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
511 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
645 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_annotation_test.cpp195 TEST_P(StructDecorations, Variable) { in TEST_P() argument
326 TEST_P(ArrayDecorations, Variable) { in TEST_P() argument
392 TEST_P(BuiltInDecorations, Variable) { in TEST_P() argument
511 TEST_P(MemoryObjectDecorations, Variable) { in TEST_P() argument
645 TEST_P(VariableDecorations, Variable) { in TEST_P() argument
/third_party/typescript_eslint/packages/experimental-utils/typings/
Deslint-scope.d.ts9 const Variable: unknown; constant
/third_party/skia/third_party/externals/tint/src/ast/
Dvariable.cc26 Variable::Variable(ProgramID pid, in Variable() function in tint::ast::Variable
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp381 struct Variable struct
385 typedef std::vector<Variable> Vector;
386 typedef std::vector<Variable*> PtrVector;
389 enum STORAGE
401 enum VARYING_DIRECTION
407 enum FLAVOUR
415 enum TYPE
422 struct Descriptor
458 Variable(const glw::GLchar* name, const glw::GLchar* qualifiers, glw::GLint expected_component, in Variable() function
471 Variable(const glw::GLchar* name, const glw::GLchar* qualifiers, glw::GLint expected_component, in Variable() argument
[all …]

1234