Lines Matching refs:dstComponents
4362 GLint dstComponents; in _mesa_unpack_color_span_ubyte() local
4371 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_ubyte()
4373 assert(dstComponents > 0); in _mesa_unpack_color_span_ubyte()
4425 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4434 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4443 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4452 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4460 assert(dstComponents == 1); in _mesa_unpack_color_span_ubyte()
4474 dst += dstComponents; in _mesa_unpack_color_span_ubyte()
4556 GLint dstComponents; in _mesa_unpack_color_span_float() local
4566 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_float()
4568 assert(dstComponents > 0); in _mesa_unpack_color_span_float()
4624 dst += dstComponents; in _mesa_unpack_color_span_float()
4633 dst += dstComponents; in _mesa_unpack_color_span_float()
4642 dst += dstComponents; in _mesa_unpack_color_span_float()
4651 dst += dstComponents; in _mesa_unpack_color_span_float()
4659 assert(dstComponents == 1); in _mesa_unpack_color_span_float()
4673 dst += dstComponents; in _mesa_unpack_color_span_float()
4770 GLint dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_color_span_uint() local
4772 assert(dstComponents > 0); in _mesa_unpack_color_span_uint()
4783 dst += dstComponents; in _mesa_unpack_color_span_uint()
4792 dst += dstComponents; in _mesa_unpack_color_span_uint()
4801 dst += dstComponents; in _mesa_unpack_color_span_uint()
4810 dst += dstComponents; in _mesa_unpack_color_span_uint()
4818 assert(dstComponents == 1); in _mesa_unpack_color_span_uint()
4832 dst += dstComponents; in _mesa_unpack_color_span_uint()
4869 GLint dstComponents; in _mesa_unpack_dudv_span_byte() local
4879 dstComponents = _mesa_components_in_format( dstFormat ); in _mesa_unpack_dudv_span_byte()
4881 assert(dstComponents > 0); in _mesa_unpack_dudv_span_byte()
4899 dst += dstComponents; in _mesa_unpack_dudv_span_byte()