Home
last modified time | relevance | path

Searched defs:packing (Results 1 - 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dpixelstore.c322 _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 Dpbo.c437 _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 Dtexstore.c974 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 Dimage.c116 _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 Dreadpix.c198 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 Dtexgetimage.c1645 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 DOhSampleBusinessGoods.java164 private String packing; field in OhSampleBusinessGoods
/kernel/linux/linux-5.10/lib/
H A Dpacking.c89 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 Dpacking.c77 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 Dlink_uniforms.cpp53 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 Dlink_uniform_blocks.cpp68 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 Dgl_nir_link_uniforms.c1159 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 Dspirv_glsl.cpp89 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 Drxtx.h45 u16 packing; /* packing to 48 bytes */ member
/kernel/linux/linux-5.10/drivers/staging/vt6656/
H A Drxtx.h47 u16 packing; /* packing to 48 bytes */ member
/kernel/linux/linux-6.6/drivers/staging/vt6655/
H A Drxtx.h43 u16 packing; /* packing to 48 bytes */ member
/kernel/linux/linux-6.6/drivers/staging/vt6656/
H A Drxtx.h45 u16 packing; /* packing to 48 bytes */ member
/third_party/ffmpeg/libavcodec/
H A Ddpx.c166 int w, h, bits_per_color, descriptor, elements, packing; in decode_frame() local
/third_party/glslang/glslang/MachineIndependent/
H A Diomapper.h336 void setAutoPushConstantBlock(const char* name, unsigned int maxSize, TLayoutPacking packing) { in setAutoPushConstantBlock() argument
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dbitmap.c327 __le32 packing; in reiserfs_choose_packing() local
/kernel/linux/linux-5.10/drivers/staging/gasket/
H A Dgasket_core.h67 int packing; member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dbitmap.c327 __le32 packing; in reiserfs_choose_packing() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c1028 struct gl_pixelstore_attrib packing = *pack; in copy_converted_buffer() local
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dbluetooth.h179 __u8 packing; member
189 __u8 packing; member
/third_party/mesa3d/src/compiler/
H A Dnir_types.cpp680 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

Completed in 43 milliseconds

12