Home
last modified time | relevance | path

Searched refs:ss_box (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c105 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()
Dvc4_resource.h37 struct pipe_box ss_box; member