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.c109 blit.src.box.width = trans->ss_box.width; in vc4_resource_transfer_unmap()
110 blit.src.box.height = trans->ss_box.height; in vc4_resource_transfer_unmap()
116 blit.dst.box = trans->ss_box; in vc4_resource_transfer_unmap()
233 trans->ss_box = *box; in vc4_resource_transfer_map()
242 blit.src.box = trans->ss_box; in vc4_resource_transfer_map()
246 blit.dst.box.width = trans->ss_box.width; in vc4_resource_transfer_map()
247 blit.dst.box.height = trans->ss_box.height; in vc4_resource_transfer_map()
Dvc4_resource.h37 struct pipe_box ss_box; member