Home
last modified time | relevance | path

Searched refs:text_executable (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprogram.cpp118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
Dbinary.hpp40 text_executable, enumerator
Dkernel.cpp200 auto msec = find(id_type_equals(bsym.section, binary::section::text_executable), b.secs); in bind()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dcommon.cpp279 binary::section text { 0, binary::section::text_executable, in make_text_section()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp602 binary::section text { section_id, binary::section::text_executable, header.num_bytes, {} }; in spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp825 binary::section::text_executable; in link_program()