/src/sys/external/bsd/drm/dist/shared-core/ |
r300_cmdbuf.c | 984 int clamp; local in function:r300_emit_r500fp 993 clamp = !!(header.r500fp.adrhi_flags & R500FP_CONSTANT_CLAMP); 996 addr |= (clamp << 17);
|
r300_cmdbuf.c | 984 int clamp; local in function:r300_emit_r500fp 993 clamp = !!(header.r500fp.adrhi_flags & R500FP_CONSTANT_CLAMP); 996 addr |= (clamp << 17);
|
r300_cmdbuf.c | 984 int clamp; local in function:r300_emit_r500fp 993 clamp = !!(header.r500fp.adrhi_flags & R500FP_CONSTANT_CLAMP); 996 addr |= (clamp << 17);
|
/src/sys/external/bsd/common/include/linux/ |
kernel.h | 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
|
kernel.h | 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
|
kernel.h | 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX) macro
|
/src/sys/dev/stbi/ |
stb_image.c | 294 // CLAMP results to 0..255 1351 // take a -128..127 value and clamp it and convert to 0..255 1352 __forceinline static uint8 clamp(int x) function in typeref:typename:uint8 1460 o[0] = clamp((x0+t3) >> 17); 1461 o[7] = clamp((x0-t3) >> 17); 1462 o[1] = clamp((x1+t2) >> 17); 1463 o[6] = clamp((x1-t2) >> 17); 1464 o[2] = clamp((x2+t1) >> 17); 1465 o[5] = clamp((x2-t1) >> 17); 1466 o[3] = clamp((x3+t0) >> 17) [all...] |
stb_image.c | 294 // CLAMP results to 0..255 1351 // take a -128..127 value and clamp it and convert to 0..255 1352 __forceinline static uint8 clamp(int x) function in typeref:typename:uint8 1460 o[0] = clamp((x0+t3) >> 17); 1461 o[7] = clamp((x0-t3) >> 17); 1462 o[1] = clamp((x1+t2) >> 17); 1463 o[6] = clamp((x1-t2) >> 17); 1464 o[2] = clamp((x2+t1) >> 17); 1465 o[5] = clamp((x2-t1) >> 17); 1466 o[3] = clamp((x3+t0) >> 17) [all...] |
stb_image.c | 294 // CLAMP results to 0..255 1351 // take a -128..127 value and clamp it and convert to 0..255 1352 __forceinline static uint8 clamp(int x) function in typeref:typename:uint8 1460 o[0] = clamp((x0+t3) >> 17); 1461 o[7] = clamp((x0-t3) >> 17); 1462 o[1] = clamp((x1+t2) >> 17); 1463 o[6] = clamp((x1-t2) >> 17); 1464 o[2] = clamp((x2+t1) >> 17); 1465 o[5] = clamp((x2-t1) >> 17); 1466 o[3] = clamp((x3+t0) >> 17) [all...] |