Home
last modified time | relevance | path

Searched refs:skipped_channels (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp564 unsigned skipped_channels = 0; in nir_emit_intrinsic() local
600 if (skipped_channels > 0) { in nir_emit_intrinsic()
602 offset_reg.ud += 4 * skipped_channels; in nir_emit_intrinsic()
605 brw_imm_ud(4 * skipped_channels))); in nir_emit_intrinsic()
623 skipped_channels = num_channels; in nir_emit_intrinsic()
631 skipped_channels += type_slots; in nir_emit_intrinsic()