Searched defs:cpp (Results 51 - 75 of 106) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_regions.c169 GLuint cpp,
179 region->cpp = cpp;
195 GLuint cpp, GLuint width, GLuint height,
207 width, height, cpp,
212 region = intel_region_alloc_internal(screen, cpp, width, height,
213 aligned_pitch / cpp, tiling, buffer);
240 GLuint cpp,
253 region->cpp != cpp || regio
168 intel_region_alloc_internal(struct intel_screen *screen, GLuint cpp, GLuint width, GLuint height, GLuint pitch, uint32_t tiling, drm_intel_bo *buffer) argument
193 intel_region_alloc(struct intel_screen *screen, uint32_t tiling, GLuint cpp, GLuint width, GLuint height, bool expect_accelerated_upload) argument
239 intel_region_alloc_for_handle(struct intel_screen *screen, GLuint cpp, GLuint width, GLuint height, GLuint pitch, GLuint handle, const char *name) argument
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
410 int cpp = region->cpp; local
442 int cpp = region->cpp; local
[all...]
H A Dintel_blit.c70 br13_for_cpp(int cpp) argument
72 switch (cpp) {
92 GLuint cpp,
147 src_pitch *= cpp;
148 dst_pitch *= cpp;
159 if (cpp > 4) {
160 assert(cpp % 4 == 0);
161 dst_x *= cpp / 4;
162 dst_x2 *= cpp / 4;
163 src_x *= cpp /
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
272 int pitch, cpp; local
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
537 int pitch, cpp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.c169 GLuint cpp,
179 region->cpp = cpp;
195 GLuint cpp, GLuint width, GLuint height,
207 width, height, cpp,
212 region = intel_region_alloc_internal(screen, cpp, width, height,
213 aligned_pitch / cpp, tiling, buffer);
240 GLuint cpp,
253 region->cpp != cpp || regio
168 intel_region_alloc_internal(struct intel_screen *screen, GLuint cpp, GLuint width, GLuint height, GLuint pitch, uint32_t tiling, drm_intel_bo *buffer) argument
193 intel_region_alloc(struct intel_screen *screen, uint32_t tiling, GLuint cpp, GLuint width, GLuint height, bool expect_accelerated_upload) argument
239 intel_region_alloc_for_handle(struct intel_screen *screen, GLuint cpp, GLuint width, GLuint height, GLuint pitch, GLuint handle, const char *name) argument
335 _mesa_copy_rect(GLubyte * dst, GLuint cpp, GLuint dst_pitch, GLuint dst_x, GLuint dst_y, GLuint width, GLuint height, const GLubyte * src, GLuint src_pitch, GLuint src_x, GLuint src_y) argument
410 int cpp = region->cpp; local
442 int cpp = region->cpp; local
[all...]
H A Dintel_blit.c70 br13_for_cpp(int cpp) argument
72 switch (cpp) {
92 GLuint cpp,
147 src_pitch *= cpp;
148 dst_pitch *= cpp;
159 if (cpp > 4) {
160 assert(cpp % 4 == 0);
161 dst_x *= cpp / 4;
162 dst_x2 *= cpp / 4;
163 src_x *= cpp /
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
272 int pitch, cpp; local
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
537 int pitch, cpp; local
[all...]
H A Dintel_mipmap_tree.h216 GLuint cpp; member in struct:intel_mipmap_tree
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h60 int cpp; member in struct:radeon_screen
117 int cpp; member in struct:__DRIimageRec
H A Dradeon_fbo.c166 uint32_t pitch = w * rrb->cpp;
180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
204 uint32_t pitch = w * rrb->cpp;
219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
259 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp);
282 rb->Format, rrb->pitch / rrb->cpp,
286 rb->Format, rrb->map_pitch / rrb->cpp,
340 map += x * rrb->cpp;
370 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
403 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
472 int cpp; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h60 int cpp; member in struct:radeon_screen
117 int cpp; member in struct:__DRIimageRec
H A Dradeon_fbo.c166 uint32_t pitch = w * rrb->cpp;
180 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
204 uint32_t pitch = w * rrb->cpp;
219 uint32_t dst_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
259 ok = rmesa->vtbl.check_blit(rb->Format, rrb->pitch / rrb->cpp);
282 rb->Format, rrb->pitch / rrb->cpp,
286 rb->Format, rrb->map_pitch / rrb->cpp,
340 map += x * rrb->cpp;
370 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
403 uint32_t src_offset = pix_y * rrb->map_pitch + pix_x * rrb->cpp;
472 int cpp; local
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc35 #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
1065 } // namespace cpp
H A Dmetadata_test.cc36 #include <google/protobuf/compiler/cpp/cpp_helpers.h>
37 #include <google/protobuf/compiler/cpp/cpp_generator.h>
52 namespace cpp { namespace in namespace:google::protobuf::compiler
239 } // namespace cpp
H A Dcpp_helpers.cc40 #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/
H A Dinitimg-darwin.c130 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
317 HChar **cpp; local
[all...]
H A Dinitimg-solaris.c142 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; cp
383 HChar **cpp; local
[all...]
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp10 typedef cp *cpp; typedef
11 typedef cpp *cppp;
/external/drm_gralloc/
H A Dgralloc_drm_radeon.c192 int cpp; local
194 cpp = gralloc_drm_get_bpp(handle->format);
195 if (!cpp) {
210 radeon_get_pitch_align(info, cpp, tiling));
220 pitch = aligned_width * cpp;
222 base_align = radeon_get_base_align(info, cpp, tiling);
227 handle->width, handle->height, cpp);
/external/libdrm/intel/
H A Dintel_bufmgr.c82 int x, int y, int cpp, uint32_t *tiling_mode,
85 return bufmgr->bo_alloc_tiled(bufmgr, name, x, y, cpp,
81 drm_intel_bo_alloc_tiled(drm_intel_bufmgr *bufmgr, const char *name, int x, int y, int cpp, uint32_t *tiling_mode, unsigned long *pitch, unsigned long flags) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c70 br13_for_cpp(int cpp) argument
72 switch (cpp) {
92 GLuint cpp,
147 src_pitch *= cpp;
148 dst_pitch *= cpp;
159 if (cpp > 4) {
160 assert(cpp % 4 == 0);
161 dst_x *= cpp / 4;
162 dst_x2 *= cpp / 4;
163 src_x *= cpp /
91 intelEmitCopyBlit(struct intel_context *intel, GLuint cpp, GLshort src_pitch, drm_intel_bo *src_buffer, GLuint src_offset, uint32_t src_tiling, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort src_x, GLshort src_y, GLshort dst_x, GLshort dst_y, GLshort w, GLshort h, GLenum logic_op) argument
272 int pitch, cpp; local
395 intelEmitImmediateColorExpandBlit(struct intel_context *intel, GLuint cpp, GLubyte *src_bits, GLuint src_size, GLuint fg_color, GLshort dst_pitch, drm_intel_bo *dst_buffer, GLuint dst_offset, uint32_t dst_tiling, GLshort x, GLshort y, GLshort w, GLshort h, GLenum logic_op) argument
537 int pitch, cpp; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_renderbuffer.c189 int cpp = _mesa_get_format_bytes(rb->Format); local
190 int stride = rb->Width * cpp;
198 map += x * cpp;
/external/openssh/
H A Dkey.c43 key_read(Key *ret, char **cpp) argument
45 return sshkey_read(ret, cpp) == 0 ? 1 : -1;
H A Dhostfile.c164 hostfile_read_key(char **cpp, u_int *bitsp, struct sshkey *ret) argument
170 for (cp = *cpp; *cp == ' ' || *cp == '\t'; cp++)
181 *cpp = cp;
188 check_markers(char **cpp) argument
190 char marker[32], *sp, *cp = *cpp;
218 *cpp = cp;
/external/e2fsprogs/e2fsck/
H A Djournal.c1033 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)
/external/e2fsprogs/misc/
H A Dfilefrag.c524 char **cpp; local
591 for (cpp = argv + optind; *cpp != '\0'; cpp++) {
592 int rc2 = frag_report(*cpp);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug.c441 * \param cpp bytes per pixel
447 unsigned format, unsigned cpp,
486 i = y * stride + x * cpp;
446 debug_dump_image(const char *prefix, unsigned format, unsigned cpp, unsigned width, unsigned height, unsigned stride, const void *data) argument
/external/pdfium/third_party/libtiff/
H A Dtif_dir.c58 void _TIFFsetString(char** cpp, char* cp) argument
59 { setByteArray((void**) cpp, (void*) cp, strlen(cp)+1, 1); }
60 void _TIFFsetNString(char** cpp, char* cp, uint32 n) argument
61 { setByteArray((void**) cpp, (void*) cp, n, 1); }

Completed in 221 milliseconds

12345