HomeSort by relevance Sort by last modified time
    Searched refs:dst_pitch (Results 26 - 50 of 67) sorted by null

12 3

  /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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 97 GLshort dst_pitch,
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
148 dst_pitch *= cpp;
154 assert(dst_pitch % 4 == 0);
184 dst_pitch /= 4;
201 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
399 GLshort dst_pitch,
419 assert(dst_pitch > 0);
424 dst_pitch *= cpp;
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords)
    [all...]
intel_regions.c 337 GLuint dst_pitch,
347 dst_pitch *= cpp;
351 dst += dst_y * dst_pitch;
355 if (width == dst_pitch && width == src_pitch)
360 dst += dst_pitch;
intel_tex_subimage.c 129 unsigned int dst_pitch = intelImage->mt->region->pitch * local
138 dst_pitch / intelImage->mt->cpp,
intel_regions.h 128 GLuint dst_pitch,
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 97 GLshort dst_pitch,
145 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
148 dst_pitch *= cpp;
154 assert(dst_pitch % 4 == 0);
184 dst_pitch /= 4;
201 OUT_BATCH(BR13 | (uint16_t)dst_pitch);
399 GLshort dst_pitch,
419 assert(dst_pitch > 0);
424 dst_pitch *= cpp;
428 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords)
    [all...]
intel_regions.c 337 GLuint dst_pitch,
347 dst_pitch *= cpp;
351 dst += dst_y * dst_pitch;
355 if (width == dst_pitch && width == src_pitch)
360 dst += dst_pitch;
intel_tex_subimage.c 129 unsigned int dst_pitch = intelImage->mt->region->pitch * local
138 dst_pitch / intelImage->mt->cpp,
intel_regions.h 128 GLuint dst_pitch,
  /external/libvpx/generic/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/libvpx/mips/
vp8_rtcd.h 76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
103 void vp8_sixtap_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
106 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
109 void vp8_bilinear_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
112 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
    [all...]
  /external/qemu/android/skin/
scaler.c 68 int dst_pitch; member in struct:__anon24761
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);
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...]
surface.c 276 int dst_pitch; member in struct:__anon24762
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;
604 int pitch = blit->dst_pitch;
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/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 214 ; int dst_pitch
238 movsxd rdx, dword ptr arg(5) ;dst_pitch
346 add rdi, dword ptr arg(5) ;dst_pitch ;
348 movsxd r8, dword ptr arg(5) ;dst_pitch
350 add rdi, r8 ;dst_pitch
371 ; int dst_pitch
395 movsxd rdx, dword ptr arg(5) ;dst_pitch
501 add rdi, dword ptr arg(5) ;dst_pitch ;
503 movsxd r8, dword ptr arg(5) ;dst_pitch
526 ; int dst_pitch
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 70 GLuint dst_pitch,
radeon_common_context.h 477 unsigned (*check_blit)(gl_format mesa_format, uint32_t dst_pitch);
490 unsigned dst_pitch,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_ioctl.h 70 GLuint dst_pitch,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
transfer.cpp 103 T dst_obj, const point &dst_orig, const point &dst_pitch,
108 dst_pitch(dst_orig), dst_pitch(region));
115 std::memcpy(static_cast<char *>(dst) + dst_pitch(p),
  /external/libvpx/libvpx/test/
sixtap_predict_test.cc 33 int dst_pitch);
  /external/libvpx/libvpx/vp8/common/
blockd.h 205 typedef void (*vp8_subpix_fn_t)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 103 T dst_obj, const point &dst_orig, const point &dst_pitch,
108 dst_pitch(dst_orig), dst_pitch(region));
115 std::memcpy(static_cast<char *>(dst) + dst_pitch(p),

Completed in 646 milliseconds

12 3