| /third_party/flutter/skia/src/sksl/ir/ |
| D | SkSLVariable.h | 25 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/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
| D | Variable.hpp | 38 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/ |
| D | type_mappings.h | 34 class Variable; variable 49 class Variable; variable
|
| D | variable.h | 31 class Variable; variable 245 const sem::Variable* Variable() const { return variable_; } in Variable() function
|
| D | block_statement.h | 29 class Variable; variable
|
| D | variable.cc | 31 Variable::Variable(const ast::Variable* declaration, in Variable() function in tint::sem::Variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTargetLowering.h | 521 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/ |
| D | DSLWriter.h | 22 class Variable; variable
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | engine_vulkan_debugger.cc | 134 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/ |
| D | rsgVariable.cpp | 31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
|
| D | rsgVariable.hpp | 37 class Variable class
|
| /third_party/skia/src/sksl/ |
| D | SkSLAnalysis.h | 31 class Variable; variable
|
| D | SkSLInliner.h | 30 class Variable; variable
|
| /third_party/skia/src/sksl/ir/ |
| D | SkSLVariableReference.h | 16 class Variable; variable
|
| D | SkSLVariable.h | 45 Variable(int line, const Modifiers* modifiers, skstd::string_view name, const Type* type, in Variable() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| D | val_annotation_test.cpp | 195 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/spirv-tools/test/val/ |
| D | val_annotation_test.cpp | 195 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/ |
| D | val_annotation_test.cpp | 195 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/include/private/ |
| D | SkSLIRNode.h | 31 class Variable; variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolUniqueId.h | 51 Variable, enumerator
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolUniqueId.h | 51 Variable, enumerator
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| D | variable.cc | 26 Variable::Variable(ProgramID pid, in Variable() function in tint::ast::Variable
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.hpp | 381 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() function [all …]
|
| /third_party/skia/include/sksl/ |
| D | DSLFunction.h | 21 class Variable; variable
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | parser_impl_handle_test.cc | 900 TEST_P(SpvParserHandleTest_RegisterHandleUsage_SampledImage, Variable) { in TEST_P() argument 1092 TEST_P(SpvParserHandleTest_RegisterHandleUsage_RawImage, Variable) { in TEST_P() argument 1237 TEST_P(SpvParserHandleTest_DeclUnderspecifiedHandle, Variable) { in TEST_P() argument 1455 TEST_P(SpvParserHandleTest_SampledImageAccessTest, Variable) { in TEST_P() argument 2219 TEST_P(SpvParserHandleTest_ImageAccessTest, Variable) { in TEST_P() argument
|