Searched refs:text_executable (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | program.cpp | 112 else if (any_of(type_equals(module::section::text_executable), binary.secs)) in binary_type()
|
D | module.hpp | 40 text_executable, enumerator
|
D | kernel.cpp | 193 auto msec = find(id_type_equals(msym.section, module::section::text_executable), m.secs); in bind()
|
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
D | common.cpp | 274 module::section text { 0, module::section::text_executable, in make_text_section()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | kernel.cpp | 262 if (!any_of(type_equals(module::section::text_executable), m.secs)) in validate_common()
|
/external/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 523 module::section text { section_id, module::section::text_executable, header.num_bytes, {} };
|
/external/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 726 module::section::text_executable;
|