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 54 union RSType;
110 mutable union RSType *mSpecType;
145 virtual union RSType *convertToSpecType() const = 0;
146 inline void setSpecTypeTemporarily(union RSType *SpecType) const {
190 inline const union RSType *getSpecType() const {
281 virtual union RSType *convertToSpecType() const;
351 virtual union RSType *convertToSpecType() const;
387 virtual union RSType *convertToSpecType() const;
427 virtual union RSType *convertToSpecType() const;
465 virtual union RSType *convertToSpecType() const
    [all...]
slang_rs_type_spec.h 54 ENUM_RS_OBJECT_DATA_TYPE(RSType, "rs_type") \
103 union RSType;
125 const union RSType *pointee;
143 const union RSType *element_type;
151 const union RSType *type;
165 union RSType {
181 // RSType
slang_rs_metadata_spec_encoder.cpp 96 unsigned encode ## x ## Type(const union RSType *T);
100 unsigned encodeRSType(const union RSType *T);
176 unsigned RSMetadataEncoderInternal::encodePrimitiveType(const union RSType *T) {
180 unsigned RSMetadataEncoderInternal::encodePointerType(const union RSType *T) {
192 unsigned RSMetadataEncoderInternal::encodeVectorType(const union RSType *T) {
196 unsigned RSMetadataEncoderInternal::encodeMatrixType(const union RSType *T) {
201 RSMetadataEncoderInternal::encodeConstantArrayType(const union RSType *T) {
214 unsigned RSMetadataEncoderInternal::encodeRecordType(const union RSType *T) {
293 unsigned RSMetadataEncoderInternal::encodeRSType(const union RSType *T) {
slang_rs_export_type.cpp     [all...]

Completed in 185 milliseconds