Home
last modified time | relevance | path

Searched refs:IMAGE_CLAMP_BIT (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dreadpix.c110 transferOps |= IMAGE_CLAMP_BIT; in _mesa_get_readpixels_transfer_ops()
118 transferOps |= IMAGE_CLAMP_BIT; in _mesa_get_readpixels_transfer_ops()
128 transferOps &= ~IMAGE_CLAMP_BIT; in _mesa_get_readpixels_transfer_ops()
Dpixeltransfer.c181 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_apply_rgba_transfer_ops()
Dpack.c1359 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1371 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_luminance_from_rgba_float()
1631 transferOps |= IMAGE_CLAMP_BIT; in _mesa_unpack_color_index_to_rgba_ubyte()
Dtexgetimage.c583 transferOps |= IMAGE_CLAMP_BIT; in get_tex_rgba()
Dmtypes.h4038 #define IMAGE_CLAMP_BIT 0x800 macro
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c441 transferOps |= IMAGE_CLAMP_BIT; in draw_rgba_pixels()