Searched refs:pm4_calc_odd_parity_bit (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_pm4.h104 pm4_calc_odd_parity_bit(uint val) function in typeref:typename:uint
115 pm4_calc_odd_parity_bit(type4_pkt_offset(pkt))) && \
116 ((((pkt) >> 7) & 0x1) == pm4_calc_odd_parity_bit(type4_pkt_size(pkt))))
124 pm4_calc_odd_parity_bit(cp_type7_opcode(pkt))) && \
125 ((((pkt) >> 15) & 0x1) == pm4_calc_odd_parity_bit(type7_pkt_size(pkt))))

Completed in 3 milliseconds