HomeSort by relevance Sort by last modified time
    Searched refs:ctp_type (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.c 235 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
236 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
237 psb_update_context(driver_data, obj_context->ctp_type);
276 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
277 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
278 psb_update_context(driver_data, obj_context->ctp_type);
pnw_rotate.c 718 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
719 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
720 psb_update_context(driver_data, obj_context->ctp_type);
psb_drv_video.c     [all...]
psb_drv_video.h 446 uint64_t ctp_type; member in struct:object_context_s

Completed in 1994 milliseconds