Lines Matching refs:contextRec
63 struct intel_xvmc_hw_context *contextRec;
66 contextRec = (struct intel_xvmc_hw_context *) *priv;
67 if (!contextRec) {
75 contextRec->type = XVMC_I915_MPEG2_MC;
76 contextRec->i915.use_phys_addr = 0;
79 contextRec->type = XVMC_I965_MPEG2_VLD;
81 contextRec->type = XVMC_I965_MPEG2_MC;
82 contextRec->i965.is_g4x = INTEL_INFO(intel)->gen == 045;
83 contextRec->i965.is_965_q = IS_965_Q(intel);
84 contextRec->i965.is_igdng = IS_GEN5(intel);