| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 63 struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp; member in struct:nv84_decoder 74 * 1: vpring/mbring cleared, bsp is ready 75 * 2: bsp is done, vp is ready
|
| H A D | nv98_video.c | 136 &dec->bsp); 162 PUSH_DATA (push[0], dec->bsp->handle);
|
| H A D | nv84_video.c | 246 nouveau_object_del(&dec->bsp); 458 NULL, 0, &dec->bsp); 511 PUSH_DATA (bsp_push, dec->bsp->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.h | 63 struct nouveau_object *bsp_channel, *vp_channel, *bsp, *vp; member in struct:nv84_decoder 74 * 1: vpring/mbring cleared, bsp is ready 75 * 2: bsp is done, vp is ready
|
| H A D | nv98_video.c | 136 &dec->bsp); 162 PUSH_DATA (push[0], dec->bsp->handle);
|
| H A D | nv84_video.c | 246 nouveau_object_del(&dec->bsp); 458 NULL, 0, &dec->bsp); 511 PUSH_DATA (bsp_push, dec->bsp->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.c | 211 nouveau_object_del(&dec->bsp); 378 struct nouveau_object *channel = NULL, *bsp = NULL; 405 NULL, 0, &bsp); 406 if (bsp) 408 nouveau_object_del(&bsp);
|
| H A D | nouveau_vp3_video_bsp.c | 286 char *bsp = bsp_bo->map; local in function:nouveau_vp3_bsp_end 297 caps = nouveau_vp3_fill_picparm_mpeg12_bsp(dec, desc.mpeg12, bsp); 301 caps = nouveau_vp3_fill_picparm_mpeg4_bsp(dec, desc.mpeg4, bsp); 305 caps = nouveau_vp3_fill_picparm_vc1_bsp(dec, desc.vc1, bsp); 310 caps = nouveau_vp3_fill_picparm_h264_bsp(dec, desc.h264, bsp);
|
| H A D | nouveau_vp3_video.h | 67 struct nouveau_object *channel[3], *bsp, *vp, *ppp; member in struct:nouveau_vp3_decoder 118 /* End of the bsp bo where new data should be appended between one begin/end
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.c | 210 nouveau_object_del(&dec->bsp); 377 struct nouveau_object *channel = NULL, *bsp = NULL; 404 NULL, 0, &bsp); 405 if (bsp) 407 nouveau_object_del(&bsp);
|
| H A D | nouveau_vp3_video_bsp.c | 286 char *bsp = bsp_bo->map; local in function:nouveau_vp3_bsp_end 297 caps = nouveau_vp3_fill_picparm_mpeg12_bsp(dec, desc.mpeg12, bsp); 301 caps = nouveau_vp3_fill_picparm_mpeg4_bsp(dec, desc.mpeg4, bsp); 305 caps = nouveau_vp3_fill_picparm_vc1_bsp(dec, desc.vc1, bsp); 310 caps = nouveau_vp3_fill_picparm_h264_bsp(dec, desc.h264, bsp);
|
| H A D | nouveau_vp3_video.h | 67 struct nouveau_object *channel[3], *bsp, *vp, *ppp; member in struct:nouveau_vp3_decoder 118 /* End of the bsp bo where new data should be appended between one begin/end
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_video.c | 172 ret = nouveau_object_new(dec->channel[0], 0x390b1, 0x90b1, NULL, 0, &dec->bsp); 179 ret = nouveau_object_new(dec->channel[0], 0x95b1, 0x95b1, NULL, 0, &dec->bsp); 189 PUSH_DATA (push[0], dec->bsp->handle);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_video.c | 172 ret = nouveau_object_new(dec->channel[0], 0x390b1, 0x90b1, NULL, 0, &dec->bsp); 179 ret = nouveau_object_new(dec->channel[0], 0x95b1, 0x95b1, NULL, 0, &dec->bsp); 189 PUSH_DATA (push[0], dec->bsp->handle);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.0.9.rst | 61 - nv50,nvc0: fix crash when increasing bsp bo size for h264
|
| H A D | 11.1.1.rst | 96 - nv50,nvc0: fix crash when increasing bsp bo size for h264
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | gfx7_cmd_buffer.c | 463 anv_batch_emit(&cmd_buffer->batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) { 464 bsp.BlendStatePointer = blend_states.offset;
|
| H A D | gfx8_cmd_buffer.c | 766 anv_batch_emit(&cmd_buffer->batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) { 767 bsp.BlendStatePointer = blend_states.offset; 768 bsp.BlendStatePointerValid = true;
|
| H A D | genX_pipeline.c | 1400 anv_batch_emit(&pipeline->base.batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) { 1401 bsp.BlendStatePointer = pipeline->blend_state.offset; 1403 bsp.BlendStatePointerValid = true;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 1059 anv_batch_emit(&pipeline->batch, GENX(3DSTATE_BLEND_STATE_POINTERS), bsp) { 1060 bsp.BlendStatePointer = pipeline->blend_state.offset; 1062 bsp.BlendStatePointerValid = true;
|