Home
last modified time | relevance | path

Searched refs:nir_op (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py339 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 …]
Dnir_loop_analyze.c58 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()
Dnir_constant_expressions.h33 nir_const_value nir_eval_const_opcode(nir_op op, unsigned num_components,
Dnir_search.h104 nir_op opcode;
Dnir_opt_move_comparisons.c54 is_comparison(nir_op op) in is_comparison()
Dnir_lower_alu_to_scalar.c43 lower_reduction(nir_alu_instr *instr, nir_op chan_op, nir_op merge_op, in lower_reduction()
Dnir_lower_idiv.c43 nir_op op = alu->op; in convert_instr()
Dnir_lower_phis_to_scalar.c198 nir_op vec_op; in lower_phis_to_scalar_block()
Dnir_lower_regs_to_ssa.c181 nir_op vecN_op; in rewrite_alu_instr()
Dnir_lower_int64.c207 opcode_to_options_mask(nir_op opcode) in opcode_to_options_mask()
Dnir.h764 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);
Dnir_builder.h293 nir_build_alu(nir_builder *build, nir_op op, nir_ssa_def *src0, in nir_build_alu()
Dnir_serialize.c458 nir_op op = blob_read_uint32(ctx->blob); in read_alu()
Dnir.c453 nir_alu_instr_create(nir_shader *shader, nir_op op) in nir_alu_instr_create()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c833 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/
Dvtn_alu.c275 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()
Dvtn_private.h703 nir_op vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b,
Dvtn_glsl450.c415 static nir_op
Dspirv_to_nir.c1702 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/
Dnir_opcodes.h234 } nir_op; typedef
Dnir_opcodes.c4 nir_op
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp79 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/
Dprog_to_nir.c268 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/
Dbrw_vec4_nir.cpp966 brw_conditional_for_nir_comparison(nir_op op) in brw_conditional_for_nir_comparison()
Dbrw_fs_nir.cpp625 brw_rnd_mode_from_nir_op (const nir_op op) { in brw_rnd_mode_from_nir_op()

12