Home
last modified time | relevance | path

Searched refs:nve0_args (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c141 struct nve0_fifo nve0_args = {}; in nvc0_create_decoder() local
153 nve0_args.engine = engine[i]; in nvc0_create_decoder()
154 size = sizeof(nve0_args); in nvc0_create_decoder()
155 data = &nve0_args; in nvc0_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c381 struct nve0_fifo nve0_args = {.engine = NVE0_FIFO_ENGINE_BSP}; in firmware_present() local
392 data = &nve0_args; in firmware_present()
393 size = sizeof(nve0_args); in firmware_present()