Home
last modified time | relevance | path

Searched defs:VarType (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.cpp31 VarType::VarType(void) : m_type(VARTYPE_LAST) in VarType() function in glu::VarType
35 VarType::VarType(const VarType &other) : m_type(VARTYPE_LAST) in VarType() function in glu::VarType
40 VarType::VarType(DataType basicType, Precision precision) : m_type(VARTYPE_BASIC) in VarType() function in glu::VarType
46 VarType::VarType(const VarType &elementType, int arraySize) : m_type(VARTYPE_ARRAY) in VarType() function in glu::VarType
53 VarType::VarType(const StructType *structPtr) : m_type(VARTYPE_STRUCT) in VarType() function in glu::VarType
H A DgluVarType.hpp47 class VarType class
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DVarType.java46 public class VarType extends Type { class
49 public VarType() { in VarType() method in VarType
57 public VarType(TokenRange tokenRange) { in VarType() method in VarType
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1631 struct VarType : public SharedType { struct
1632 static VarTypePtr create(std::string name_) { in create() argument
1647 static const TypeKind Kind = TypeKind::VarType; argument
1650 VarType(std::string name_) in VarType() argument
1652 std::string name_;
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dvar.rs20 pub(crate) enum VarType { enum
57 val: Option<VarType>, in new()
77 pub(crate) fn val(&self) -> Option<&VarType> { in val()
Dtraversal.rs174 VarType, enumerator
/aosp_15_r20/hardware/google/gfxstream/codegen/generic-apigen/
DVarType.h28 VarType() : in VarType() function
35 VarType(size_t id, in VarType() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp111 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType
115 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::ub::VarType
120 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in deqp::ub::VarType
125 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in deqp::ub::VarType
131 VarType::VarType(const StructType *structPtr) : m_type(TYPE_STRUCT), m_flags(0) in VarType() function in deqp::ub::VarType
H A DglcUniformBlockCase.hpp66 class VarType class
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp118 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::gls::ub::VarType
122 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in deqp::gls::ub::VarType
127 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in deqp::gls::ub::VarType
132 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in deqp::gls::ub::VarType
138 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in deqp::gls::ub::VarType
H A DglsUniformBlockCase.hpp71 class VarType class
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp63 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::ubo::VarType
67 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::ubo::VarType
72 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in vkt::ubo::VarType
77 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in vkt::ubo::VarType
83 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in vkt::ubo::VarType
H A DvktUniformBlockCase.hpp81 class VarType class
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp71 VarType::VarType(void) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
75 VarType::VarType(const VarType &other) : m_type(TYPE_LAST), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
80 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType() function in vkt::TransformFeedback::VarType
85 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() function in vkt::TransformFeedback::VarType
91 VarType::VarType(const StructType *structPtr, uint32_t flags) : m_type(TYPE_STRUCT), m_flags(flags) in VarType() function in vkt::TransformFeedback::VarType
H A DvktTransformFeedbackFuzzLayoutCase.hpp73 class VarType class
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/
H A DVarType.java22 public enum VarType { enum
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_schema_matching.cpp14 TEST(SchemaMatchingTest, VarType) { in TEST() argument
/aosp_15_r20/frameworks/rs/
H A Dspec.h20 } VarType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
H A DBPFAbstractMemberAccess.cpp1093 IntegerType *VarType; in transformGEPChain() local
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DVariableDumper.cpp41 auto VarType = Var.getType(); in start() local
/aosp_15_r20/external/llvm/unittests/IR/
H A DValueMapTest.cpp118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
/aosp_15_r20/external/libchrome-gestures/src/
H A Dactivity_replay.cc146 #define PARSE_HP(obj, key, IsTypeFn, KeyFn, var, VarType, required) \ argument
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DMethodProps.cpp377 VARTYPE VarType; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp859 IntegerType *VarType; in transformGEPChain() local

12