Home
last modified time | relevance | path

Searched defs:strparm_bsp (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c25 struct strparm_bsp { struct
26 uint32_t w0[4]; // bits 0-23 length, bits 24-31 addr_hi
27 uint32_t w1[4]; // bit 8-24 addr_lo
28 uint32_t unk20; // should be idx * 0x8000000, bitstream offset
29 uint32_t do_crypto_crap; // set to 0
233 static inline struct strparm_bsp *strparm_bsp(struct nouveau_vp3_decoder *dec) in strparm_bsp() function