Searched refs:cmp_instr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp865 nir_alu_instr *cmp_instr = local in function:brw::vec4_visitor::optimize_predicate
868 switch (cmp_instr->op) {
890 brw_swizzle_for_size(nir_op_infos[cmp_instr->op].input_sizes[0]);
893 assert(nir_op_infos[cmp_instr->op].num_inputs == 2);
895 nir_alu_type type = nir_op_infos[cmp_instr->op].input_types[i];
896 unsigned bit_size = nir_src_bit_size(cmp_instr->src[i].src);
898 op[i] = get_nir_src(cmp_instr->src[i].src, type, 4);
900 brw_swizzle_for_nir_swizzle(cmp_instr->src[i].swizzle);
902 op[i].abs = cmp_instr->src[i].abs;
903 op[i].negate = cmp_instr
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp794 nir_alu_instr *cmp_instr = local in function:brw::vec4_visitor::optimize_predicate
797 switch (cmp_instr->op) {
819 brw_swizzle_for_size(nir_op_infos[cmp_instr->op].input_sizes[0]);
822 assert(nir_op_infos[cmp_instr->op].num_inputs == 2);
824 nir_alu_type type = nir_op_infos[cmp_instr->op].input_types[i];
825 unsigned bit_size = nir_src_bit_size(cmp_instr->src[i].src);
827 op[i] = get_nir_src(cmp_instr->src[i].src, type, 4);
829 brw_swizzle_for_nir_swizzle(cmp_instr->src[i].swizzle);
834 brw_cmod_for_nir_comparison(cmp_instr->op)));

Completed in 6 milliseconds