Lines Matching refs:transferOps
487 GLbitfield transferOps ) in _mesa_unpack_stencil_span() argument
508 transferOps &= IMAGE_SHIFT_OFFSET_BIT; in _mesa_unpack_stencil_span()
513 if (transferOps == 0 && in _mesa_unpack_stencil_span()
519 else if (transferOps == 0 && in _mesa_unpack_stencil_span()
540 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { in _mesa_unpack_stencil_span()
1335 GLbitfield transferOps) in _mesa_pack_luminance_from_rgba_float() argument
1342 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1354 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1553 GLbitfield transferOps) in _mesa_unpack_color_index_to_rgba_float() argument
1584 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) in _mesa_unpack_color_index_to_rgba_float()
1592 transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); in _mesa_unpack_color_index_to_rgba_float()
1593 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); in _mesa_unpack_color_index_to_rgba_float()
1608 GLbitfield transferOps) in _mesa_unpack_color_index_to_rgba_ubyte() argument
1614 transferOps |= IMAGE_CLAMP_BIT; in _mesa_unpack_color_index_to_rgba_ubyte()
1618 srcPacking, transferOps); in _mesa_unpack_color_index_to_rgba_ubyte()