HomeSort by relevance Sort by last modified time
    Searched refs:packing (Results 1 - 25 of 39) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/
fr450-media-issue.l 2 .*:5: Error: VLIW packing constraint violation
3 .*:9: Error: VLIW packing constraint violation
4 .*:13: Error: VLIW packing constraint violation
6 .*:17: Error: VLIW packing constraint violation
7 .*:19: Error: VLIW packing constraint violation
8 .*:21: Error: VLIW packing constraint violation
9 .*:23: Error: VLIW packing constraint violation
10 .*:25: Error: VLIW packing constraint violation
11 .*:27: Error: VLIW packing constraint violation
13 .*:33: Error: VLIW packing constraint violatio
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
instruction_packing-007.s 2 ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
4 ;; -gstabs and -gstabs --gstabs-packing disable inserting nops.
instruction_packing-010.d 3 #as: -gstabs --no-gstabs-packing --gstabs-packing
instruction_packing-009.d 3 #as: -gstabs --no-gstabs-packing
instruction_packing.s 1 ;; Test instruction packing
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTimeCode.h 79 // bits packing for packing for packing for
121 // Bit packing variants
124 enum Packing
126 TV60_PACKING, // packing for 60-field television
127 TV50_PACKING, // packing for 50-field television
128 FILM24_PACKING // packing for 24-frame film
159 Packing packing = TV60_PACKING)
    [all...]
ImfTimeCode.cpp 99 Packing packing)
101 setTimeAndFlags (timeAndFlags, packing);
344 TimeCode::timeAndFlags (Packing packing) const
346 if (packing == TV50_PACKING)
359 if (packing == FILM24_PACKING)
363 else // packing == TV60_PACKING
371 TimeCode::setTimeAndFlags (unsigned int value, Packing packing)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 49 const struct gl_pixelstore_attrib *packing)
88 format, type, pixels, packing,
124 format, type, pixels, packing)) {
146 _mesa_unmap_teximage_pbo(ctx, packing);
159 const struct gl_pixelstore_attrib *packing)
165 format, type, pixels, packing)) {
169 format, type, pixels, packing);
  /external/mesa3d/src/mesa/main/
image.h 43 const struct gl_pixelstore_attrib *packing,
50 const struct gl_pixelstore_attrib *packing,
57 _mesa_image_address1d( const struct gl_pixelstore_attrib *packing,
64 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing,
71 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing,
79 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing,
84 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing,
image.c 82 * Pixel unpacking/packing parameters are observed according to \p packing.
85 * \param packing the pixelstore attributes
100 const struct gl_pixelstore_attrib *packing,
115 alignment = packing->Alignment;
116 if (packing->RowLength > 0) {
117 pixels_per_row = packing->RowLength;
122 if (packing->ImageHeight > 0) {
123 rows_per_image = packing->ImageHeight;
129 skippixels = packing->SkipPixels
    [all...]
readpix.c 58 const struct gl_pixelstore_attrib *packing )
68 if (packing->SwapBytes)
86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
87 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
114 const struct gl_pixelstore_attrib *packing )
132 if (fast_read_depth_pixels(ctx, x, y, width, height, type, pixels, packing))
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
136 dst = (GLubyte *) _mesa_image_address2d(packing, pixels, width, height,
152 _mesa_pack_depth_span(ctx, width, dst, type, depthValues, packing);
176 const struct gl_pixelstore_attrib *packing )
    [all...]
readpix.h 40 const struct gl_pixelstore_attrib *packing,
texstore.h 55 * \param srcPacking source image packing parameters
97 const struct gl_pixelstore_attrib *packing);
106 const struct gl_pixelstore_attrib *packing);
pbo.c 372 const struct gl_pixelstore_attrib *packing,
377 if (!_mesa_is_bufferobj(packing->BufferObj)) {
382 ((const GLubyte *) 0) + packing->BufferObj->Size) {
389 packing->BufferObj->Size,
391 packing->BufferObj);
pack.h 40 const struct gl_pixelstore_attrib *packing);
45 const struct gl_pixelstore_attrib *packing);
49 GLubyte *dest, const struct gl_pixelstore_attrib *packing);
pbo.h 85 const struct gl_pixelstore_attrib *packing,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
guard-debug.s 2 # On the D30V, assembling with -g should disable the VLIW packing
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 487 const struct gl_pixelstore_attrib *packing,
505 pixels, packing, "glCompressedTexImage");
509 pixels, packing, "glTexImage");
521 format, type, pixels, packing);
525 _mesa_unmap_teximage_pbo(ctx, packing);
548 const struct gl_pixelstore_attrib *packing)
551 packing, GL_FALSE);
570 const struct gl_pixelstore_attrib *packing,
580 pixels, packing, "glCompressedTexSubImage");
584 pixels, packing, "glTexSubImage")
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
lsm_params.h 124 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /hardware/qcom/msm8994/original-kernel-headers/sound/
lsm_params.h 147 * @packing: indicates the packing method used for data path
153 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /hardware/qcom/msm8996/kernel-headers/linux/sound/
lsm_params.h 124 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /hardware/qcom/msm8996/kernel-headers/sound/
lsm_params.h 124 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /hardware/qcom/msm8996/original-kernel-headers/linux/sound/
lsm_params.h 147 * @packing: indicates the packing method used for data path
153 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /hardware/qcom/msm8996/original-kernel-headers/sound/
lsm_params.h 147 * @packing: indicates the packing method used for data path
153 __u8 packing; member in struct:snd_lsm_output_format_cfg
  /external/vulkan-validation-layers/libs/glm/detail/
dummy.cpp 102 #include <glm/packing.hpp>// glm::packUnorm2x16

Completed in 727 milliseconds

1 2