Home
last modified time | relevance | path

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

1234

/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
Dvariable.h31 class Variable; variable
245 const sem::Variable* Variable() const { return variable_; } in Variable() function
Dblock_statement.h29 class Variable; variable
Dvariable.cc31 Variable::Variable(const ast::Variable* declaration, in Variable() function in tint::sem::Variable
/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/node/deps/v8/src/ast/
Dvariables.cc17 Variable::Variable(Variable* other) in Variable() function in v8::internal::Variable
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.h22 class Variable; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc134 struct Variable { struct
135 std::string name;
136 std::string value;
137 Variables children;
141 bool Get(uint32_t* out) const { in Get()
146 bool Get(int64_t* out) const { in Get()
151 bool Get(double* out) const { in Get()
156 bool Get(std::string* out) const { in Get()
161 bool Get(GlobalInvocationId* out) const { in Get()
169 bool Get(WindowSpacePosition* out) const { in Get()
/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/skia/src/sksl/
DSkSLAnalysis.h31 class Variable; variable
DSkSLInliner.h30 class Variable; variable
/third_party/skia/src/sksl/ir/
DSkSLVariableReference.h16 class Variable; variable
DSkSLVariable.h45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() function
/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/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/node/deps/v8/src/compiler/
Descape-analysis.h85 Variable() : id_(kInvalid) {} in Variable() function
99 explicit Variable(Id id) : id_(id) {} in Variable() function
/third_party/skia/include/private/
DSkSLIRNode.h31 class Variable; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolUniqueId.h51 Variable, enumerator
/third_party/node/deps/v8/src/torque/
Dkythe-data.h32 Variable, enumerator
/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() argument
471 Variable(const glw::GLchar* name, const glw::GLchar* qualifiers, glw::GLint expected_component, in Variable() function
[all …]
/third_party/skia/include/sksl/
DDSLFunction.h21 class Variable; variable

1234