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_unorm_to_float
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/src/mesa/main/
format_unpack.c
67
dst[0] =
_mesa_unorm_to_float
(r, 8);
70
dst[1] =
_mesa_unorm_to_float
(g, 8);
73
dst[2] =
_mesa_unorm_to_float
(b, 8);
76
dst[3] =
_mesa_unorm_to_float
(a, 8);
89
dst[0] =
_mesa_unorm_to_float
(r, 8);
92
dst[1] =
_mesa_unorm_to_float
(g, 8);
95
dst[2] =
_mesa_unorm_to_float
(b, 8);
111
dst[0] =
_mesa_unorm_to_float
(r, 8);
114
dst[1] =
_mesa_unorm_to_float
(g, 8);
117
dst[2] =
_mesa_unorm_to_float
(b, 8)
[
all
...]
format_pack.c
1899
_mesa_unorm_to_float
(src[3], 8);
1923
_mesa_unorm_to_float
(src[0], 8);
1952
_mesa_unorm_to_float
(src[0], 8);
1956
_mesa_unorm_to_float
(src[3], 8);
1981
_mesa_unorm_to_float
(src[0], 8);
2005
_mesa_unorm_to_float
(src[0], 8);
2034
_mesa_unorm_to_float
(src[0], 8);
2038
_mesa_unorm_to_float
(src[1], 8);
2073
_mesa_unorm_to_float
(src[0], 8);
2077
_mesa_unorm_to_float
(src[1], 8)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
format_utils.h
43
_mesa_unorm_to_float
(unsigned x, unsigned src_bits)
function
60
return _mesa_float_to_half(
_mesa_unorm_to_float
(x, src_bits));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
format_utils.h
56
_mesa_unorm_to_float
(unsigned x, unsigned src_bits)
function
73
return _mesa_float_to_half(
_mesa_unorm_to_float
(x, src_bits));
format_utils.c
954
SWIZZLE_CONVERT(float, uint8_t,
_mesa_unorm_to_float
(src, 8));
968
SWIZZLE_CONVERT(float, uint16_t,
_mesa_unorm_to_float
(src, 16));
982
SWIZZLE_CONVERT(float, uint32_t,
_mesa_unorm_to_float
(src, 32));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
format_utils.c
982
SWIZZLE_CONVERT(float, uint8_t,
_mesa_unorm_to_float
(src, 8));
996
SWIZZLE_CONVERT(float, uint16_t,
_mesa_unorm_to_float
(src, 16));
1010
SWIZZLE_CONVERT(float, uint32_t,
_mesa_unorm_to_float
(src, 32));
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_format.c
968
unpacked.f32 =
_mesa_unorm_to_float
(packed, layout->bits);
973
float srgb =
_mesa_unorm_to_float
(packed, layout->bits);
977
unpacked.f32 =
_mesa_unorm_to_float
(packed, layout->bits);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_acceleration_structure.c
273
coords[0] =
_mesa_unorm_to_float
(*(const uint16_t *)(v_data + 0), 16);
274
coords[1] =
_mesa_unorm_to_float
(*(const uint16_t *)(v_data + 2), 16);
275
coords[2] =
_mesa_unorm_to_float
(*(const uint16_t *)(v_data + 4), 16);
276
coords[3] =
_mesa_unorm_to_float
(*(const uint16_t *)(v_data + 6), 16);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_format.c
1275
float srgb =
_mesa_unorm_to_float
(packed, layout->bits);
1279
unpacked.f32 =
_mesa_unorm_to_float
(packed, layout->bits);
Completed in 19 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026