Searched refs:n_src_surf (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_video.c868 i965_emit_video_setup(ScrnInfoPtr scrn, drm_intel_bo * surface_state_binding_table_bo, int n_src_surf, PixmapPtr pixmap) argument
962 OUT_BATCH((n_src_surf + 1) * SURFACE_STATE_PADDED_SIZE);
992 if (n_src_surf == 1)
1088 int n_src_surf; local in function:I965DisplayVideoTextured
1129 n_src_surf = 6;
1139 n_src_surf = 1;
1155 (n_src_surf + 1) * (SURFACE_STATE_PADDED_SIZE + sizeof(uint32_t)),
1163 for (src_surf = 0; src_surf < n_src_surf; src_surf++) {
1175 i965_create_binding_table(scrn, surface_state_binding_table_bo, n_src_surf + 1);
1307 i965_emit_video_setup(scrn, surface_state_binding_table_bo, n_src_surf, pixma
1608 gen6_emit_video_setup(ScrnInfoPtr scrn,drm_intel_bo * surface_state_binding_table_bo,int n_src_surf,PixmapPtr pixmap,drm_intel_bo * vertex_bo,uint32_t end_address_offset) argument
1725 gen7_emit_video_setup(ScrnInfoPtr scrn,drm_intel_bo * surface_state_binding_table_bo,int n_src_surf,PixmapPtr pixmap,drm_intel_bo * vertex_bo,uint32_t end_address_offset) argument
1769 int n_src_surf; local in function:Gen6DisplayVideoTextured
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_video.c869 i965_emit_video_setup(ScrnInfoPtr scrn, drm_intel_bo * surface_state_binding_table_bo, int n_src_surf, PixmapPtr pixmap) argument
963 OUT_BATCH((n_src_surf + 1) * SURFACE_STATE_PADDED_SIZE);
993 if (n_src_surf == 1)
1089 int n_src_surf; local in function:I965DisplayVideoTextured
1130 n_src_surf = 6;
1140 n_src_surf = 1;
1156 (n_src_surf + 1) * (SURFACE_STATE_PADDED_SIZE + sizeof(uint32_t)),
1164 for (src_surf = 0; src_surf < n_src_surf; src_surf++) {
1176 i965_create_binding_table(scrn, surface_state_binding_table_bo, n_src_surf + 1);
1308 i965_emit_video_setup(scrn, surface_state_binding_table_bo, n_src_surf, pixma
1609 gen6_emit_video_setup(ScrnInfoPtr scrn,drm_intel_bo * surface_state_binding_table_bo,int n_src_surf,PixmapPtr pixmap,drm_intel_bo * vertex_bo,uint32_t end_address_offset) argument
1726 gen7_emit_video_setup(ScrnInfoPtr scrn,drm_intel_bo * surface_state_binding_table_bo,int n_src_surf,PixmapPtr pixmap,drm_intel_bo * vertex_bo,uint32_t end_address_offset) argument
1770 int n_src_surf; local in function:Gen6DisplayVideoTextured
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_video.c751 i965_emit_video_setup(ScrnInfoPtr pScrn, drm_intel_bo *bind_bo, int n_src_surf) argument
888 if (n_src_surf == 1)
979 int n_src_surf; local in function:I965DisplayVideoTextured
1014 n_src_surf = 1;
1024 n_src_surf = 1;
1038 n_src_surf = 6;
1059 for (src_surf = 0; src_surf < n_src_surf; src_surf++) {
1076 bind_bo = i965_create_binding_table(pScrn, surf_bos, n_src_surf + 1);
1077 for (i = 0; i < n_src_surf + 1; i++) {
1215 i965_emit_video_setup(pScrn, bind_bo, n_src_surf);
[all...]

Completed in 7 milliseconds