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

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 67 struct nouveau_bo *bsp_fw, *bsp_data; member in struct:nv84_decoder
nv84_video.c 237 nouveau_bo_ref(NULL, &dec->bsp_data);
379 0, 0x40000, NULL, &dec->bsp_data);
447 dec->bsp_data, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
525 PUSH_DATA (bsp_push, dec->bsp_data->offset >> 8);
526 PUSH_DATA (bsp_push, dec->bsp_data->size);

Completed in 38 milliseconds