/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluVarType.cpp | 31 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 D | gluVarType.hpp | 47 class VarType class
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | VarType.java | 46 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 D | jit_type.h | 1631 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/ |
D | var.rs | 20 pub(crate) enum VarType { enum 57 val: Option<VarType>, in new() 77 pub(crate) fn val(&self) -> Option<&VarType> { in val()
|
D | traversal.rs | 174 VarType, enumerator
|
/aosp_15_r20/hardware/google/gfxstream/codegen/generic-apigen/ |
D | VarType.h | 28 VarType() : in VarType() function 35 VarType(size_t id, in VarType() function
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 111 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 D | glcUniformBlockCase.hpp | 66 class VarType class
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 118 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 D | glsUniformBlockCase.hpp | 71 class VarType class
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 63 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 D | vktUniformBlockCase.hpp | 81 class VarType class
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 71 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 D | vktTransformFeedbackFuzzLayoutCase.hpp | 73 class VarType class
|
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/ |
H A D | VarType.java | 22 public enum VarType { enum
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_schema_matching.cpp | 14 TEST(SchemaMatchingTest, VarType) { in TEST() argument
|
/aosp_15_r20/frameworks/rs/ |
H A D | spec.h | 20 } VarType; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFPreserveDIType.cpp | 108 IntegerType *VarType = Type::getInt64Ty(BB->getContext()); in BPFPreserveDITypeImpl() local
|
H A D | BPFAbstractMemberAccess.cpp | 1093 IntegerType *VarType; in transformGEPChain() local
|
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/ |
H A D | VariableDumper.cpp | 41 auto VarType = Var.getType(); in start() local
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ValueMapTest.cpp | 118 void CompileAssertHasType(VarType) { in CompileAssertHasType() argument
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | activity_replay.cc | 146 #define PARSE_HP(obj, key, IsTypeFn, KeyFn, var, VarType, required) \ argument
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | MethodProps.cpp | 377 VARTYPE VarType; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 859 IntegerType *VarType; in transformGEPChain() local
|