Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp38 text_intermediate, enumerator
50 section() : id(0), type(text_intermediate), size(0), data() { } in section()
Dprogram.cpp114 if (any_of(type_equals(binary::section::text_intermediate), bin.secs)) in binary_type()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp517 binary::section::text_intermediate)); in create_binary_from_spirv()
841 return sec.type == binary::section::text_intermediate || in link_program()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp410 return build_module_library(*mod, binary::section::text_intermediate); in compile_program()