Home
last modified time | relevance | path

Searched refs:text_library (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp116 else if (any_of(type_equals(binary::section::text_library), bin.secs)) in binary_type()
Dbinary.hpp39 text_library, enumerator
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp824 const auto section_type = create_library ? binary::section::text_library : in link_program()
842 sec.type == binary::section::text_library; in link_program()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp486 return build_module_library(*mod, binary::section::text_library); in link_program()