OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RS_GET_TYPE_BASE
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp
177
return encodeTypeBaseAsKey(
RS_GET_TYPE_BASE
(T));
186
unsigned Res = encodeTypeBaseAsKey(
RS_GET_TYPE_BASE
(T));
193
return encodeTypeBaseAsKey(
RS_GET_TYPE_BASE
(T));
197
return encodeTypeBaseAsKey(
RS_GET_TYPE_BASE
(T));
208
unsigned Res = encodeTypeBase(
RS_GET_TYPE_BASE
(T));
232
unsigned Base = encodeTypeBase(
RS_GET_TYPE_BASE
(T));
slang_rs_type_spec.h
174
#define
RS_GET_TYPE_BASE
(R) (&((R)->base))
182
#define RS_TYPE_GET_CLASS(R)
RS_GET_TYPE_BASE
(R)->b[0]
Completed in 443 milliseconds