Searched refs:ss_box (Results 1 – 2 of 2) sorted by relevance
105 blit.src.box.width = trans->ss_box.width; in vc4_resource_transfer_unmap()106 blit.src.box.height = trans->ss_box.height; in vc4_resource_transfer_unmap()112 blit.dst.box = trans->ss_box; in vc4_resource_transfer_unmap()228 trans->ss_box = *box; in vc4_resource_transfer_map()237 blit.src.box = trans->ss_box; in vc4_resource_transfer_map()241 blit.dst.box.width = trans->ss_box.width; in vc4_resource_transfer_map()242 blit.dst.box.height = trans->ss_box.height; in vc4_resource_transfer_map()
37 struct pipe_box ss_box; member