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 109 blit.src.box.width = trans->ss_box.width;
110 blit.src.box.height = trans->ss_box.height;
116 blit.dst.box = trans->ss_box;
233 trans->ss_box = *box;
242 blit.src.box = trans->ss_box;
246 blit.dst.box.width = trans->ss_box.width;
247 blit.dst.box.height = trans->ss_box.height;
    [all...]

Completed in 253 milliseconds