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.c260 transferOps &= ~IMAGE_CLAMP_BIT; in fast_read_rgba_pixels_memcpy()
397 transferOps |= IMAGE_CLAMP_BIT; in read_rgba_pixels()
Dpixeltransfer.c179 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_apply_rgba_transfer_ops()
Dtexgetimage.c444 transferOps |= IMAGE_CLAMP_BIT; in get_tex_rgba()
Dmtypes.h3119 #define IMAGE_CLAMP_BIT 0x800 macro
Dpack.c1312 if (transferOps & IMAGE_CLAMP_BIT) { in _mesa_pack_rgba_span_float()
4410 transferOps |= IMAGE_CLAMP_BIT; in _mesa_unpack_color_span_ubyte()
/external/mesa3d/src/mesa/swrast/
Ds_drawpix.c440 transferOps |= IMAGE_CLAMP_BIT; in draw_rgba_pixels()