Home
last modified time | relevance | path

Searched defs:mach (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1048 print_temp(const struct tgsi_exec_machine *mach, uint index) in print_temp()
1066 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, in tgsi_exec_set_constant_buffers()
1086 struct tgsi_exec_machine *mach, in tgsi_exec_machine_bind_shader()
1277 struct tgsi_exec_machine *mach; in tgsi_exec_machine_create() local
1322 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach) in tgsi_exec_machine_destroy()
1468 fetch_src_file_channel(const struct tgsi_exec_machine *mach, in fetch_src_file_channel()
1576 get_index_registers(const struct tgsi_exec_machine *mach, in get_index_registers()
1713 fetch_source_d(const struct tgsi_exec_machine *mach, in fetch_source_d()
1735 fetch_source(const struct tgsi_exec_machine *mach, in fetch_source()
1761 store_dest_dstret(struct tgsi_exec_machine *mach, in store_dest_dstret()
[all …]
/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp262 StringRef mach = getMachName(flags); in getFullArchName() local
/external/llvm-project/lldb/examples/python/
Dmach_o.py1677 def __init__(self, mach, options): argument
1840 mach = Mach() variable
/external/mesa3d/src/intel/compiler/
Dbrw_fs.cpp4071 fs_inst *mach = ibld.MACH(inst->dst, inst->src[0], inst->src[1]); in lower_mulh_inst() local