Searched refs:vp_data (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.h | 68 struct nouveau_bo *vp_fw, *vp_data; member
|
D | nv84_video.c | 239 nouveau_bo_ref(NULL, &dec->vp_data); in nv84_decoder_destroy() 384 0, 0x40000, NULL, &dec->vp_data); in nv84_create_decoder() 453 nouveau_bufctx_refn(dec->vp_bufctx, 0, dec->vp_data, in nv84_create_decoder() 548 PUSH_DATA (vp_push, dec->vp_data->offset >> 8); in nv84_create_decoder() 549 PUSH_DATA (vp_push, dec->vp_data->size); in nv84_create_decoder()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_blitter.h | 74 uint32_t vp_data[20]; member
|
D | ilo_blitter_rectlist.c | 77 blitter->vp_data, sizeof(blitter->vp_data)); in ilo_blitter_set_invariants()
|
D | ilo_state.h | 253 uint32_t vp_data[20 * ILO_MAX_VIEWPORTS]; member
|
D | ilo_state.c | 2383 vec->viewport.vp_data, sizeof(vec->viewport.vp_data)); in ilo_state_vector_init()
|