Searched refs:txy (Results 1 – 3 of 3) sorted by relevance
847 node->txy = cfg->vflip ? (dst_rect.height - 1) : dst_rect.top; in bdisp_hw_build_node()848 node->txy <<= 16; in bdisp_hw_build_node()849 node->txy |= cfg->hflip ? (dst_width - dst_x_offset - 1) : in bdisp_hw_build_node()
16 u32 txy; member
343 bdisp_dbg_dump_xy(s, node->txy, "TXY"); in last_nodes_show()