HomeSort by relevance Sort by last modified time
    Searched refs:ss_box (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.h 37 struct pipe_box ss_box; member in struct:vc4_transfer
vc4_resource.c 105 blit.src.box.width = trans->ss_box.width;
106 blit.src.box.height = trans->ss_box.height;
112 blit.dst.box = trans->ss_box;
228 trans->ss_box = *box;
237 blit.src.box = trans->ss_box;
241 blit.dst.box.width = trans->ss_box.width;
242 blit.dst.box.height = trans->ss_box.height;
    [all...]

Completed in 74 milliseconds