Searched refs:bsp_ptr (Results 1 – 3 of 3) sorted by relevance
245 dec->bsp_ptr = (void *)str_bsp; in nouveau_vp3_bsp_begin()247 dec->bsp_ptr += 0x100; in nouveau_vp3_bsp_begin()249 dec->bsp_ptr += 0x300; in nouveau_vp3_bsp_begin()252 memset(dec->bsp_ptr, 0, 0x200); in nouveau_vp3_bsp_begin()254 dec->bsp_ptr += 0x200; in nouveau_vp3_bsp_begin()272 memcpy(dec->bsp_ptr, data[i], num_bytes[i]); in nouveau_vp3_bsp_next()273 dec->bsp_ptr += num_bytes[i]; in nouveau_vp3_bsp_next()325 *(uint32_t *)dec->bsp_ptr = endmarker; in nouveau_vp3_bsp_end()326 dec->bsp_ptr += 4; in nouveau_vp3_bsp_end()327 *(uint32_t *)dec->bsp_ptr = 0x00000000; in nouveau_vp3_bsp_end()[all …]
121 char *bsp_ptr; member
62 bsp_size = dec->bsp_ptr - (char *)bsp_bo->map; in nvc0_decoder_bsp_next()97 dec->bsp_ptr = tmp_bo->map + (dec->bsp_ptr - (char *)bsp_bo->map); in nvc0_decoder_bsp_next()