| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| indirect_texture_compression.c | 79 GLint border, GLsizei image_size, 95 compsize = image_size; 107 __GLX_PUT_LONG(28, image_size); 110 data, image_size); 124 __GLX_PUT_LONG(32, image_size); 127 data, image_size); 140 GLenum format, GLsizei image_size, 154 compsize = image_size; 167 __GLX_PUT_LONG(32, image_size); 170 data, image_size); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| indirect_texture_compression.c | 79 GLint border, GLsizei image_size, 95 compsize = image_size; 107 __GLX_PUT_LONG(28, image_size); 110 data, image_size); 124 __GLX_PUT_LONG(32, image_size); 127 data, image_size); 140 GLenum format, GLsizei image_size, 154 compsize = image_size; 167 __GLX_PUT_LONG(32, image_size); 170 data, image_size); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_nir_clamp_image_1d_2d_array_sizes.c | 44 nir_ssa_def *image_size = NULL; local 56 image_size = &intr->dest.ssa; 67 image_size = &intr->dest.ssa; 85 image_size = &tex_instr->dest.ssa; 93 if (!image_size) 101 for (int i = 0; i < image_size->num_components; i++) { 102 if (i == (image_size->num_components - 1)) { 105 nir_imax(b, nir_channel(b, image_size, i), 120 components[i] = nir_channel(b, image_size, i); 125 nir_vec(b, components, image_size->num_components) [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| region-fractional-test.c | 89 int image_size = 128; local 96 prng_rand_n (image_size), 97 prng_rand_n (image_size), 102 pixman_region64f_init_rect (&r2, 0, 0, image_size, image_size); 107 image = pixman_image_create_bits (PIXMAN_a1, image_size, image_size, NULL, 0); 112 image_size, image_size);
|
| region-test.c | 89 int image_size = 128; local 96 prng_rand_n (image_size), 97 prng_rand_n (image_size), 102 pixman_region32_init_rect (&r2, 0, 0, image_size, image_size); 107 image = pixman_image_create_bits (PIXMAN_a1, image_size, image_size, NULL, 0); 112 image_size, image_size);
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| render-glyphs.c | 103 static void render_clear(char *image, int image_size, int bpp) 105 memset(image, 0, image_size); 108 static void render_black(char *image, int image_size, int bpp) 112 image_size /= 4; 113 while (image_size--) 116 memset(image, 0x55, image_size); 119 static void render_green(char *image, int image_size, int bpp) 123 image_size /= 4; 124 while (image_size--) 127 memset(image, 0xaa, image_size); 143 int image_size; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| anv_nir_lower_ycbcr_textures.c | 32 nir_ssa_def *image_size; member in struct:ycbcr_state 42 if (state->image_size) 43 return state->image_size; 62 state->image_size = nir_i2f32(b, &tex->dest.ssa); 64 return state->image_size; 89 nir_ssa_def *image_size = get_texture_size(state, state->tex_deref); local 98 nir_channel(b, image_size, c),
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| torus.c | 189 GLsizei image_size; local 253 image_size = cpal_formats[idx].size * cpal_formats[idx].num_entries; 254 indices = palette + image_size; 269 image_size += 1; 275 image_size += 1; 283 image_size, palette); 291 return image_size;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_pbo.h | 56 int32_t image_size; member in struct:st_pbo_addresses::__anon2688
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_pbo.h | 56 int32_t image_size; member in struct:st_pbo_addresses::__anon5007
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_nir_lower_ycbcr_textures.c | 33 nir_ssa_def *image_size; member in struct:ycbcr_state 84 nir_ssa_def *image_size = NULL; local 104 if (!image_size) 105 image_size = get_texture_size(state, state->tex_deref); 107 comp[c] = implicit_downsampled_coord(b, comp[c], nir_channel(b, image_size, c), divisors[c]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_nir_lower_ycbcr_textures.c | 32 nir_ssa_def *image_size; member in struct:ycbcr_state 203 nir_ssa_def *image_size = NULL; local 211 if (!image_size) 212 image_size = get_texture_size(state, state->tex_deref); 216 nir_channel(b, image_size, c),
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_nir_lower_ycbcr_textures.c | 31 nir_ssa_def *image_size; member in struct:ycbcr_state 162 if (state->image_size) 163 return state->image_size; 182 state->image_size = nir_i2f32(b, &tex->dest.ssa); 184 return state->image_size; 209 nir_ssa_def *image_size = get_texture_size(state, state->tex_deref); local 218 nir_channel(b, image_size, c),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| module.hpp | 78 image_size, enumerator in enum:clover::module::argument::semantic
|
| kernel.cpp | 191 case module::argument::image_size: { 193 std::vector<cl_uint> image_size{ 197 for (auto x : image_size) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| radeon_uvd.c | 238 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local 248 image_size = align(width, get_db_pitch_alignment(dec)) * height; 249 image_size += image_size / 2; 250 image_size = align(image_size, 1024); 292 dpb_size = image_size * max_references; 301 dpb_size = image_size * max_references; 317 dpb_size = image_size * max_references; 334 dpb_size = image_size * NUM_MPEG2_REFS [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyrvideo.c | 936 int result=BadImplementation, image_size=0 ; local 960 a_id, a_width, a_height, &image_size)) { 968 if (!ephyrXVPrivSaveImageToPortPriv (port_priv, a_buf, image_size)) { 1253 int image_size=0 ; local 1263 &image_size, 1268 EPHYR_LOG ("image size: %d, dim (%dx%d)\n", image_size, *a_w, *a_h) ; 1272 return image_size ;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| binary.hpp | 102 image_size, enumerator in enum:clover::binary::argument::semantic
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/ |
| radeon_uvd.c | 336 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local 346 image_size = align(width, get_db_pitch_alignment(dec)) * height; 347 image_size += image_size / 2; 348 image_size = align(image_size, 1024); 390 dpb_size = image_size * max_references; 400 dpb_size = image_size * max_references; 433 dpb_size = image_size * max_references; 450 dpb_size = image_size * NUM_MPEG2_REFS [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| radeon_uvd.c | 289 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local 299 image_size = align(width, get_db_pitch_alignment(dec)) * height; 300 image_size += image_size / 2; 301 image_size = align(image_size, 1024); 343 dpb_size = image_size * max_references; 352 dpb_size = image_size * max_references; 382 dpb_size = image_size * max_references; 399 dpb_size = image_size * NUM_MPEG2_REFS [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| radeon_uvd.c | 343 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local 353 image_size = align(width, get_db_pitch_alignment(dec)) * height; 354 image_size += image_size / 2; 355 image_size = align(image_size, 1024); 397 dpb_size = image_size * max_references; 407 dpb_size = image_size * max_references; 438 dpb_size = image_size * max_references; 455 dpb_size = image_size * NUM_MPEG2_REFS [all...] |
| radeon_vcn_dec.c | 1139 unsigned width_in_mb, height_in_mb, image_size, dpb_size; local 1149 image_size = align(width, 32) * height; 1150 image_size += image_size / 2; 1151 image_size = align(image_size, 1024); 1190 dpb_size = image_size * max_references; 1213 dpb_size = image_size * max_references; 1230 dpb_size = image_size * NUM_MPEG2_REFS; 1235 dpb_size = image_size * max_references [all...] |
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| ttsbit.c | 1324 FT_ULong image_size; local 1330 image_size = FT_NEXT_ULONG( p ); 1335 image_start = image_size * ( glyph_index - start ); 1336 image_end = image_start + image_size; 1390 FT_ULong image_size, mm, num_glyphs; local 1396 image_size = FT_NEXT_ULONG( p ); 1419 image_start = image_size * mm; 1420 image_end = image_start + image_size;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyrvideo.c | 984 int result = BadImplementation, image_size = 0; local 1007 a_id, a_width, a_height, &image_size)) { 1016 if (!ephyrXVPrivSaveImageToPortPriv(port_priv, a_buf, image_size)) { 1222 int image_size = 0; local 1244 image_size = reply->data_size; 1248 EPHYR_LOG("image size: %d, dim (%dx%d)\n", image_size, *a_w, *a_h); 1252 return image_size;
|
| /xsrc/external/mit/x11perf/dist/ |
| do_blt.c | 407 int image_size; local 423 image_size = image->bytes_per_line * image->height; 425 if(p->font && strcmp(p->font, "XYBitmap") != 0) image_size *= xp->vinfo.depth; 426 shm_info.shmid = shmget(IPC_PRIVATE, image_size, IPC_CREAT|0777); 481 memmove( shm_image.data, image->data, image_size);
|