Home
last modified time | relevance | path

Searched refs:getSpecType (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1161 RS_POINTER_TYPE_SET_POINTEE_TYPE(ST, getPointeeType()->getSpecType()); in convertToSpecType()
1393 ST, getElementType()->getSpecType()); in convertToSpecType()
1529 RS_RECORD_TYPE_SET_FIELD_TYPE(ST, FieldIdx, F->getType()->getSpecType()); in convertToSpecType()
Dslang_rs_export_type.h190 inline const union RSType *getSpecType() const { in getSpecType() function