Searched refs:type_equals (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dprogram.cpp110 if (any_of(type_equals(module::section::text_intermediate), binary.secs))
112 else if (any_of(type_equals(module::section::text_library), binary.secs))
114 else if (any_of(type_equals(module::section::text_executable), binary.secs))
H A Dkernel.cpp165 auto msec = find(type_equals(module::section::text_executable), m.secs);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dprogram.cpp114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs))
116 else if (any_of(type_equals(binary::section::text_library), bin.secs))
118 else if (any_of(type_equals(binary::section::text_executable), bin.secs))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfunctional.hpp390 type_equals(T x) { function in namespace:clover
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfunctional.hpp390 type_equals(T x) { function in namespace:clover
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp221 if (!any_of(type_equals(module::section::text_executable), m.secs))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dkernel.cpp262 if (!any_of(type_equals(binary::section::text_executable), b.secs))

Completed in 9 milliseconds