Searched refs:unpacked (Results 1 - 16 of 16) 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/pdfium/tools/drmemory/scripts/
H A Dpdfium_tests.bat19 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y
20 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
/external/webrtc/tools/valgrind-webrtc/
H A Dwebrtc_tests.bat55 %DRMEMORY_SFX% -o%DRMEMORY_PATH%\unpacked -y
56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
/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/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A D_bitmap.py78 unpacked = struct.unpack('iiiii', response)
79 box, count = unpacked[:4], unpacked[-1]
/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
/external/libpng/contrib/libtests/
H A Dpngvalid.c5985 png_byte unpacked; member in struct:transform_display
6168 dp->unpacked = 0; /* not unpacked */
6289 else if (dp->unpacked && test_pixel.bit_depth != 8)
6290 png_error(pp, "pngvalid: internal: bad unpacked pixel depth");
6291 else if (!dp->unpacked && test_pixel.colour_type != PNG_COLOR_TYPE_PALETTE
6298 /* Because unless something has set 'unpacked' or the image is palette
8367 that->unpacked = 1;
8377 * low bit-depth pixel values are unpacked into bytes without
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 887 milliseconds