Searched refs:pitch (Results 1 - 25 of 901) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_layout_test.c44 {.offset = 0, .pitch = 256},
45 {.offset = 8192, .pitch = 256},
46 {.offset = 12288, .pitch = 256},
47 {.offset = 14336, .pitch = 256},
48 {.offset = 15360, .pitch = 256},
49 {.offset = 15872, .pitch = 256},
67 {.offset = 0, .pitch = 4096},
68 {.offset = 65536, .pitch = 2048},
69 {.offset = 98304, .pitch = 1024},
70 {.offset = 114688, .pitch
[all...]
H A Dfd5_layout_test.c47 {.offset = 0, .pitch = 256},
48 {.offset = 8192, .pitch = 256},
49 {.offset = 12288, .pitch = 256},
50 {.offset = 14336, .pitch = 256},
51 {.offset = 15360, .pitch = 256},
52 {.offset = 15872, .pitch = 256},
72 {.offset = 0, .pitch = 256},
73 {.offset = 135168, .pitch = 256},
74 {.offset = 176128, .pitch = 256},
75 {.offset = 192512, .pitch
[all...]
H A Dfd_layout_test.h38 uint32_t pitch; member in struct:testcase::__anonbd1a3f260108::__anonbd1a3f260208
42 uint32_t pitch; member in struct:testcase::__anonbd1a3f260108::__anonbd1a3f260308
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
H A Dhurd_bell.c34 xf86OSRingBell(int loudness, int pitch, int duration) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/
H A Dhurd_bell.c34 xf86OSRingBell(int loudness, int pitch, int duration) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/stub/
H A Dstub_bell.c8 xf86OSRingBell(int loudness, int pitch, int duration) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_bell.c38 xf86OSRingBell(int loudness, int pitch, int duration) argument
40 if (xf86Info.consoleFd == -1 || !pitch || !loudness)
44 ((1193190 / pitch) & 0xffff) |
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_bell.c38 xf86OSRingBell(int loudness, int pitch, int duration) argument
40 if (xf86Info.consoleFd == -1 || !pitch || !loudness)
44 ((1193190 / pitch) & 0xffff) |
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c45 xf86OSRingBell(int loudness, int pitch, int duration) argument
51 if (loudness && pitch)
61 data[0] = pitch;
70 ((1193190 / pitch) & 0xffff) |
77 wsb.pitch = pitch;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c41 xf86OSRingBell(int loudness, int pitch, int duration) argument
47 if (loudness && pitch) {
56 data[0] = pitch;
65 ((1193190 / pitch) & 0xffff) |
72 wsb.pitch = pitch;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddumb_bo.h36 uint32_t pitch; member in struct:dumb_bo
43 struct dumb_bo *dumb_get_bo_from_fd(int fd, int handle, int pitch, int size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_memory.c117 * On some chips, pitch width has to be a power of two tile width, so
121 intel_get_fence_pitch(intel_screen_private *intel, unsigned long pitch, argument
128 return pitch;
132 return ALIGN(pitch, tile_width);
135 for (i = tile_width; i < pitch; i <<= 1) ;
199 int pitch, size; local in function:intel_compute_size
203 pitch = (w * bpp + 7) / 8;
204 pitch = ALIGN(pitch, 64);
205 size = pitch * ALIG
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_memory.c117 * On some chips, pitch width has to be a power of two tile width, so
121 intel_get_fence_pitch(intel_screen_private *intel, unsigned long pitch, argument
128 return pitch;
132 return ALIGN(pitch, tile_width);
135 for (i = tile_width; i < pitch; i <<= 1) ;
199 int pitch, size; local in function:intel_compute_size
203 pitch = (w * bpp + 7) / 8;
204 pitch = ALIGN(pitch, 64);
205 size = pitch * ALIG
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftbitmap.c70 FT_Int pitch; local in function:FT_Bitmap_Copy
85 source_pitch_sign = source->pitch < 0 ? -1 : 1;
86 target_pitch_sign = target->pitch < 0 ? -1 : 1;
92 target->pitch = -target->pitch;
98 pitch = source->pitch;
100 if ( pitch < 0 )
101 pitch = -pitch;
165 unsigned int pitch; local in function:ft_bitmap_assure_buffer
314 FT_Int i, x, pitch; local in function:FT_Bitmap_Embolden
973 int pitch, new_pitch; local in function:FT_Bitmap_Blend
[all...]
/xsrc/external/mit/libdrm/dist/tests/tegra/
H A Ddrm-test.h36 unsigned int pitch; member in struct:drm_screen
50 unsigned int pitch; member in struct:drm_framebuffer
65 unsigned int pitch, uint32_t format,
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvip_1400.c87 sc1400_set_vip_pitch(unsigned long pitch) argument
90 gfx_set_vip_pitch(unsigned long pitch)
93 WRITE_VIP32(SC1400_VIP_PITCH, pitch & 0x0000FFFC);
151 sc1400_set_vbi_pitch(unsigned long pitch) argument
154 gfx_set_vbi_pitch(unsigned long pitch)
157 WRITE_VIP32(SC1400_VBI_PITCH, pitch & 0x0000FFFC);
H A Dgfx_vip.c227 gfx_set_vip_pitch(unsigned long pitch) argument
233 status = sc1200_set_vip_pitch(pitch);
307 gfx_set_vbi_pitch(unsigned long pitch) argument
313 status = sc1200_set_vbi_pitch(pitch);
469 unsigned long pitch = 0; local in function:gfx_get_vbi_pitch
473 pitch = sc1200_get_vbi_pitch();
475 return (pitch);
507 unsigned long pitch = 0; local in function:gfx_get_vip_pitch
511 pitch = sc1200_get_vip_pitch();
513 return (pitch);
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DddxBeep.c123 int pitch,duration; local in function:_XkbDDXBeepExpire
139 pitch= oldPitch= ctrl->bell_pitch;
151 * If we cannot do pitch, we want a single beep for on and two
157 pitch= HIGH_PITCH;
162 pitch= LOW_PITCH;
169 * If we cannot do pitch, we want a single beep for on and two
175 pitch= LOW_PITCH;
181 pitch= MID_PITCH;
189 pitch= MID_PITCH;
196 pitch
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DddxBeep.c123 int pitch, duration; local in function:_XkbDDXBeepExpire
139 pitch = oldPitch = ctrl->bell_pitch;
151 * If we cannot do pitch, we want a single beep for on and two
158 pitch = HIGH_PITCH;
164 pitch = LOW_PITCH;
171 * If we cannot do pitch, we want a single beep for on and two
178 pitch = LOW_PITCH;
184 pitch = MID_PITCH;
193 pitch = MID_PITCH;
201 pitch
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.c134 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
264 * 16-bit integer to represent buffer pitch, so it can only handle buffer
268 * this copy when the region's pitch is less than 32k.
270 if (src_mt->region->pitch > 32768 ||
271 dst_mt->region->pitch > 32768) {
272 perf_debug("Falling back due to >32k pitch\n");
282 int src_pitch = src_mt->region->pitch;
303 dst_mt->region->pitch,
380 int pitch, cpp; local in function:intelClearWithBlit
401 pitch
582 GLuint pitch, height; local in function:intel_emit_linear_blit
634 int pitch, cpp; local in function:intel_miptree_set_alpha_to_one
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.c134 /* Blit pitch must be dword-aligned. Otherwise, the hardware appears to drop
264 * 16-bit integer to represent buffer pitch, so it can only handle buffer
268 * this copy when the region's pitch is less than 32k.
270 if (src_mt->region->pitch > 32768 ||
271 dst_mt->region->pitch > 32768) {
272 perf_debug("Falling back due to >32k pitch\n");
282 int src_pitch = src_mt->region->pitch;
303 dst_mt->region->pitch,
380 int pitch, cpp; local in function:intelClearWithBlit
401 pitch
582 GLuint pitch, height; local in function:intel_emit_linear_blit
634 int pitch, cpp; local in function:intel_miptree_set_alpha_to_one
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dgfx_vip.c126 gfx_set_vip_pitch(unsigned long pitch) argument
132 status = sc1200_set_vip_pitch(pitch);
206 gfx_set_vbi_pitch(unsigned long pitch) argument
212 status = sc1200_set_vbi_pitch(pitch);
368 unsigned long pitch = 0; local in function:gfx_get_vbi_pitch
372 pitch = sc1200_get_vbi_pitch();
374 return (pitch);
406 unsigned long pitch = 0; local in function:gfx_get_vip_pitch
410 pitch = sc1200_get_vip_pitch();
412 return (pitch);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video.c233 /* Determine the desired destination pitch (representing the
234 * chroma's pitch in the planar case).
240 frame->pitch[0] = ALIGN((height / 2), align);
241 frame->pitch[1] = ALIGN(height, align);
244 frame->pitch[0] = ALIGN((width / 2), align);
245 frame->pitch[1] = ALIGN(width, align);
248 frame->size *= frame->pitch[0] + frame->pitch[1];
251 frame->UBufOffset = (int)frame->pitch[1] * width;
253 frame->UBufOffset + (int)frame->pitch[
395 int pitch = frame->width << 1; local in function:sna_copy_packed_data
[all...]

Completed in 24 milliseconds

1234567891011>>