| /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/ |
| H A D | fd6_layout_test.c | 44 {.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 D | fd5_layout_test.c | 47 {.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 D | fd_layout_test.h | 38 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 D | hurd_bell.c | 34 xf86OSRingBell(int loudness, int pitch, int duration) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/ |
| H A D | hurd_bell.c | 34 xf86OSRingBell(int loudness, int pitch, int duration) argument
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/stub/ |
| H A D | stub_bell.c | 8 xf86OSRingBell(int loudness, int pitch, int duration) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_bell.c | 38 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 D | lnx_bell.c | 38 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 D | bsd_bell.c | 45 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 D | bsd_bell.c | 41 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 D | dumb_bo.h | 36 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 D | nouveau_surface.c | 50 .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 D | nouveau_surface.c | 50 .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 D | intel_memory.c | 117 * 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 D | intel_memory.c | 117 * 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 D | ftbitmap.c | 70 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 D | drm-test.h | 36 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 D | vip_1400.c | 87 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 D | gfx_vip.c | 227 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 D | ddxBeep.c | 123 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 D | ddxBeep.c | 123 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 D | intel_blit.c | 134 /* 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 D | intel_blit.c | 134 /* 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 D | gfx_vip.c | 126 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 D | sna_video.c | 233 /* 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...] |