Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h302 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 …]
Dbrw_eu_defines.h52 #define SET_BITS(value, high, low) \ macro
Dbrw_lower_logical_sends.cpp2523 bld.MOV(payload, brw_imm_ud(SET_BITS(trace_ray_control.ud, 9, 8) | in lower_trace_ray_logical_send()
Dbrw_fs.cpp8024 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/
D19.0.0.rst1395 - intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS