OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKED_1x16
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_tests.c
47
#define
PACKED_1x16
(x) {(x) & 0xff, (x) >> 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
154
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x0000), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)},
155
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x001f), UNPACKED_1x1(0.0, 0.0, 1.0, 1.0)},
156
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x03e0), UNPACKED_1x1(0.0, 1.0, 0.0, 1.0)},
157
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x7c00), UNPACKED_1x1(1.0, 0.0, 0.0, 1.0)},
158
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff), PACKED_1x16(0x7fff), UNPACKED_1x1(1.0, 1.0, 1.0, 1.0)}
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_format_tests.c
47
#define
PACKED_1x16
(x) {(x) & 0xff, (x) >> 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
154
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x0000), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)},
155
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x001f), UNPACKED_1x1(0.0, 0.0, 1.0, 1.0)},
156
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x03e0), UNPACKED_1x1(0.0, 1.0, 0.0, 1.0)},
157
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff),
PACKED_1x16
(0x7c00), UNPACKED_1x1(1.0, 0.0, 0.0, 1.0)},
158
{PIPE_FORMAT_B5G5R5X1_UNORM,
PACKED_1x16
(0x7fff), PACKED_1x16(0x7fff), UNPACKED_1x1(1.0, 1.0, 1.0, 1.0)}
[
all
...]
Completed in 177 milliseconds