Home
last modified time | relevance | path

Searched refs:image_size (Results 1 - 25 of 63) sorted by relevance

123

/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c79 GLint border, GLsizei image_size, in CompressedTexImage1D2D()
95 compsize = image_size; in CompressedTexImage1D2D()
107 __GLX_PUT_LONG(28, image_size); in CompressedTexImage1D2D()
110 data, image_size); in CompressedTexImage1D2D()
124 __GLX_PUT_LONG(32, image_size); in CompressedTexImage1D2D()
127 data, image_size); in CompressedTexImage1D2D()
140 GLenum format, GLsizei image_size, in CompressedTexSubImage1D2D()
154 compsize = image_size; in CompressedTexSubImage1D2D()
167 __GLX_PUT_LONG(32, image_size); in CompressedTexSubImage1D2D()
170 data, image_size); in CompressedTexSubImage1D2D()
76 CompressedTexImage1D2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexImage1D2D() argument
137 CompressedTexSubImage1D2D(GLenum target, GLint level, GLsizei xoffset, GLsizei yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data, CARD32 rop) CompressedTexSubImage1D2D() argument
194 __indirect_glCompressedTexImage1D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage1D() argument
206 __indirect_glCompressedTexImage2D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage2D() argument
219 __indirect_glCompressedTexImage3D(GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexImage3D() argument
267 __indirect_glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage1D() argument
280 __indirect_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage2D() argument
293 __indirect_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei image_size, const GLvoid * data) __indirect_glCompressedTexSubImage3D() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_clamp_image_1d_2d_array_sizes.c44 nir_ssa_def *image_size = NULL; in brw_nir_clamp_image_1d_2d_array_sizes_instr() local
56 image_size = &intr->dest.ssa; in brw_nir_clamp_image_1d_2d_array_sizes_instr()
67 image_size = &intr->dest.ssa; in brw_nir_clamp_image_1d_2d_array_sizes_instr()
85 image_size = &tex_instr->dest.ssa; in brw_nir_clamp_image_1d_2d_array_sizes_instr()
93 if (!image_size) in brw_nir_clamp_image_1d_2d_array_sizes_instr()
101 for (int i = 0; i < image_size->num_components; i++) { in brw_nir_clamp_image_1d_2d_array_sizes_instr()
102 if (i == (image_size->num_components - 1)) { in brw_nir_clamp_image_1d_2d_array_sizes_instr()
105 nir_imax(b, nir_channel(b, image_size, i), in brw_nir_clamp_image_1d_2d_array_sizes_instr()
120 components[i] = nir_channel(b, image_size, i); in brw_nir_clamp_image_1d_2d_array_sizes_instr()
125 nir_vec(b, components, image_size in brw_nir_clamp_image_1d_2d_array_sizes_instr()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c32 nir_ssa_def *image_size; member
42 if (state->image_size) in get_texture_size()
43 return state->image_size; in get_texture_size()
62 state->image_size = nir_i2f32(b, &tex->dest.ssa); in get_texture_size()
64 return state->image_size; in get_texture_size()
89 nir_ssa_def *image_size = get_texture_size(state, state->tex_deref); in implicit_downsampled_coords() local
98 nir_channel(b, image_size, c), in implicit_downsampled_coords()
/third_party/backends/backend/pixma/
H A Dpixma_common.c876 pixma_dbg (3, " line_size=%"PRIu64" image_size=%"PRIu64" channels=%u depth=%u\n", in pixma_scan()
877 sp->line_size, sp->image_size, sp->channels, sp->depth); in pixma_scan()
911 if (s->cur_image_size < s->param->image_size) in fill_pixels()
913 long n = s->param->image_size - s->cur_image_size; in fill_pixels()
943 if (s->cur_image_size < s->param->image_size) in pixma_read_image()
969 if ((s->cur_image_size != s->param->image_size) && !s->param->mode_jpeg) in pixma_read_image()
974 s->param->image_size, s->param->h, in pixma_read_image()
983 if ((s->cur_image_size < s->param->image_size) && !s->param->mode_jpeg) in pixma_read_image()
997 PASSERT (s->cur_image_size <= s->param->image_size); in pixma_read_image()
1159 sp->image_size in pixma_check_scan_param()
[all...]
H A Dpixma.h305 * image_size = line_size * h <br>
307 uint64_t image_size; member
/third_party/ffmpeg/libavformat/
H A Dcdxl.c121 uint32_t current_size, video_size, image_size; in cdxl_read_packet() local
155 image_size = width * height * cdxl->header[19] / 8; in cdxl_read_packet()
157 image_size = FFALIGN(width, 16) * height * cdxl->header[19] / 8; in cdxl_read_packet()
158 video_size = palette_size + image_size; in cdxl_read_packet()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c238 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local
248 image_size = align(width, get_db_pitch_alignment(dec)) * height; in calc_dpb_size()
249 image_size += image_size / 2; in calc_dpb_size()
250 image_size = align(image_size, 1024); in calc_dpb_size()
292 dpb_size = image_size * max_references; in calc_dpb_size()
301 dpb_size = image_size * max_references; in calc_dpb_size()
317 dpb_size = image_size * max_references; in calc_dpb_size()
334 dpb_size = image_size * NUM_MPEG2_REF in calc_dpb_size()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c33 nir_ssa_def *image_size; member
84 nir_ssa_def *image_size = NULL; in implicit_downsampled_coords() local
104 if (!image_size) in implicit_downsampled_coords()
105 image_size = get_texture_size(state, state->tex_deref); in implicit_downsampled_coords()
107 comp[c] = implicit_downsampled_coord(b, comp[c], nir_channel(b, image_size, c), divisors[c]); in implicit_downsampled_coords()
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c65 image_size, /* Size of image in bytes */ in _cupsImageReadBMP() local
114 image_size = read_dword(fp); in _cupsImageReadBMP()
150 fprintf(stderr, "compression = %d, image_size = %d, xppi = %d, yppi = %d\n", in _cupsImageReadBMP()
151 compression, image_size, img->xppi, img->yppi); in _cupsImageReadBMP()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttsbit.c1328 FT_ULong image_size; in tt_sbit_decoder_load_image() local
1334 image_size = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1339 image_start = image_size * ( glyph_index - start ); in tt_sbit_decoder_load_image()
1340 image_end = image_start + image_size; in tt_sbit_decoder_load_image()
1394 FT_ULong image_size, mm, num_glyphs; in tt_sbit_decoder_load_image() local
1400 image_size = FT_NEXT_ULONG( p ); in tt_sbit_decoder_load_image()
1423 image_start = image_size * mm; in tt_sbit_decoder_load_image()
1424 image_end = image_start + image_size; in tt_sbit_decoder_load_image()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c336 unsigned width_in_mb, height_in_mb, image_size, dpb_size; in calc_dpb_size() local
346 image_size = align(width, get_db_pitch_alignment(dec)) * height; in calc_dpb_size()
347 image_size += image_size / 2; in calc_dpb_size()
348 image_size = align(image_size, 1024); in calc_dpb_size()
390 dpb_size = image_size * max_references; in calc_dpb_size()
400 dpb_size = image_size * max_references; in calc_dpb_size()
433 dpb_size = image_size * max_references; in calc_dpb_size()
450 dpb_size = image_size * NUM_MPEG2_REF in calc_dpb_size()
[all...]
/third_party/backends/backend/
H A Dhp5590.c269 unsigned long long image_size; member
300 unsigned long long *image_size) in calc_image_params()
337 "bytes_per_line: %u, lines: %u, image_size: %u\n", in calc_image_params()
353 if (image_size) in calc_image_params()
354 *image_size = _image_size; in calc_image_params()
649 ptr->image_size = 0; in sane_open()
1525 scanner->transferred_image_size = scanner->image_size; in sane_start()
1590 &scanner->image_size); in sane_start()
1597 scanner->transferred_image_size = scanner->image_size; in sane_start()
1608 scanner->image_size, bytes_per_lin in sane_start()
295 calc_image_params(struct hp5590_scanner *scanner, unsigned int *pixel_bits, unsigned int *pixels_per_line, unsigned int *bytes_per_line, unsigned int *lines, unsigned long long *image_size) calc_image_params() argument
[all...]
H A Dteco3.c1244 assert (offset <= (dev->image_size - dev->params.bytes_per_line)); in teco_adjust_raster()
1259 assert (dest <= (dev->image + dev->image_size + 2)); in teco_adjust_raster()
1311 dev->image_size) in teco_fill_image()
1334 if (size > dev->image_size - dev->raster_ahead - dev->image_end) in teco_fill_image()
1335 size = dev->image_size - dev->raster_ahead - dev->image_end; in teco_fill_image()
2023 * Align image_size to a multiple of lines. (important) in sane_start()
2027 dev->image_size = dev->buffer_size + dev->raster_ahead; in sane_start()
2028 dev->image_size = in sane_start()
2029 dev->image_size - (dev->image_size in sane_start()
[all...]
H A Dstv680.h131 size_t image_size; /* allocated size of image */ member
/third_party/ffmpeg/libavcodec/
H A Dsmc.c100 int image_size = height * s->frame->linesize[0]; in smc_decode_stream() local
133 if (row_ptr >= image_size) { in smc_decode_stream()
135 row_ptr, image_size); in smc_decode_stream()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.h56 int32_t image_size; member
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table_format2.cc106 void IndexSubTableFormat2::Builder::SetImageSize(int32_t image_size) { in SetImageSize() argument
108 image_size); in SetImageSize()
H A Dindex_sub_table_format5.cc231 void IndexSubTableFormat5::Builder::SetImageSize(int32_t image_size) { in SetImageSize() argument
233 EblcTable::Offset::kIndexSubTable5_imageSize, image_size); in SetImageSize()
H A Dindex_sub_table_format2.h57 void SetImageSize(int32_t image_size);
H A Dindex_sub_table_format5.h56 void SetImageSize(int32_t image_size);
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc443 int32_t image_size = 0; in ConstructIndexFormat5() local
448 image_size = builder2->ImageSize(); in ConstructIndexFormat5()
454 image_size = builder5->ImageSize(); in ConstructIndexFormat5()
469 new_builder->SetImageSize(image_size); in ConstructIndexFormat5()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dbmp_to_nv12.py38 image_size, = struct.unpack("i", bmp_file.read(4))
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp102 image_size, enumerator
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp346 glw::GLsizei image_size, const glw::GLvoid* data);
1057 * @param image_size Size of data
1062 glw::GLsizei image_size, const glw::GLvoid* data) in CompressedImage()
1067 gl.compressedTexImage1D(target, level, internal_format, width, 0 /* border */, image_size, data); in CompressedImage()
1073 gl.compressedTexImage2D(target, level, internal_format, width, height, 0 /* border */, image_size, data); in CompressedImage()
1078 image_size, data); in CompressedImage()
1080 image_size, data); in CompressedImage()
1082 image_size, data); in CompressedImage()
1084 image_size, data); in CompressedImage()
1086 image_size, dat in CompressedImage()
1060 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
[all...]
H A Dgl4cBufferStorageTests.cpp314 glw::GLsizei image_size, const glw::GLvoid* data);
1332 * @param image_size Size of data
1337 glw::GLsizei image_size, const glw::GLvoid* data) in CompressedImage()
1342 gl.compressedTexImage1D(target, level, internal_format, width, 0 /* border */, image_size, data); in CompressedImage()
1348 gl.compressedTexImage2D(target, level, internal_format, width, height, 0 /* border */, image_size, data); in CompressedImage()
1353 image_size, data); in CompressedImage()
1355 image_size, data); in CompressedImage()
1357 image_size, data); in CompressedImage()
1359 image_size, data); in CompressedImage()
1361 image_size, dat in CompressedImage()
1335 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
[all...]

Completed in 27 milliseconds

123