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 228 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
229 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
230 psb_update_context(driver_data, obj_context->ctp_type);
269 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
270 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
271 psb_update_context(driver_data, obj_context->ctp_type);
pnw_rotate.c 698 obj_context->ctp_type &= (~PSB_CTX_TILING_MASK); /* clear tile context */
699 obj_context->ctp_type |= ((obj_context->msvdx_tile & 0xff) << 16);
700 psb_update_context(driver_data, obj_context->ctp_type);
psb_drv_video.h 427 uint64_t ctp_type; member in struct:object_context_s
psb_drv_video.c     [all...]

Completed in 47 milliseconds