Searched refs:SET_BITS (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 302 return (SET_BITS(msg_length, 28, 25) | in ALU2() 303 SET_BITS(response_length, 24, 20) | in ALU2() 304 SET_BITS(header_present, 19, 19)); in ALU2() 306 return (SET_BITS(msg_length, 23, 20) | in ALU2() 307 SET_BITS(response_length, 19, 16)); in ALU2() 342 return SET_BITS(ex_msg_length, 9, 6); in brw_message_ex_desc() 360 return (SET_BITS(per_slot_offset_present, 17, 17) | in brw_urb_desc() 361 SET_BITS(channel_mask_present, 15, 15) | in brw_urb_desc() 362 SET_BITS(global_offset, 14, 4) | in brw_urb_desc() 363 SET_BITS(msg_type, 3, 0)); in brw_urb_desc() [all …]
|
D | brw_eu_defines.h | 52 #define SET_BITS(value, high, low) \ macro
|
D | brw_lower_logical_sends.cpp | 2523 bld.MOV(payload, brw_imm_ud(SET_BITS(trace_ray_control.ud, 9, 8) | in lower_trace_ray_logical_send()
|
D | brw_fs.cpp | 8024 SET_BITS(simd_size == 8, 4, 4) | in brw_bsr() 8025 SET_BITS(local_arg_offset / 8, 2, 0); in brw_bsr()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1395 - intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
|