Lines Matching refs:transferOps
489 GLbitfield transferOps ) in _mesa_unpack_stencil_span() argument
510 transferOps &= IMAGE_SHIFT_OFFSET_BIT; in _mesa_unpack_stencil_span()
515 if (transferOps == 0 && in _mesa_unpack_stencil_span()
521 else if (transferOps == 0 && in _mesa_unpack_stencil_span()
542 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) { in _mesa_unpack_stencil_span()
1337 GLbitfield transferOps) in _mesa_pack_luminance_from_rgba_float() argument
1344 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1356 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1555 GLbitfield transferOps) in _mesa_unpack_color_index_to_rgba_float() argument
1586 if (transferOps & IMAGE_SHIFT_OFFSET_BIT) in _mesa_unpack_color_index_to_rgba_float()
1594 transferOps &= ~(IMAGE_SCALE_BIAS_BIT | IMAGE_MAP_COLOR_BIT); in _mesa_unpack_color_index_to_rgba_float()
1595 _mesa_apply_rgba_transfer_ops(ctx, transferOps, count, (float (*)[4])dstPtr); in _mesa_unpack_color_index_to_rgba_float()
1610 GLbitfield transferOps) in _mesa_unpack_color_index_to_rgba_ubyte() argument
1616 transferOps |= IMAGE_CLAMP_BIT; in _mesa_unpack_color_index_to_rgba_ubyte()
1620 srcPacking, transferOps); in _mesa_unpack_color_index_to_rgba_ubyte()