Home
last modified time | relevance | path

Searched refs:RSExportable (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_exportable.h24 class RSExportable {
40 RSExportable(RSContext *Context, RSExportable::Kind K) in RSExportable() function
58 virtual ~RSExportable() { } in ~RSExportable()
Dslang_rs_export_func.h44 class RSExportFunc : public RSExportable {
55 : RSExportable(Context, RSExportable::EX_FUNC), in RSExportFunc()
Dslang_rs_export_foreach.h39 class RSExportForEach : public RSExportable {
72 : RSExportable(Context, RSExportable::EX_FOREACH), in RSExportForEach()
Dslang_rs_export_reduce.h34 class RSExportReduce : public RSExportable {
88 : RSExportable(Context, RSExportable::EX_REDUCE), in RSExportReduce()
Dslang_rs_export_var.cpp32 : RSExportable(Context, RSExportable::EX_VAR), in RSExportVar()
Dslang_rs_exportable.cpp21 bool RSExportable::keep() { in keep()
Dslang_rs_export_var.h34 class RSExportVar : public RSExportable {
Dslang_rs_context.h54 class RSExportable; variable
67 typedef std::list<RSExportable*> ExportableList;
202 inline void newExportable(RSExportable *E) { in newExportable()
Dslang.cpp481 RSExportable *RSE = *I; in checkODR()
482 if (RSE->getKind() != RSExportable::EX_TYPE) in checkODR()
Dslang_rs_export_type.cpp950 : RSExportable(Context, RSExportable::EX_TYPE), in RSExportType()
967 if (!RSExportable::keep()) in keep()
Dslang_rs_export_type.h196 class RSExportType : public RSExportable {