Home
last modified time | relevance | path

Searched refs:UNCLAMPED_FLOAT_TO_UBYTE (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dcolormac.h48 UNCLAMPED_FLOAT_TO_UBYTE(dst[i], src[i]); in _mesa_unclamped_float_rgba_to_ubyte()
H A Ddebug.c578 UNCLAMPED_FLOAT_TO_UBYTE(buf[i], f[i]); in _mesa_dump_image()
589 UNCLAMPED_FLOAT_TO_UBYTE(buf[i], f[i]); in _mesa_dump_image()
H A Dmacros.h145 *** UNCLAMPED_FLOAT_TO_UBYTE: clamp float to [0,1] and map to ubyte in [0,255]
152 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ macro
172 #define UNCLAMPED_FLOAT_TO_UBYTE(ub, f) \ macro
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2559 BORDER_COLOR_ATTR(UNCLAMPED_FLOAT_TO_UBYTE, Unorm, color->f); in crocus_upload_border_color()

Completed in 14 milliseconds