Home | History | Annotate | Download | only in mrst

Lines Matching defs:SURFACE

282 #define SURFACE(id)    ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
556 psb_surface_p surface = obj_surface->psb_surface;
558 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_VC1: Allocationg colocated buffer for surface %08x\n", surface);
560 if (!GET_SURFACE_INFO_colocated_index(surface)) {
573 SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */
578 static psb_buffer_p psb__VC1_lookup_colocated_buffer(context_VC1_p ctx, psb_surface_p surface)
580 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_VC1: Looking up colocated buffer for surface %08x\n", surface);
581 int index = GET_SURFACE_INFO_colocated_index(surface);
753 ctx->decoded_surface = SURFACE(pic_params->inloop_decoded_picture);
764 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture);
767 ctx->backward_ref_surface = SURFACE(pic_params->backward_reference_picture);
1811 drv_debug_msg(VIDEO_DEBUG_ERROR, "Display rotate mode does not match surface rotate mode!\n");