Searched refs:unpacked (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/tests/unit/
H A Du_format_test.c77 const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
86 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[i][j][3]);
99 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4],
108 printf("%s{%f, %f, %f, %f}", sep, unpacked[i][j][0], unpacked[i][j][1], unpacked[i][j][2], unpacked[
75 print_unpacked_rgba_doubl(const struct util_format_description *format_desc, const char *prefix, const double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
97 print_unpacked_rgba_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
119 print_unpacked_rgba_8unorm(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4], const char *suffix) argument
140 print_unpacked_z_float(const struct util_format_description *format_desc, const char *prefix, float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
162 print_unpacked_z_32unorm(const struct util_format_description *format_desc, const char *prefix, uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
183 print_unpacked_s_8uint(const struct util_format_description *format_desc, const char *prefix, uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH], const char *suffix) argument
207 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
236 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
268 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
342 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4] = { { { 0 } } }; local
381 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; local
438 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
468 float unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
505 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
542 uint32_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
580 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH] = { { 0 } }; local
617 uint8_t unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH]; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c73 (*fetch_ptr_t)(void *unpacked, const void *packed,
136 PIPE_ALIGN_VAR(16) float unpacked[4]; local
164 memset(unpacked, 0, sizeof unpacked);
166 fetch_ptr(unpacked, test->packed, j, i);
169 if (util_double_inf_sign(test->unpacked[i][j][k]) != util_inf_sign(unpacked[k])) {
173 if (util_is_double_nan(test->unpacked[i][j][k]) != util_is_nan(unpacked[k])) {
177 if (!util_is_double_inf_or_nan(test->unpacked[
221 uint8_t unpacked[4]; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_tests.h43 * A (packed, unpacked) color pair.
60 double unpacked[UTIL_FORMAT_MAX_UNPACKED_HEIGHT][UTIL_FORMAT_MAX_UNPACKED_WIDTH][4]; member in struct:util_format_test_case
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-dfa.rb39 unpacked = [
49 ANTLR3::DFA.unpack(*packed).should == unpacked
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb124 unpacked = Hash.new( default )
128 count.times { |i| unpacked[ position + i ] = value }
133 unpacked = []
135 unpacked.fill( value, unpacked.length, count )
139 return unpacked
/external/lldb/test/
H A Dlldbutil.py98 unpacked = struct.unpack(fmt, str(bytes))
99 return unpacked[0]
/external/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc459 unittest::TestUnpackedTypes unpacked; local
460 TestUtil::SetUnpackedFields(&unpacked);
461 EXPECT_TRUE(unpacked.SerializeAsString() == destination.SerializeAsString());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2638 unpacked = unittest_pb2.TestUnpackedTypes()
2639 test_util.SetAllUnpackedFields(unpacked)
2641 serialized = unpacked.SerializeToString()
2652 unpacked = unittest_pb2.TestUnpackedTypes()
2656 unpacked.MergeFromString(serialized))
2659 self.assertEqual(expected, unpacked)
/external/libvorbis/doc/
H A D03-codebook.tex298 proceeds according to \varname{[codebook_lookup_type]}. The unpacked
H A D08-residue.tex172 the unpacked vectors are zeroed. Note that for residue type 2, these

Completed in 440 milliseconds