Home
last modified time | relevance | path

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

/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
/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
H A Dlinker.cpp1602 glsl_interface_packing packing = in resize_interface_members() local
1633 glsl_interface_packing packing = in fixup_unnamed_interface_type() local
H A Dast_to_hir.cpp8061 enum glsl_interface_packing packing; in hir() 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...]
/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
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c1028 struct gl_pixelstore_attrib packing = *pack; in copy_converted_buffer() local
/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
H A Dglsl_types.cpp2689 enum glsl_interface_packing packing = in get_explicit_interface_type() local
3306 enum glsl_interface_packing packing in decode_type_from_blob() local
137 glsl_type(const glsl_struct_field *fields, unsigned num_fields, enum glsl_interface_packing packing, bool row_major, const char *name) glsl_type() argument
1488 get_interface_instance(const glsl_struct_field *fields, unsigned num_fields, enum glsl_interface_packing packing, bool row_major, const char *block_name) get_interface_instance() argument
[all...]
H A Dglsl_types.h1262 enum glsl_interface_packing packing = this->get_interface_packing(); in get_internal_ifc_packing() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c660 unsigned packing:2; /* enum load_const_packing */ member
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c8772 IT(packing); variable

Completed in 56 milliseconds