Home
last modified time | relevance | path

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

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