| /third_party/mesa3d/src/mesa/main/ |
| H A D | pixelstore.c | 322 _mesa_compressed_pixel_storage_error_check( struct gl_context *ctx, GLint dimensions, const struct gl_pixelstore_attrib *packing, const char *caller) _mesa_compressed_pixel_storage_error_check() argument [all...] |
| H A D | pbo.c | 437 _mesa_validate_pbo_compressed_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei imageSize, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *funcName) _mesa_validate_pbo_compressed_teximage() argument
|
| H A D | texstore.c | 974 store_texsubimage(struct gl_context *ctx, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, const char *caller) store_texsubimage() argument 1111 _mesa_store_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_teximage() argument 1138 _mesa_store_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLint width, GLint height, GLint depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) _mesa_store_texsubimage() argument 1270 _mesa_compute_compressed_pixelstore(GLuint dims, mesa_format texFormat, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing, struct compressed_pixelstore *store) _mesa_compute_compressed_pixelstore() argument [all...] |
| H A D | image.c | 116 _mesa_image_offset( GLuint dimensions, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_offset() argument 231 _mesa_image_address( GLuint dimensions, const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address() argument 248 _mesa_image_address1d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLenum format, GLenum type, GLint column ) _mesa_image_address1d() argument 260 _mesa_image_address2d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint row, GLint column ) _mesa_image_address2d() argument 272 _mesa_image_address3d( const struct gl_pixelstore_attrib *packing, const GLvoid *image, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint img, GLint row, GLint column ) _mesa_image_address3d() argument 295 _mesa_image_row_stride( const struct gl_pixelstore_attrib *packing, GLint width, GLenum format, GLenum type ) _mesa_image_row_stride() argument 342 _mesa_image_image_stride( const struct gl_pixelstore_attrib *packing, GLint width, GLint height, GLenum format, GLenum type ) _mesa_image_image_stride() argument 865 _mesa_swap_bytes_2d_image(GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLsizei width, GLsizei height, GLvoid *dst, const GLvoid *src) _mesa_swap_bytes_2d_image() argument [all...] |
| H A D | readpix.c | 198 readpixels_can_use_memcpy(const struct gl_context *ctx, GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing) readpixels_can_use_memcpy() argument 226 readpixels_memcpy(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels, const struct gl_pixelstore_attrib *packing) readpixels_memcpy() argument 750 slow_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *packing, GLubyte *dst, int dstStride) slow_read_depth_stencil_pixels_separate() argument 872 _mesa_readpixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *packing, GLvoid *pixels) _mesa_readpixels() argument [all...] |
| H A D | texgetimage.c | 1645 packed_compressed_size(GLuint dimensions, mesa_format format, GLsizei width, GLsizei height, GLsizei depth, const struct gl_pixelstore_attrib *packing) packed_compressed_size() argument
|
| /test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
| H A D | OhSampleBusinessGoods.java | 164 private String packing; field in OhSampleBusinessGoods
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | packing.c | 89 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function 211 EXPORT_SYMBOL(packing); variable
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | packing.c | 77 int packing(void *pbuf, u64 *uval, int startbit, int endbit, size_t pbuflen, in packing() function 199 EXPORT_SYMBOL(packing); variable
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | link_uniforms.cpp | 53 enum glsl_interface_packing packing = in process() local 77 enum glsl_interface_packing packing = var->get_interface_type() ? in process() local 111 recursion(const glsl_type *t, char **name, size_t name_length, bool row_major, const glsl_type *record_type, const enum glsl_interface_packing packing, bool last_field, unsigned record_array_count, const glsl_struct_field *named_ifc_member) recursion() argument 244 link_calculate_matrix_stride(const glsl_type *matrix, bool row_major, enum glsl_interface_packing packing) link_calculate_matrix_stride() argument [all...] |
| H A D | link_uniform_blocks.cpp | 68 enter_record(const glsl_type *type, const char *, bool row_major, const enum glsl_interface_packing packing) enter_record() argument 81 leave_record(const glsl_type *type, const char *, bool row_major, const enum glsl_interface_packing packing) leave_record() argument 107 visit_field(const glsl_type *type, const char *name, bool row_major, const glsl_type *, const enum glsl_interface_packing packing, bool last_field) visit_field() argument
|
| H A D | gl_nir_link_uniforms.c | 1159 const enum glsl_interface_packing packing = in enter_record() local 1182 const enum glsl_interface_packing packing = in leave_record() local 1423 const enum glsl_interface_packing packing = in nir_link_uniform() local 1477 const enum glsl_interface_packing packing = in nir_link_uniform() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_glsl.cpp | 89 static bool packing_is_vec4_padded(BufferPackingStandard packing) in packing_is_vec4_padded() argument 104 static bool packing_is_hlsl(BufferPackingStandard packing) in packing_is_hlsl() argument 117 static bool packing_has_flexible_offset(BufferPackingStandard packing) in packing_has_flexible_offset() argument 132 static bool packing_is_scalar(BufferPackingStandard packing) in packing_is_scalar() argument 145 static BufferPackingStandard packing_to_substruct_packing(BufferPackingStandard packing) in packing_to_substruct_packing() argument [all...] |
| /kernel/linux/linux-5.10/drivers/staging/vt6655/ |
| H A D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
| /kernel/linux/linux-5.10/drivers/staging/vt6656/ |
| H A D | rxtx.h | 47 u16 packing; /* packing to 48 bytes */ member
|
| /kernel/linux/linux-6.6/drivers/staging/vt6655/ |
| H A D | rxtx.h | 43 u16 packing; /* packing to 48 bytes */ member
|
| /kernel/linux/linux-6.6/drivers/staging/vt6656/ |
| H A D | rxtx.h | 45 u16 packing; /* packing to 48 bytes */ member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dpx.c | 166 int w, h, bits_per_color, descriptor, elements, packing; in decode_frame() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | iomapper.h | 336 void setAutoPushConstantBlock(const char* name, unsigned int maxSize, TLayoutPacking packing) { in setAutoPushConstantBlock() argument
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| H A D | bitmap.c | 327 __le32 packing; in reiserfs_choose_packing() local
|
| /kernel/linux/linux-5.10/drivers/staging/gasket/ |
| H A D | gasket_core.h | 67 int packing; member
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| H A D | bitmap.c | 327 __le32 packing; in reiserfs_choose_packing() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo_compute.c | 1028 struct gl_pixelstore_attrib packing = *pack; in copy_converted_buffer() local
|
| /kernel/linux/linux-6.6/include/net/bluetooth/ |
| H A D | bluetooth.h | 179 __u8 packing; member 189 __u8 packing; member
|
| /third_party/mesa3d/src/compiler/ |
| H A D | nir_types.cpp | 680 glsl_interface_type(const glsl_struct_field *fields, unsigned num_fields, enum glsl_interface_packing packing, bool row_major, const char *block_name) glsl_interface_type() argument
|