HomeSort by: relevance | last modified time | path
    Searched refs:gen4_sampler_bo (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i965_video.c 1177 if (intel->video.gen4_sampler_bo == NULL)
1178 intel->video.gen4_sampler_bo = i965_create_sampler_state(scrn);
1205 i965_create_wm_state(scrn, intel->video.gen4_sampler_bo,
1215 i965_create_wm_state(scrn, intel->video.gen4_sampler_bo,
1262 intel->video.gen4_sampler_bo,
1362 drm_intel_bo_unreference(intel->video.gen4_sampler_bo);
1363 intel->video.gen4_sampler_bo = NULL;
1445 if (intel->video.gen4_sampler_bo == NULL)
1446 intel->video.gen4_sampler_bo = create_sampler_state(scrn);
1473 return (intel->video.gen4_sampler_bo != NULL &
    [all...]
intel.h 211 drm_intel_bo *gen4_sampler_bo; member in struct:intel_screen_private::__anon7664
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i965_video.c 1178 if (intel->video.gen4_sampler_bo == NULL)
1179 intel->video.gen4_sampler_bo = i965_create_sampler_state(scrn);
1206 i965_create_wm_state(scrn, intel->video.gen4_sampler_bo,
1216 i965_create_wm_state(scrn, intel->video.gen4_sampler_bo,
1263 intel->video.gen4_sampler_bo,
1363 drm_intel_bo_unreference(intel->video.gen4_sampler_bo);
1364 intel->video.gen4_sampler_bo = NULL;
1446 if (intel->video.gen4_sampler_bo == NULL)
1447 intel->video.gen4_sampler_bo = create_sampler_state(scrn);
1474 return (intel->video.gen4_sampler_bo != NULL &
    [all...]
intel.h 209 drm_intel_bo *gen4_sampler_bo; member in struct:intel_screen_private::__anon8518
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i965_video.c 1084 if (pI830->video.gen4_sampler_bo == NULL)
1085 pI830->video.gen4_sampler_bo = i965_create_sampler_state(pScrn);
1112 i965_create_wm_state(pScrn, pI830->video.gen4_sampler_bo, TRUE);
1121 i965_create_wm_state(pScrn, pI830->video.gen4_sampler_bo, FALSE);
1168 pI830->video.gen4_sampler_bo,
1278 drm_intel_bo_unreference(pI830->video.gen4_sampler_bo);
1279 pI830->video.gen4_sampler_bo = NULL;
i830.h 462 drm_intel_bo *gen4_sampler_bo; member in struct:_I830Rec::__anon8869

Completed in 13 milliseconds