| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video.c | 92 struct sna_video_frame *frame) 95 if (video->buf && __kgem_bo_size(video->buf) < frame->size) 99 if (frame->width != video->width || 100 frame->height != video->height || 101 frame->id != video->format) 108 frame->width, frame->height, 32, 111 video->buf = kgem_create_linear(&video->sna->kgem, frame->size, 116 video->width = frame->width; 117 video->height = frame 91 sna_video_buffer(struct sna_video * video,struct sna_video_frame * frame) argument 134 sna_video_clip_helper(struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr reg) argument 199 sna_video_frame_init(struct sna_video * video,int id,short width,short height,struct sna_video_frame * frame) argument 215 sna_video_frame_set_rotation(struct sna_video * video,struct sna_video_frame * frame,Rotation rotation) argument 300 sna_memcpy_plane(struct sna_video * video,uint8_t * dst,const uint8_t * src,const struct sna_video_frame * frame,int sub) argument 366 sna_copy_planar_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument 390 sna_copy_packed_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument 487 sna_video_copy_data(struct sna_video * video,struct sna_video_frame * frame,const uint8_t * buf) argument [all...] |
| H A D | sna_video_sprite.c | 219 struct sna_video_frame *frame, 266 if (video->bo[pipe] == frame->bo) 270 if (frame->rotation & (RR_Rotate_90 | RR_Rotate_270)) { 271 int tmp = frame->width; 272 frame->width = frame->height; 273 frame->height = tmp; 276 if (frame->bo->delta == 0) { 290 f.width = frame->width; 291 f.height = frame 217 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument 407 struct sna_video_frame frame; local in function:sna_video_sprite_put_image 554 struct sna_video_frame frame; local in function:sna_video_sprite_query [all...] |
| H A D | sna_video_overlay.c | 348 struct sna_video_frame *frame, 355 bool planar = is_planar_fourcc(frame->id); 365 tmp = frame->width; 366 frame->width = frame->height; 367 frame->height = tmp; 381 request.bo_handle = frame->bo->handle; 383 request.stride_Y = frame->pitch[1]; 384 request.stride_UV = frame->pitch[0]; 386 request.stride_Y = frame 346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument 457 struct sna_video_frame frame; local in function:sna_video_overlay_put_image 593 struct sna_video_frame frame; local in function:sna_video_overlay_query [all...] |
| H A D | sna_video_textured.c | 146 struct sna_video_frame frame; local in function:sna_video_textured_put_image 176 sna_video_frame_init(video, format->id, width, height, &frame); 178 if (!sna_video_clip_helper(video, &frame, &crtc, &dstBox, 194 sna_video_frame_set_rotation(video, &frame, RR_Rotate_0); 200 frame.bo = kgem_create_for_name(&sna->kgem, *(uint32_t*)buf); 201 if (frame.bo == NULL) { 206 if (kgem_bo_size(frame.bo) < frame.size) { 208 __FUNCTION__, kgem_bo_size(frame.bo), frame [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video.c | 103 struct sna_video_frame *frame) 106 if (video->buf && __kgem_bo_size(video->buf) < frame->size) 110 if (frame->width != video->width || 111 frame->height != video->height || 112 frame->id != video->format) 119 frame->width, frame->height, 32, 122 video->buf = kgem_create_linear(&video->sna->kgem, frame->size, 127 video->width = frame->width; 128 video->height = frame 102 sna_video_buffer(struct sna_video * video,struct sna_video_frame * frame) argument 145 sna_video_clip_helper(struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr reg) argument 210 sna_video_frame_init(struct sna_video * video,int id,short width,short height,struct sna_video_frame * frame) argument 226 sna_video_frame_set_rotation(struct sna_video * video,struct sna_video_frame * frame,Rotation rotation) argument 334 plane_dims(const struct sna_video_frame * frame,int sub,int * x,int * y,int * w,int * h) argument 348 sna_memcpy_cbcr_plane(struct sna_video * video,uint16_t * dst,const uint16_t * src,const struct sna_video_frame * frame) argument 406 sna_memcpy_plane(struct sna_video * video,uint8_t * dst,const uint8_t * src,const struct sna_video_frame * frame,int sub) argument 468 sna_copy_nv12_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument 479 sna_copy_planar_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument 503 sna_copy_packed_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument 600 sna_copy_ayuv_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument 666 sna_video_copy_data(struct sna_video * video,struct sna_video_frame * frame,const uint8_t * buf) argument [all...] |
| H A D | sna_video_sprite.c | 282 struct sna_video_frame *frame, 350 if (frame->rotation & (RR_Rotate_90 | RR_Rotate_270)) { 351 int tmp = frame->width; 352 frame->width = frame->height; 353 frame->height = tmp; 356 if (frame->bo->delta == 0) { 371 f.width = frame->width; 372 f.height = frame->height; 375 switch (frame 280 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument 480 need_scaling(const struct sna_video_frame * frame,const BoxRec * dst) argument 525 struct sna_video_frame frame; local in function:sna_video_sprite_put_image 724 struct sna_video_frame frame; local in function:sna_video_sprite_query [all...] |
| H A D | sna_video_overlay.c | 348 struct sna_video_frame *frame, 355 bool planar = is_planar_fourcc(frame->id); 365 tmp = frame->width; 366 frame->width = frame->height; 367 frame->height = tmp; 381 request.bo_handle = frame->bo->handle; 383 request.stride_Y = frame->pitch[1]; 384 request.stride_UV = frame->pitch[0]; 386 request.stride_Y = frame 346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument 457 struct sna_video_frame frame; local in function:sna_video_overlay_put_image 583 struct sna_video_frame frame; local in function:sna_video_overlay_query [all...] |
| H A D | sna_video_textured.c | 178 struct sna_video_frame frame; local in function:sna_video_textured_put_image 209 sna_video_frame_init(video, format->id, width, height, &frame); 211 if (!sna_video_clip_helper(video, &frame, &crtc, &dstBox, 230 sna_video_frame_set_rotation(video, &frame, RR_Rotate_0); 236 frame.bo = kgem_create_for_name(&sna->kgem, *(uint32_t*)buf); 237 if (frame.bo == NULL) { 242 if (kgem_bo_size(frame.bo) < frame.size) { 244 __FUNCTION__, kgem_bo_size(frame.bo), frame [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| H A D | xprScreen.c | 152 CGRect frame; local in function:displayScreenBounds 154 frame = CGDisplayBounds(id); 157 (int)frame.size.width, (int)frame.size.height, 158 (int)frame.origin.x, (int)frame.origin.y); 162 frame.origin.x == 0 && frame.origin.y == 0) { 163 frame.origin.y += aquaMenuBarHeight; 164 frame 184 CGRect unionRect = CGRectNull, frame; local in function:xprAddPseudoramiXScreens 370 CGRect frame; local in function:xprAddScreen [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| H A D | xprScreen.c | 160 CGRect frame; local in function:displayScreenBounds 162 frame = CGDisplayBounds(id); 165 (int)frame.size.width, (int)frame.size.height, 166 (int)frame.origin.x, (int)frame.origin.y); 181 (spacePerDisplay || (frame.origin.x == 0 && frame.origin.y == 0))) { 182 frame.origin.y += aquaMenuBarHeight; 183 frame 204 CGRect unionRect = CGRectNull, frame; local in function:xprAddPseudoramiXScreens 404 CGRect frame; local in function:xprAddScreen [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_dri2.h | 45 void radeon_dri2_frame_event_handler(unsigned int frame, unsigned int tv_sec, 47 void radeon_dri2_flip_event_handler(unsigned int frame, unsigned int tv_sec,
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | dict-list.h | 44 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq) 65 void *frame, 66 int (*leq)(void *frame, DictKey key1, DictKey key2) ); 96 void *frame; member in struct:Dict 97 int (*leq)(void *frame, DictKey key1, DictKey key2);
|
| H A D | dict.c | 40 Dict *dictNewDict( void *frame, argument 41 int (*leq)(void *frame, DictKey key1, DictKey key2) ) 54 dict->frame = frame; 79 } while( node->key != NULL && ! (*dict->leq)(dict->frame, node->key, key)); 108 } while( node->key != NULL && ! (*dict->leq)(dict->frame, key, node->key));
|
| H A D | dict.h | 44 #define dictNewDict(frame,leq) __gl_dictListNewDict(frame,leq) 65 void *frame, 66 int (*leq)(void *frame, DictKey key1, DictKey key2) ); 96 void *frame; member in struct:Dict 97 int (*leq)(void *frame, DictKey key1, DictKey key2);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_debug_stack_android.cpp | 73 const backtrace_frame_data_t* frame = bt->GetFrame(i); local in function:debug_backtrace_capture 74 if (frame) { 75 backtrace[i].procname = intern_symbol(frame->func_name.c_str()); 76 backtrace[i].start_ip = frame->pc; 77 backtrace[i].off = frame->func_offset; 78 backtrace[i].map = intern_symbol(frame->map.Name().c_str()); 79 backtrace[i].map_off = frame->rel_pc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | dri_sarea.h | 67 * SAREA frame information. 88 XF86DRISAREAFrameRec frame; member in struct:_XF86DRISAREA
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_measure.h | 69 * INTEL_MEASURE=[draw,rt,shader,batch,frame] */ 91 * snapshots into frame or interval data. 97 * frames of measurements, beginning with the next frame boundary. 119 unsigned frame, batch_count, event_index; member in struct:intel_measure_buffered_result 129 unsigned frame; member in struct:intel_measure_device 146 unsigned frame, batch_count, event_count; member in struct:intel_measure_batch 157 void intel_measure_frame_transition(unsigned frame);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_flush.c | 57 struct debug_stack_frame *frame; member in struct:debug_map_item 135 FREE(fbuf->maps[i].frame); 187 const struct debug_stack_frame *frame) 190 frame = debug_flush_capture_frame(start, depth); 194 if (frame) { 196 debug_backtrace_dump(frame, depth); 206 FREE((void *)frame); 231 FALSE, fbuf->maps[fbuf->last_sync_map].frame); 234 fbuf->maps[fbuf->map_count].frame = 287 FREE(fbuf->maps[fbuf->map_count].frame); 183 debug_flush_alert(const char * s,const char * op,unsigned start,unsigned depth,boolean continued,boolean capture,const struct debug_stack_frame * frame) argument [all...] |
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_sarea.h | 64 /** SAREA frame */ 80 struct drm_sarea_frame frame; /**< frame */ member in struct:drm_sarea
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | lima_drm.h | 65 /* frame used to setup GP for each task */ 67 __u32 frame[LIMA_GP_FRAME_REG_NUM]; member in struct:drm_lima_gp_frame 73 /* frame used to setup mali400 GPU PP for each task */ 75 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member in struct:drm_lima_m400_pp_frame 82 /* frame used to setup mali450 GPU PP for each task */ 84 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member in struct:drm_lima_m450_pp_frame 113 __u32 frame_size; /* in, size of frame field */ 115 __u64 frame; /* in, GP/PP frame */ member in struct:drm_lima_gem_submit
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_submit.h | 37 bool lima_submit_start(struct lima_submit *submit, void *frame, uint32_t size);
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | lima_drm.h | 72 /* frame used to setup GP for each task */ 74 __u32 frame[LIMA_GP_FRAME_REG_NUM]; member in struct:drm_lima_gp_frame 80 /* frame used to setup mali400 GPU PP for each task */ 82 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member in struct:drm_lima_m400_pp_frame 89 /* frame used to setup mali450 GPU PP for each task */ 91 __u32 frame[LIMA_PP_FRAME_REG_NUM]; member in struct:drm_lima_m450_pp_frame 120 __u32 frame_size; /* in, size of frame field */ 122 __u64 frame; /* in, GP/PP frame */ member in struct:drm_lima_gem_submit
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | sarea.h | 67 * SAREA frame information. 88 XF86DRISAREAFrameRec frame; member in struct:_XF86DRISAREA
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | sarea.h | 66 * SAREA frame information. 87 XF86DRISAREAFrameRec frame; member in struct:_XF86DRISAREA
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_swap_control.spec | 35 of color buffer swaps, measured in video frame periods. 79 glXSwapIntervalMESA specifies the minimum number of video frame periods 81 will be swapped at most every other video frame.) A return value 86 A video frame period is the time required by the monitor to display a 87 full frame of video data. In the case of an interlaced monitor, 89 fields of a frame of video data. 92 nized to a video frame. The <interval> value is silently clamped to
|