Searched defs:src_types (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 58 int ntypes, struct vtn_type **src_types, in vtn_opencl_mangle() 139 struct vtn_type **src_types) in mangle_and_find() 171 struct vtn_type **src_types, in call_mangled_function() 207 struct vtn_type *src_types[5] = { NULL }; in handle_instr() local 276 unsigned num_srcs, nir_def **srcs, struct vtn_type **src_types, in handle_alu() 425 struct vtn_type **src_types, in handle_clc_fn() 471 unsigned num_srcs, nir_def **srcs, struct vtn_type **src_types, in handle_special() 584 unsigned num_srcs, nir_def **srcs, struct vtn_type **src_types, in handle_core() 863 unsigned num_srcs, nir_def **srcs, struct vtn_type **src_types, in handle_round() 878 unsigned num_srcs, nir_def **srcs, struct vtn_type **src_types, in handle_shuffle() [all …]
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | opt_bar_prop.rs | 254 let src_types = instr.src_types(); in run() localVariable
|
D | legalize.rs | 330 let src_types = instr.src_types(); in legalize_instr() localVariable
|
D | opt_copy_prop.rs | 674 let src_types = instr.src_types(); in run() localVariable
|
D | hw_tests.rs | 299 let src_types = op.src_types(); in test_foldable_op_with() localVariable
|
D | sm50.rs | 359 let src_types = op.src_types(); in legalize_ext_instr() localVariable
|
D | sm70.rs | 753 let src_types = op.src_types(); in legalize_ext_instr() localVariable
|
D | ir.rs | 1436 fn src_types(&self) -> SrcTypeList { in src_types() method 3549 pub src_types: [IntType; 2], field 6533 pub fn src_types(&self) -> SrcTypeList { in src_types() method
|
/external/mesa3d/src/panfrost/midgard/ |
D | compiler.h | 105 nir_alu_type src_types[MIR_SRC_COUNT]; member
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 6668 unsigned src_types; member
|