/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_transfer.c | 22 const int cpp = dst->cpp; local 30 assert(dst->cpp == src->cpp); 40 PUSH_DATA (push, src->width * cpp); 45 src_ofst += src->y * src->pitch + src->x * cpp; 48 PUSH_DATA (push, src->width * cpp); 56 PUSH_DATA (push, dst->width * cpp); 61 dst_ofst += dst->y * dst->pitch + dst->x * cpp; 64 PUSH_DATA (push, dst->width * cpp); 120 const int cpp = dst->cpp; local [all...] |
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
vc4_render_cl.c | 428 int cpp; local 480 cpp = 4; 485 cpp = 2; 488 cpp = 4; 505 exec->args->width, exec->args->height, cpp)) { 522 int cpp; local 553 cpp = 2; 556 cpp = 4; 564 exec->args->width, exec->args->height, cpp)) {
|
vc4_validate.c | 52 utile_width(int cpp) 54 switch (cpp) { 63 DRM_ERROR("unknown cpp: %d\n", cpp); 70 utile_height(int cpp) 72 switch (cpp) { 80 DRM_ERROR("unknown cpp: %d\n", cpp); 90 size_is_lt(uint32_t width, uint32_t height, int cpp) 92 return (width <= 4 * utile_width(cpp) || 571 uint32_t cpp, tiling_format, utile_w, utile_h; local [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/ |
drisw.c | 340 int cpp = util_format_get_blocksize(res->format); local 354 ximage_stride = ((w * cpp) + 3) & -4;
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_blit.c | 75 br13_for_cpp(int cpp) 77 switch (cpp) { 190 src_mt->cpp, 218 GLuint cpp, 276 if (src_pitch % 4 != 0 || src_offset % cpp != 0 || 277 dst_pitch % 4 != 0 || dst_offset % cpp != 0) 283 if (cpp > 4) { 284 if (cpp % 4 == 2) { 285 dst_x *= cpp / 2; 286 dst_x2 *= cpp / 2 399 int pitch, cpp; local 653 int pitch, cpp; local [all...] |
intel_mipmap_tree.h | 174 GLuint cpp; member in struct:intel_mipmap_tree
|
intel_mipmap_tree.c | 90 /* The cpp is bytes per (1, blockheight)-sized block for compressed 96 mt->cpp = _mesa_get_format_bytes(mt->format) / bw; 144 int minimum_pitch = mt->total_width * mt->cpp; 197 mt->cpp, 213 mt->cpp, 264 region->cpp = mt->cpp; 576 int cpp = dst_mt->cpp; local 599 int row_size = cpp * width [all...] |
intel_screen.c | 131 assert(irb->mt->region->pitch % irb->mt->region->cpp == 0); 305 int cpp; local 312 cpp = 1; 314 cpp = _mesa_get_format_bytes(image->format); 316 cpp, width, height, 317 pitch * cpp, name, "image"); 436 int cpp; local 452 cpp = _mesa_get_format_bytes(image->format); 454 intel_region_alloc(intelScreen, tiling, cpp, width, height, true); 610 f->planes[0].cpp, width, height, strides[0] [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 159 uint32_t pitch = w * rrb->cpp; 174 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 198 uint32_t pitch = w * rrb->cpp; 214 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 254 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp); 277 rb->Format, rrb->pitch / rrb->cpp, 281 rb->Format, rrb->map_pitch / rrb->cpp, 336 map += x * rrb->cpp; 366 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 399 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp; 469 int cpp; local [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_file.cc | 35 #include <google/protobuf/compiler/cpp/cpp_file.h> 43 #include <google/protobuf/compiler/cpp/cpp_enum.h> 44 #include <google/protobuf/compiler/cpp/cpp_service.h> 45 #include <google/protobuf/compiler/cpp/cpp_extension.h> 46 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 47 #include <google/protobuf/compiler/cpp/cpp_message.h> 48 #include <google/protobuf/compiler/cpp/cpp_field.h> 56 namespace cpp { namespace in namespace:google::protobuf::compiler [all...] |
cpp_helpers.cc | 40 #include <google/protobuf/compiler/cpp/cpp_helpers.h> 51 namespace cpp { namespace in namespace:google::protobuf::compiler 701 } // namespace cpp
|
/external/valgrind/coregrind/m_initimg/ |
initimg-darwin.c | 130 HChar** cpp; local 165 for (cpp = origenv; cpp && *cpp; cpp++) 173 for (cpp = ret; *origenv; ) 174 *cpp++ = *origenv++; 175 *cpp = NULL; 177 vg_assert(envc == (cpp - ret)); 180 for (cpp = ret; cpp && *cpp; cpp++) 317 HChar **cpp; local [all...] |
initimg-solaris.c | 142 HChar **cpp; local 192 for (cpp = origenv; *cpp; cpp++) 199 for (cpp = ret; *origenv; ) 200 *cpp++ = *origenv++; 201 *cpp = NULL; 203 vg_assert(envc == cpp - ret); 206 for (cpp = ret; *cpp; cpp++) 383 HChar **cpp; local [all...] |
initimg-linux.c | 139 HChar** cpp; local 175 for (cpp = origenv; cpp && *cpp; cpp++) { 177 if (debug) VG_(printf)("XXXXXXXXX: BEFORE %s\n", *cpp); 185 for (cpp = ret; *origenv; ) { 187 *cpp++ = *origenv++; 189 *cpp = NULL; 191 vg_assert(envc == (cpp - ret)) 395 HChar **cpp; local [all...] |
/system/tools/aidl/ |
type_cpp.cpp | 41 namespace cpp { namespace in namespace:android::aidl 552 LOG(ERROR) << "aidl-cpp does not yet support List<" << type_name << ">"; 597 } // namespace cpp
|
ast_cpp.h | 34 namespace cpp { namespace in namespace:android::aidl 416 } // namespace cpp
|
/bionic/libc/dns/nameser/ |
ns_name.c | 529 const u_char **cpp, **lpp, *eob, *msg; local 536 lpp = cpp = NULL; 539 for (cpp = dnptrs; *cpp != NULL; cpp++) 541 lpp = cpp; /* end of list to search */ 586 if (lastdnptr != NULL && cpp < lastdnptr - 1 && 588 *cpp++ = dstp; 589 *cpp = NULL; 938 const u_char * const *cpp; local [all...] |
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 10 typedef cp *cpp; typedef 11 typedef cpp *cppp;
|
/external/e2fsprogs/misc/ |
filefrag.c | 524 char **cpp; local 591 for (cpp = argv + optind; *cpp != '\0'; cpp++) { 592 int rc2 = frag_report(*cpp);
|
/external/mesa3d/src/loader/ |
loader_dri3_helper.h | 66 uint32_t cpp; member in struct:loader_dri3_buffer
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_blit.c | 88 br13_for_cpp(int cpp) 90 switch (cpp) { 193 tiling, mt->cpp, mt->pitch, 210 assert(delta % mt->cpp == 0); 212 *x_offset_el += delta / mt->cpp; 271 src_mt->cpp, 485 int16_t w, int16_t h, uint32_t cpp, 506 if ((dst_x * cpp | src_x * cpp) & 15) 516 if (!_mesa_is_pow_two(cpp) || cpp > 16 917 int pitch, cpp; local [all...] |
intel_tex_image.c | 195 intel_image->base.RowStride = mt->pitch / mt->cpp; 196 assert(mt->pitch % mt->cpp == 0); 324 if (rb->mt->cpp == 4) { 333 } else if (rb->mt->cpp == 2) { 474 uint32_t cpp; local 509 if (!intel_get_memcpy(texImage->TexFormat, format, type, &mem_copy, &cpp)) 558 xoffset * cpp, (xoffset + width) * cpp, 560 pixels - (ptrdiff_t) yoffset * dst_pitch - (ptrdiff_t) xoffset * cpp,
|
/external/curl/packages/OS400/ |
ccsidcurl.c | 612 char * * cpp; local 631 cpp = (char * *) paramp; 633 if(*cpp) { 634 *cpp = dynconvert(ccsid, *cpp, -1, ASCII_CCSID); 636 if(!*cpp)
|
/external/dnsmasq/src/ |
rfc1035.c | 663 struct crec *cpp = NULL; local 788 if (newc && cpp) 790 cpp->addr.cname.cache = newc; 791 cpp->addr.cname.uid = newc->uid; 794 cpp = newc; 818 if (newc && cpp) 820 cpp->addr.cname.cache = newc; 821 cpp->addr.cname.uid = newc->uid; 823 cpp = NULL; 842 if (ttl || cpp) [all...] |
/external/e2fsprogs/e2fsck/ |
journal.c | 1033 const char * const * cpp; local 1095 for (cpp = journal_names; *cpp; cpp++) { 1096 retval = ext2fs_lookup(fs, EXT2_ROOT_INO, *cpp, 1097 strlen(*cpp), 0, &ino); 1101 if (*cpp == 0) 1109 pctx.str = *cpp; 1118 if ((retval = ext2fs_unlink(fs, EXT2_ROOT_INO, *cpp, ino, 0)) != 0)
|