HomeSort by relevance Sort by last modified time
    Searched defs:dst_pitch (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 129 unsigned int dst_pitch = intelImage->mt->region->pitch * local
138 dst_pitch / intelImage->mt->cpp,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.c 41 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch)
64 if (dst_pitch < 32)
305 uint32_t dst_pitch = pitch; local
336 dst_pitch |= R200_COLOR_TILE_ENABLE;
338 dst_pitch |= R200_COLOR_MICROTILE_ENABLE;
353 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
454 * @param[in] dst_pitch aligned destination image width
475 unsigned dst_pitch,
486 if (!r200_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.c 41 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch)
61 if (dst_pitch < 32)
183 uint32_t dst_pitch = pitch; local
212 dst_pitch |= RADEON_COLOR_TILE_ENABLE;
215 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE;
228 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
332 * @param[in] dst_pitch aligned destination image width
353 unsigned dst_pitch,
364 if (!r100_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_subimage.c 129 unsigned int dst_pitch = intelImage->mt->region->pitch * local
138 dst_pitch / intelImage->mt->cpp,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.c 41 unsigned r200_check_blit(gl_format mesa_format, uint32_t dst_pitch)
64 if (dst_pitch < 32)
305 uint32_t dst_pitch = pitch; local
336 dst_pitch |= R200_COLOR_TILE_ENABLE;
338 dst_pitch |= R200_COLOR_MICROTILE_ENABLE;
353 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
454 * @param[in] dst_pitch aligned destination image width
475 unsigned dst_pitch,
486 if (!r200_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 41 unsigned r100_check_blit(gl_format mesa_format, uint32_t dst_pitch)
61 if (dst_pitch < 32)
183 uint32_t dst_pitch = pitch; local
212 dst_pitch |= RADEON_COLOR_TILE_ENABLE;
215 dst_pitch |= RADEON_COLOR_MICROTILE_ENABLE;
228 OUT_BATCH_RELOC(dst_pitch, bo, dst_pitch, 0, RADEON_GEM_DOMAIN_GTT|RADEON_GEM_DOMAIN_VRAM, 0);
332 * @param[in] dst_pitch aligned destination image width
353 unsigned dst_pitch,
364 if (!r100_check_blit(dst_mesaformat, dst_pitch))
    [all...]
  /external/qemu/android/skin/
scaler.c 68 int dst_pitch; member in struct:__anon12884
127 op.dst_pitch = dst_surface->pitch;
144 op.dst_line += op.rd.x*4 + op.rd.y*op.dst_pitch;
169 uint32_t* line = (uint32_t*)(op.dst_line + y*op.dst_pitch);
surface.c 276 int dst_pitch; member in struct:__anon12885
327 blit->dst_pitch = dst->surface->pitch;
328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch;
401 blit->dst_pitch = dst->surface->pitch;
402 blit->dst_line = (uint8_t*) dst->surface->pixels + y*blit->dst_pitch;
518 int pitch = blit->dst_pitch;
600 int pitch = blit->dst_pitch;
argb.h 225 int dst_pitch = op->dst_pitch; local
302 dst_line += dst_pitch;
321 int dst_pitch = op->dst_pitch; local
448 dst_line += dst_pitch;
460 int dst_pitch = op->dst_pitch; local
536 dst_line += dst_pitch;
547 int dst_pitch = op->dst_pitch local
801 int dst_pitch = op->dst_pitch; local
    [all...]
window.c 393 int dst_pitch = surface->pitch; local
394 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
419 dst_line += dst_pitch;
437 dst_line += dst_pitch;
455 dst_line += dst_pitch;
473 dst_line += dst_pitch;
487 int dst_pitch = surface->pitch; local
488 uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*dst_pitch;
512 dst_line += dst_pitch;
530 dst_line += dst_pitch;
    [all...]
  /external/qemu/hw/android/goldfish/
fb.c 248 int dst_pitch; member in struct:__anon13342
438 dst_line += fbs->dst_pitch;
495 fbs.dst_pitch = pitch;
  /bionic/libc/kernel/uapi/drm/
mga_drm.h 280 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /external/kernel-headers/original/uapi/drm/
mga_drm.h 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /hardware/intel/img/libdrm/shared-core/
mga_drm.h 400 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
mga_drm.h 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
mga_drm.h 394 int src_pitch, dst_pitch; member in struct:_drm_mga_blit

Completed in 185 milliseconds