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

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_xa_composite.c46 union xa_source_pict *dst_spict; member in struct:vmwgfx_composite
197 vcomp->dst_spict))
239 if (vcomp->dst_spict)
240 free(vcomp->dst_spict);
263 vcomp->dst_spict = calloc(1, a->xa_source_pict_size);
269 if (!vcomp->src_spict || !vcomp->mask_spict || !vcomp->dst_spict ||

Completed in 3 milliseconds