Searched refs:DataTypeMax (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h117 if (DT >= 0 && DT < DataTypeMax) {
131 if (DT >= 0 && DT < DataTypeMax) {
H A Dslang_rs_object_ref_count.cpp35 /* Even though those two arrays are of size DataTypeMax, only entries that
39 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
41 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
44 for (unsigned i = 0; i < DataTypeMax; i++) {
84 if (DT >= 0 && DT < DataTypeMax) {
1427 case DataTypeMax: {
H A Dslang_rs_export_type.cpp945 if (DT < 0 || DT >= DataTypeMax) {
952 if (DT < 0 || DT >= DataTypeMax) {
1021 slangAssert((type > DataTypeUnknown && type < DataTypeMax) &&
1162 if (DT > DataTypeUnknown && DT < DataTypeMax) {
H A Dslang_rs_export_type.h135 DataTypeMax enumerator in enum:slang::DataType

Completed in 489 milliseconds