Home
last modified time | relevance | path

Searched refs:type_equals (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs)) in binary_type()
116 else if (any_of(type_equals(binary::section::text_library), bin.secs)) in binary_type()
118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp390 type_equals(T x) { in type_equals() function
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()