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

/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c139 static int mc_render_load_indirect_size; variable in typeref:typename:int
731 mc_render_load_indirect_size = sizeof(*load_indirect) + sizeof(*sis)
733 mc_render_load_indirect = calloc(1, mc_render_load_indirect_size);
739 load_indirect->dw0.length = (mc_render_load_indirect_size >> 2) - 2;
774 i915_emit_batch(mc_render_load_indirect, mc_render_load_indirect_size, 0);

Completed in 5 milliseconds