OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrimitiveDataType
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_export_type.cpp
64
{
PrimitiveDataType
, "half", "FLOAT_16", "F16", 16, "half", "short", "short", "Half", "Short", false},
65
{
PrimitiveDataType
, "float", "FLOAT_32", "F32", 32, "float", "float", "float", "Float", "Float", false},
66
{
PrimitiveDataType
, "double", "FLOAT_64", "F64", 64, "double", "double", "double", "Double", "Double", false},
67
{
PrimitiveDataType
, "char", "SIGNED_8", "I8", 8, "int8_t", "byte", "byte", "Byte", "Byte", false},
68
{
PrimitiveDataType
, "short", "SIGNED_16", "I16", 16, "int16_t", "short", "short", "Short", "Short", false},
69
{
PrimitiveDataType
, "int", "SIGNED_32", "I32", 32, "int32_t", "int", "int", "Int", "Int", false},
70
{
PrimitiveDataType
, "long", "SIGNED_64", "I64", 64, "int64_t", "long", "long", "Long", "Long", false},
71
{
PrimitiveDataType
, "uchar", "UNSIGNED_8", "U8", 8, "uint8_t", "short", "byte", "UByte", "Short", true},
72
{
PrimitiveDataType
, "ushort", "UNSIGNED_16", "U16", 16, "uint16_t", "int", "short", "UShort", "Int", true},
73
{
PrimitiveDataType
, "uint", "UNSIGNED_32", "U32", 32, "uint32_t", "long", "int", "UInt", "Long", (…)
[
all
...]
slang_rs_export_type.h
80
PrimitiveDataType
,
Completed in 41 milliseconds