Searched refs:text_executable (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| D | program.cpp | 118 else if (any_of(type_equals(binary::section::text_executable), bin.secs)) in binary_type()
|
| D | binary.hpp | 40 text_executable, enumerator
|
| D | kernel.cpp | 200 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/ |
| D | common.cpp | 279 binary::section text { 0, binary::section::text_executable, in make_text_section()
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | kernel.cpp | 262 if (!any_of(type_equals(binary::section::text_executable), b.secs)) in validate_common()
|
| /third_party/mesa3d/src/gallium/frontends/clover/nir/ |
| D | invocation.cpp | 602 binary::section text { section_id, binary::section::text_executable, header.num_bytes, {} }; in spirv_to_nir()
|
| /third_party/mesa3d/src/gallium/frontends/clover/spirv/ |
| D | invocation.cpp | 825 binary::section::text_executable; in link_program()
|