Searched refs:SET_BITS (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.h | 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() [all …]
|
D | brw_eu_defines.h | 51 #define SET_BITS(value, high, low) \ macro
|
/external/libhevc/encoder/ |
D | ihevce_cabac_rdo.c | 644 SET_BITS(pu1_top_skip_flags[0], x_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states() 645 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
|
D | ihevce_entropy_structs.h | 90 #define SET_BITS(x, bitpos, n) ((x) |= (((1 << (n)) - 1) << (bitpos))) macro
|
D | ihevce_cabac_cu_pu.c | 368 SET_BITS(pu1_top_skip_flags[0], x_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag() 369 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
|
/external/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 1395 - intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
|