/external/mesa3d/src/compiler/nir/ |
D | nir_algebraic.py | 339 nir_op = opcodes[val.opcode] 341 for i in range(nir_op.num_inputs): 346 src_type_bits = type_bits(nir_op.input_types[i]) 353 dst_type_bits = type_bits(nir_op.output_type) 373 nir_op = opcodes[val.opcode] 374 dst_type_bits = type_bits(nir_op.output_type) 383 elif nir_op.num_inputs: 388 for i in range(nir_op.num_inputs): 389 src_type_bits = type_bits(nir_op.input_types[i]) 412 nir_op = opcodes[val.opcode] [all …]
|
D | nir_loop_analyze.c | 58 nir_op alu_op; /* The type of alu-operation */ 361 get_iteration(nir_op cond_op, nir_const_value *initial, nir_const_value *step, in get_iteration() 401 nir_const_value *limit, nir_op cond_op, unsigned bit_size, in test_iterations() 408 nir_op mul_op; in test_iterations() 409 nir_op add_op; in test_iterations()
|
D | nir_constant_expressions.h | 33 nir_const_value nir_eval_const_opcode(nir_op op, unsigned num_components,
|
D | nir_search.h | 104 nir_op opcode;
|
D | nir_opt_move_comparisons.c | 54 is_comparison(nir_op op) in is_comparison()
|
D | nir_lower_alu_to_scalar.c | 43 lower_reduction(nir_alu_instr *instr, nir_op chan_op, nir_op merge_op, in lower_reduction()
|
D | nir_lower_idiv.c | 43 nir_op op = alu->op; in convert_instr()
|
D | nir_lower_phis_to_scalar.c | 198 nir_op vec_op; in lower_phis_to_scalar_block()
|
D | nir_lower_regs_to_ssa.c | 181 nir_op vecN_op; in rewrite_alu_instr()
|
D | nir_lower_int64.c | 207 opcode_to_options_mask(nir_op opcode) in opcode_to_options_mask()
|
D | nir.h | 764 nir_op nir_type_conversion_op(nir_alu_type src, nir_alu_type dst, 822 nir_op op; 2008 nir_alu_instr *nir_alu_instr_create(nir_shader *shader, nir_op op);
|
D | nir_builder.h | 293 nir_build_alu(nir_builder *build, nir_op op, nir_ssa_def *src0, in nir_build_alu()
|
D | nir_serialize.c | 458 nir_op op = blob_read_uint32(ctx->blob); in read_alu()
|
D | nir.c | 453 nir_alu_instr_create(nir_shader *shader, nir_op op) in nir_alu_instr_create()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 833 ttn_alu(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_alu() 869 ttn_arl(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_arl() 881 ttn_exp(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_exp() 900 ttn_log(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_log() 920 ttn_dst(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_dst() 935 ttn_lit(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_lit() 962 ttn_sle(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_sle() 968 ttn_sgt(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_sgt() 974 ttn_dp2(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_dp2() 980 ttn_dp3(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ttn_dp3() [all …]
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 275 nir_op 441 nir_op op; in vtn_handle_alu() 458 nir_op op; in vtn_handle_alu() 546 nir_op op = vtn_nir_alu_op_for_spirv_opcode(b, opcode, &swap, in vtn_handle_alu() 573 nir_op op = vtn_nir_alu_op_for_spirv_opcode(b, opcode, &swap, in vtn_handle_alu() 601 nir_op op = nir_type_conversion_op(src_alu_type, dst_alu_type, rounding_mode); in vtn_handle_alu() 611 nir_op op = vtn_nir_alu_op_for_spirv_opcode(b, opcode, &swap, in vtn_handle_alu()
|
D | vtn_private.h | 703 nir_op vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b,
|
D | vtn_glsl450.c | 415 static nir_op
|
D | spirv_to_nir.c | 1702 nir_op op = vtn_nir_alu_op_for_spirv_opcode(b, opcode, &swap, in vtn_handle_constant() 2661 nir_op op; in create_vec()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 234 } nir_op; typedef
|
D | nir_opcodes.c | 4 nir_op
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 79 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def **srcs); 80 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1); 81 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1, 83 nir_alu_instr *emit(nir_op op, unsigned dest_size, nir_ssa_def *src1,
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 268 ptn_alu(nir_builder *b, nir_op op, nir_alu_dest dest, nir_ssa_def **src) in ptn_alu() 650 static const nir_op op_trans[MAX_OPCODE] = {
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 966 brw_conditional_for_nir_comparison(nir_op op) in brw_conditional_for_nir_comparison()
|
D | brw_fs_nir.cpp | 625 brw_rnd_mode_from_nir_op (const nir_op op) { in brw_rnd_mode_from_nir_op()
|