Searched defs:addr_hi (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 1136 bi_handle_segment(bi_builder *b, bi_index *addr_lo, bi_index *addr_hi, enum bi_seg seg, int16_t *offset) in bi_handle_segment() argument 1171 bi_index addr_hi = bi_addr_high(b, &instr->src[0]); in bi_emit_load() local 1188 bi_index addr_hi = bi_addr_high(b, &instr->src[1]); in bi_emit_store() local 1209 bi_index addr_hi = (seg == BI_SEG_WLS) ? bi_zero() : bi_extract(b, addr, 1); in bi_emit_axchg_to() local 1245 bi_index addr_hi = (seg == BI_SEG_WLS) ? bi_zero() : bi_extract(b, addr, 1); bi_emit_acmpxchg_to() local 1673 bi_index addr_hi; bi_emit_intrinsic() local [all...] |
/third_party/libdrm/include/drm/ |
H A D | radeon_drm.h | 203 unsigned char cmd_type, addr_lo, addr_hi, count; member
|
Completed in 8 milliseconds