Searched refs:unpacking (Results 1 – 25 of 199) sorted by relevance
12345678
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_row_bytes.txt | 40 within GL regarding the packing and unpacking of pixel data from 44 existed in GL using pixel storage modes for unpacking, packing, and 46 packing or unpacking of data is specified with pixel atomicity rather than 51 then they do not allow for the packing and unpacking of pixel data in a 71 Storage mode class - delineation of packing vs unpacking pixel storage 79 Specifying non-zero row bytes packing or unpacking values will 84 true of unpacking pixel storage parameters. 93 Does the semantics for packing need to match that of unpacking ? 94 (i.e. if you are unpacking with row bytes semantics do you need to pack with 103 for packing or unpacking is not known, as in the case of a [all …]
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_row_bytes.txt | 40 within GL regarding the packing and unpacking of pixel data from 44 existed in GL using pixel storage modes for unpacking, packing, and 46 packing or unpacking of data is specified with pixel atomicity rather than 51 then they do not allow for the packing and unpacking of pixel data in a 71 Storage mode class - delineation of packing vs unpacking pixel storage 79 Specifying non-zero row bytes packing or unpacking values will 84 true of unpacking pixel storage parameters. 93 Does the semantics for packing need to match that of unpacking ? 94 (i.e. if you are unpacking with row bytes semantics do you need to pack with 103 for packing or unpacking is not known, as in the case of a [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_image_compression.txt | 28 during the pixel packing and unpacking stages of the OpenGL pipeline, 30 unpacking modes. This extension defines a framework in which further 35 use of this framework. A new pixel unpacking mode and a new pixel 46 pixel data is decompressed from the client and an unpacking upsampling 61 This conversion can be enabled separately for packing and for unpacking 62 of pixel data. When it is enabled for unpacking, the pixel data will 190 In this section, we describe the unpacking of compressed
|
D | SGIX_resample.txt | 31 This extension enhances the unpacking resampling capabilities 34 When pixel data is received from the client and an unpacking 53 RESAMPLE_DECIMATE_SGIX as another tag to complement the unpacking
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_image_compression.txt | 28 during the pixel packing and unpacking stages of the OpenGL pipeline, 30 unpacking modes. This extension defines a framework in which further 35 use of this framework. A new pixel unpacking mode and a new pixel 46 pixel data is decompressed from the client and an unpacking upsampling 61 This conversion can be enabled separately for packing and for unpacking 62 of pixel data. When it is enabled for unpacking, the pixel data will 190 In this section, we describe the unpacking of compressed
|
D | SGIX_resample.txt | 31 This extension enhances the unpacking resampling capabilities 34 When pixel data is received from the client and an unpacking 53 RESAMPLE_DECIMATE_SGIX as another tag to complement the unpacking
|
/third_party/python/Doc/library/ |
D | struct.rst | 25 alignment is taken into account when unpacking. This behavior is chosen so 106 packing and unpacking data. They are built up from :ref:`format-characters`, 305 unpacking, the resulting bytes object always has exactly the specified number 334 any non-zero value will be ``True`` when unpacking. 347 A basic example of packing/unpacking three integers:: 396 Packing and unpacking of XDR data.
|
D | xdrlib.rst | 20 representation, and another for unpacking from XDR representation. There are 226 The following methods support unpacking arrays and lists: 232 element at a time by first unpacking an unsigned integer flag. If the flag is
|
D | array.rst | 257 Packing and unpacking of heterogeneous binary data. 260 Packing and unpacking of External Data Representation (XDR) data as used in some
|
/third_party/mesa3d/src/mesa/main/ |
D | pack.h | 38 const struct gl_pixelstore_attrib *unpacking);
|
/third_party/flatbuffers/ |
D | README.md | 12 …iency. It allows you to directly access serialized data without parsing/unpacking it first, while …
|
/third_party/icu/tools/multi/proj/provider/ |
D | Makefile | 323 echo re-unpacking $(BUILD)/$*/common ; \ 325 echo re-unpacking $(BUILD)/$*/i18n ; \
|
/third_party/libphonenumber/ |
D | run-java-demo.md | 19 `appengine-java-sdk`. You may want to rename the directory after unpacking.
|
/third_party/python/Doc/tutorial/ |
D | datastructures.rst | 336 See :ref:`tut-unpacking-arguments` for details on the asterisk in this line. 411 elements that are accessed via unpacking (see later in this section) or indexing 437 This is called, appropriately enough, *sequence unpacking* and works for any 438 sequence on the right-hand side. Sequence unpacking requires that there are as 441 packing and sequence unpacking.
|
D | controlflow.rst | 280 Patterns can look like unpacking assignments, and can be used to bind 301 the unpacking assignment ``(x, y) = point``. 369 - Like unpacking assignments, tuple and list patterns have exactly the 373 - Sequence patterns support extended unpacking: ``[x, y, *rest]`` and ``(x, y, 374 *rest)`` work similar to unpacking assignments. The 380 patterns, extra keys are ignored. An unpacking like ``**rest`` is also 901 .. _tut-unpacking-arguments:
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 150 (add support for 16-bit floating-point packing and unpacking functions) 165 vector with components obtained by unpacking a 32-bit unsigned integer into a
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shading_language_packing.txt | 140 (add support for 16-bit floating-point packing and unpacking functions) 155 vector with components obtained by unpacking a 32-bit unsigned integer into a
|
D | ARB_compressed_texture_pixel_storage.txt | 177 images, unpacking compressed images can be defined where: 333 compressed image unpacking will round up to the next block size and
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.1.5.rst | 91 - ac/nir: implement 64-bit packing and unpacking
|
D | 10.0.5.rst | 85 - mesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X24_UINT
|
D | 8.0.4.rst | 66 - vega: fix 565 color unpacking bug
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndexIndirectLineLoop.comp | 97 // unpacking correct 8/16 bits index value from the 32bit word
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 148 unpacking function call. They are included here for both
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 148 unpacking function call. They are included here for both
|
/third_party/mesa3d/docs/nir/ |
D | alu.rst | 54 instructions are often used (and required) for packing/unpacking vectors for
|
12345678