OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_mesa_snorm_to_unorm
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_utils.c
1088
SWIZZLE_CONVERT(uint8_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 8));
1102
SWIZZLE_CONVERT(uint8_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 8));
1116
SWIZZLE_CONVERT(uint8_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 8));
1224
SWIZZLE_CONVERT(uint16_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 16));
1234
SWIZZLE_CONVERT(uint16_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 16));
1248
SWIZZLE_CONVERT(uint16_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 16));
1355
SWIZZLE_CONVERT(uint32_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 32));
1369
SWIZZLE_CONVERT(uint32_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 32));
1379
SWIZZLE_CONVERT(uint32_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 32));
format_utils.h
120
_mesa_snorm_to_unorm
(int x, unsigned src_bits, unsigned dst_bits)
function
/xsrc/external/mit/MesaLib.old/src/mesa/main/
format_unpack.c
3339
dst[0] =
_mesa_snorm_to_unorm
(r, 8, 8);
3342
dst[1] =
_mesa_snorm_to_unorm
(g, 8, 8);
3345
dst[2] =
_mesa_snorm_to_unorm
(b, 8, 8);
3348
dst[3] =
_mesa_snorm_to_unorm
(a, 8, 8);
3361
dst[0] =
_mesa_snorm_to_unorm
(r, 8, 8);
3364
dst[1] =
_mesa_snorm_to_unorm
(g, 8, 8);
3367
dst[2] =
_mesa_snorm_to_unorm
(b, 8, 8);
3383
dst[0] =
_mesa_snorm_to_unorm
(r, 8, 8);
3386
dst[1] =
_mesa_snorm_to_unorm
(g, 8, 8);
3389
dst[2] =
_mesa_snorm_to_unorm
(b, 8, 8)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_utils.c
1116
SWIZZLE_CONVERT(uint8_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 8));
1130
SWIZZLE_CONVERT(uint8_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 8));
1144
SWIZZLE_CONVERT(uint8_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 8));
1252
SWIZZLE_CONVERT(uint16_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 16));
1262
SWIZZLE_CONVERT(uint16_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 16));
1276
SWIZZLE_CONVERT(uint16_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 16));
1383
SWIZZLE_CONVERT(uint32_t, int8_t,
_mesa_snorm_to_unorm
(src, 8, 32));
1397
SWIZZLE_CONVERT(uint32_t, int16_t,
_mesa_snorm_to_unorm
(src, 16, 32));
1407
SWIZZLE_CONVERT(uint32_t, int32_t,
_mesa_snorm_to_unorm
(src, 32, 32));
/xsrc/external/mit/MesaLib/dist/src/util/format/
format_utils.h
107
_mesa_snorm_to_unorm
(int x, unsigned src_bits, unsigned dst_bits)
function
/xsrc/external/mit/MesaLib/src/util/format/
u_format_table.c
517
dst[0] =
_mesa_snorm_to_unorm
(MAX2(r, 0), 8, 8); /* r */
518
dst[1] =
_mesa_snorm_to_unorm
(MAX2(g, 0), 8, 8); /* g */
519
dst[2] =
_mesa_snorm_to_unorm
(MAX2(b, 0), 8, 8); /* b */
526
dst[0] =
_mesa_snorm_to_unorm
(MAX2(r, 0), 8, 8); /* r */
527
dst[1] =
_mesa_snorm_to_unorm
(MAX2(g, 0), 8, 8); /* g */
528
dst[2] =
_mesa_snorm_to_unorm
(MAX2(b, 0), 8, 8); /* b */
1040
dst[0] =
_mesa_snorm_to_unorm
(MAX2(r, 0), 8, 8); /* r */
1041
dst[1] =
_mesa_snorm_to_unorm
(MAX2(g, 0), 8, 8); /* g */
1042
dst[2] =
_mesa_snorm_to_unorm
(MAX2(b, 0), 8, 8); /* b */
1043
dst[3] =
_mesa_snorm_to_unorm
(MAX2(a, 0), 8, 8); /* a *
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026