Searched refs:text_executable (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/ |
H A D | program.cpp | 118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
|
H A D | binary.hpp | 40 text_executable, enumerator
|
H A D | kernel.cpp | 201 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 D | common.cpp | 323 binary::section text { 0, binary::section::text_executable, in make_text_section()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | kernel.cpp | 262 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 D | invocation.cpp | 449 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 D | invocation.cpp | 838 binary::section::text_executable; in link_program()
|