HomeSort by relevance Sort by last modified time
    Searched refs:RSType (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_metadata_spec.h 26 // 3. All ->name field in RSType/RSVar/RSFunction now refer to an index in the
28 // 4. RSType information is encoded as a byte stream like:
30 // [RSType #1][RSType #2] ... [RSType #N]
32 // All ->type or ->base_type in RS*Type now becomes an index to RSType array.
34 // 5. RSVar => an string table index plus RSType array index
42 union RSType;
46 const union RSType *type;
slang_rs_export_type.h 53 union RSType;
82 mutable union RSType *mSpecType;
117 virtual union RSType *convertToSpecType() const = 0;
118 inline void setSpecTypeTemporarily(union RSType *SpecType) const {
151 inline const union RSType *getSpecType() const {
249 virtual union RSType *convertToSpecType() const;
309 virtual union RSType *convertToSpecType() const;
347 virtual union RSType *convertToSpecType() const;
380 virtual union RSType *convertToSpecType() const;
418 virtual union RSType *convertToSpecType() const
    [all...]
slang_rs_type_spec.h 54 ENUM_RS_OBJECT_DATA_TYPE(RSType, "rs_type") \
117 union RSType;
139 const union RSType *pointee;
157 const union RSType *element_type;
165 const union RSType *type;
180 union RSType {
196 // RSType
slang_rs_metadata_spec_encoder.cpp 96 unsigned encode ## x ## Type(const union RSType *T);
100 unsigned encodeRSType(const union RSType *T);
175 unsigned RSMetadataEncoderInternal::encodePrimitiveType(const union RSType *T) {
179 unsigned RSMetadataEncoderInternal::encodePointerType(const union RSType *T) {
191 unsigned RSMetadataEncoderInternal::encodeVectorType(const union RSType *T) {
195 unsigned RSMetadataEncoderInternal::encodeMatrixType(const union RSType *T) {
200 RSMetadataEncoderInternal::encodeConstantArrayType(const union RSType *T) {
213 unsigned RSMetadataEncoderInternal::encodeRecordType(const union RSType *T) {
299 unsigned RSMetadataEncoderInternal::encodeRSType(const union RSType *T) {
slang_rs_export_type.cpp 944 union RSType *RSExportPrimitiveType::convertToSpecType() const {
945 llvm::OwningPtr<union RSType> ST(new union RSType);
988 union RSType *RSExportPointerType::convertToSpecType() const {
989 llvm::OwningPtr<union RSType> ST(new union RSType);
    [all...]

Completed in 2223 milliseconds