Searched refs:PrimitiveDataType (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_type.cpp | 64 {PrimitiveDataType, "half", "FLOAT_16", "F16", 16, "half", "short", "short", … 65 {PrimitiveDataType, "float", "FLOAT_32", "F32", 32, "float", "float", "float", … 66 {PrimitiveDataType, "double", "FLOAT_64", "F64", 64, "double", "double", "double", "… 67 {PrimitiveDataType, "char", "SIGNED_8", "I8", 8, "int8_t", "byte", "byte", … 68 {PrimitiveDataType, "short", "SIGNED_16", "I16", 16, "int16_t", "short", "short", … 69 {PrimitiveDataType, "int", "SIGNED_32", "I32", 32, "int32_t", "int", "int", … 70 {PrimitiveDataType, "long", "SIGNED_64", "I64", 64, "int64_t", "long", "long", … 71 {PrimitiveDataType, "uchar", "UNSIGNED_8", "U8", 8, "uint8_t", "short", "byte", … 72 {PrimitiveDataType, "ushort", "UNSIGNED_16", "U16", 16, "uint16_t", "int", "short", "… 73 {PrimitiveDataType, "uint", "UNSIGNED_32", "U32", 32, "uint32_t", "long", "int", … [all …]
|
H A D | slang_rs_export_type.h | 81 PrimitiveDataType, enumerator
|