• Home
  • Raw
  • Download

Lines Matching refs:SET_BITS

293       return (SET_BITS(msg_length, 28, 25) |  in ALU2()
294 SET_BITS(response_length, 24, 20) | in ALU2()
295 SET_BITS(header_present, 19, 19)); in ALU2()
297 return (SET_BITS(msg_length, 23, 20) | in ALU2()
298 SET_BITS(response_length, 19, 16)); in ALU2()
332 return SET_BITS(ex_msg_length, 9, 6); in brw_message_ex_desc()
350 return (SET_BITS(per_slot_offset_present, 17, 17) | in brw_urb_desc()
351 SET_BITS(channel_mask_present, 15, 15) | in brw_urb_desc()
352 SET_BITS(global_offset, 14, 4) | in brw_urb_desc()
353 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
356 return (SET_BITS(per_slot_offset_present, 16, 16) | in brw_urb_desc()
357 SET_BITS(global_offset, 13, 3) | in brw_urb_desc()
358 SET_BITS(msg_type, 3, 0)); in brw_urb_desc()
384 const unsigned desc = (SET_BITS(binding_table_index, 7, 0) | in brw_sampler_desc()
385 SET_BITS(sampler, 11, 8)); in brw_sampler_desc()
387 return (desc | SET_BITS(msg_type, 16, 12) | in brw_sampler_desc()
388 SET_BITS(simd_mode, 18, 17)); in brw_sampler_desc()
390 return (desc | SET_BITS(msg_type, 15, 12) | in brw_sampler_desc()
391 SET_BITS(simd_mode, 17, 16)); in brw_sampler_desc()
393 return desc | SET_BITS(msg_type, 15, 12); in brw_sampler_desc()
395 return (desc | SET_BITS(return_format, 13, 12) | in brw_sampler_desc()
396 SET_BITS(msg_type, 15, 14)); in brw_sampler_desc()
454 const unsigned desc = SET_BITS(binding_table_index, 7, 0); in brw_dp_desc()
456 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc()
457 SET_BITS(msg_type, 18, 14)); in brw_dp_desc()
459 return (desc | SET_BITS(msg_control, 13, 8) | in brw_dp_desc()
460 SET_BITS(msg_type, 17, 14)); in brw_dp_desc()
462 return (desc | SET_BITS(msg_control, 12, 8) | in brw_dp_desc()
463 SET_BITS(msg_type, 16, 13)); in brw_dp_desc()
510 return (SET_BITS(binding_table_index, 7, 0) | in brw_dp_read_desc()
511 SET_BITS(msg_control, 10, 8) | in brw_dp_read_desc()
512 SET_BITS(msg_type, 13, 11) | in brw_dp_read_desc()
513 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc()
515 return (SET_BITS(binding_table_index, 7, 0) | in brw_dp_read_desc()
516 SET_BITS(msg_control, 11, 8) | in brw_dp_read_desc()
517 SET_BITS(msg_type, 13, 12) | in brw_dp_read_desc()
518 SET_BITS(target_cache, 15, 14)); in brw_dp_read_desc()
559 SET_BITS(last_render_target, 12, 12) | in brw_dp_write_desc()
560 SET_BITS(send_commit_msg, 17, 17); in brw_dp_write_desc()
562 return (SET_BITS(binding_table_index, 7, 0) | in brw_dp_write_desc()
563 SET_BITS(msg_control, 11, 8) | in brw_dp_write_desc()
564 SET_BITS(last_render_target, 11, 11) | in brw_dp_write_desc()
565 SET_BITS(msg_type, 14, 12) | in brw_dp_write_desc()
566 SET_BITS(send_commit_msg, 15, 15)); in brw_dp_write_desc()
644 SET_BITS(atomic_op, 3, 0) | in brw_dp_untyped_atomic_desc()
645 SET_BITS(0 < exec_size && exec_size <= 8, 4, 4) | in brw_dp_untyped_atomic_desc()
646 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_desc()
664 SET_BITS(atomic_op, 1, 0) | in brw_dp_untyped_atomic_float_desc()
665 SET_BITS(exec_size <= 8, 4, 4) | in brw_dp_untyped_atomic_float_desc()
666 SET_BITS(response_expected, 5, 5); in brw_dp_untyped_atomic_float_desc()
711 SET_BITS(brw_mdc_cmask(num_channels), 3, 0) | in brw_dp_untyped_surface_rw_desc()
712 SET_BITS(simd_mode, 5, 4); in brw_dp_untyped_surface_rw_desc()
747 SET_BITS(exec_size == 16, 0, 0) | in brw_dp_byte_scattered_rw_desc()
748 SET_BITS(brw_mdc_ds(bit_size), 3, 2); in brw_dp_byte_scattered_rw_desc()
778 SET_BITS(1, 1, 1) | /* Legacy SIMD Mode */ in brw_dp_dword_scattered_rw_desc()
779 SET_BITS(exec_size == 16, 0, 0); in brw_dp_dword_scattered_rw_desc()
799 SET_BITS(BRW_DATAPORT_OWORD_BLOCK_DWORDS(num_dwords), 2, 0); in brw_dp_oword_block_rw_desc()
822 SET_BITS(brw_mdc_cmask(num_channels), 3, 0) | in brw_dp_a64_untyped_surface_rw_desc()
823 SET_BITS(simd_mode, 5, 4); in brw_dp_a64_untyped_surface_rw_desc()
843 SET_BITS(!align_16B, 4, 3) | in brw_dp_a64_oword_block_rw_desc()
844 SET_BITS(BRW_DATAPORT_OWORD_BLOCK_DWORDS(num_dwords), 2, 0); in brw_dp_a64_oword_block_rw_desc()
881 SET_BITS(GEN8_A64_SCATTERED_SUBTYPE_BYTE, 1, 0) | in brw_dp_a64_byte_scattered_rw_desc()
882 SET_BITS(brw_mdc_a64_ds(bit_size / 8), 3, 2) | in brw_dp_a64_byte_scattered_rw_desc()
883 SET_BITS(exec_size == 16, 4, 4); in brw_dp_a64_byte_scattered_rw_desc()
903 SET_BITS(atomic_op, 3, 0) | in brw_dp_a64_untyped_atomic_desc()
904 SET_BITS(bit_size == 64, 4, 4) | in brw_dp_a64_untyped_atomic_desc()
905 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_desc()
924 SET_BITS(atomic_op, 1, 0) | in brw_dp_a64_untyped_atomic_float_desc()
925 SET_BITS(response_expected, 5, 5); in brw_dp_a64_untyped_atomic_float_desc()
957 SET_BITS(atomic_op, 3, 0) | in brw_dp_typed_atomic_desc()
958 SET_BITS(high_sample_mask, 4, 4) | in brw_dp_typed_atomic_desc()
959 SET_BITS(response_expected, 5, 5); in brw_dp_typed_atomic_desc()
1000 SET_BITS(brw_mdc_cmask(num_channels), 3, 0) | in brw_dp_typed_surface_rw_desc()
1001 SET_BITS(slot_group, 5, 4); in brw_dp_typed_surface_rw_desc()
1008 SET_BITS(brw_mdc_cmask(num_channels), 3, 0) | in brw_dp_typed_surface_rw_desc()
1009 SET_BITS(slot_group, 5, 5); in brw_dp_typed_surface_rw_desc()
1026 return (SET_BITS(slot_group, 11, 11) | in brw_pixel_interp_desc()
1027 SET_BITS(msg_type, 13, 12) | in brw_pixel_interp_desc()
1028 SET_BITS(!!noperspective, 14, 14) | in brw_pixel_interp_desc()
1029 SET_BITS(simd_mode, 16, 16)); in brw_pixel_interp_desc()