Searched refs:lp (Results 1 - 25 of 171) sorted by relevance

1234567

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c52 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb);
61 util_copy_framebuffer_state(&lp->framebuffer, fb);
64 pipe_surface_reference(&lp->framebuffer.zsbuf, NULL);
68 if (lp->framebuffer.zsbuf) {
71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
80 lp->mrd = mrd;
81 draw_set_mrd(lp->draw, mrd);
84 lp_setup_bind_framebuffer( lp->setup, &lp
[all...]
H A Dlp_draw_arrays.c55 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
56 struct draw_context *draw = lp->draw;
60 if (!llvmpipe_check_render_cond(lp))
63 if (lp->dirty)
64 llvmpipe_update_derived( lp );
69 for (i = 0; i < lp->num_vertex_buffers; i++) {
70 const void *buf = lp->vertex_buffer[i].user_buffer;
72 buf = llvmpipe_resource_data(lp->vertex_buffer[i].buffer);
78 mapped_indices = lp->index_buffer.user_buffer;
80 mapped_indices = llvmpipe_resource_data(lp
[all...]
H A Dlp_surface.h39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
H A Dlp_state_so.c56 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
59 lp->so = lp_so;
61 lp->dirty |= LP_NEW_SO;
64 draw_set_so_state(lp->draw, &lp_so->base);
79 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
87 lp->dirty |= LP_NEW_SO_BUFFERS;
95 lp->so_target.num_buffers = 0;
96 draw_set_mapped_so_buffers(lp->draw, 0, 0);
100 lp->so_target.buffer[i] = res;
101 lp
[all...]
H A Dlp_query.c158 llvmpipe_check_render_cond(struct llvmpipe_context *lp) argument
160 struct pipe_context *pipe = &lp->pipe;
164 if (!lp->render_cond_query)
166 wait = (lp->render_cond_mode == PIPE_RENDER_COND_WAIT ||
167 lp->render_cond_mode == PIPE_RENDER_COND_BY_REGION_WAIT);
169 b = pipe->get_query_result(pipe, lp->render_cond_query, wait, (void*)&result);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_surface.c52 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb);
61 util_copy_framebuffer_state(&lp->framebuffer, fb);
64 pipe_surface_reference(&lp->framebuffer.zsbuf, NULL);
68 if (lp->framebuffer.zsbuf) {
71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
80 lp->mrd = mrd;
81 draw_set_mrd(lp->draw, mrd);
84 lp_setup_bind_framebuffer( lp->setup, &lp
[all...]
H A Dlp_draw_arrays.c55 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
56 struct draw_context *draw = lp->draw;
60 if (!llvmpipe_check_render_cond(lp))
63 if (lp->dirty)
64 llvmpipe_update_derived( lp );
69 for (i = 0; i < lp->num_vertex_buffers; i++) {
70 const void *buf = lp->vertex_buffer[i].user_buffer;
72 buf = llvmpipe_resource_data(lp->vertex_buffer[i].buffer);
78 mapped_indices = lp->index_buffer.user_buffer;
80 mapped_indices = llvmpipe_resource_data(lp
[all...]
H A Dlp_surface.h39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
H A Dlp_state_so.c56 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
59 lp->so = lp_so;
61 lp->dirty |= LP_NEW_SO;
64 draw_set_so_state(lp->draw, &lp_so->base);
79 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
87 lp->dirty |= LP_NEW_SO_BUFFERS;
95 lp->so_target.num_buffers = 0;
96 draw_set_mapped_so_buffers(lp->draw, 0, 0);
100 lp->so_target.buffer[i] = res;
101 lp
[all...]
H A Dlp_query.c158 llvmpipe_check_render_cond(struct llvmpipe_context *lp) argument
160 struct pipe_context *pipe = &lp->pipe;
164 if (!lp->render_cond_query)
166 wait = (lp->render_cond_mode == PIPE_RENDER_COND_WAIT ||
167 lp->render_cond_mode == PIPE_RENDER_COND_BY_REGION_WAIT);
169 b = pipe->get_query_result(pipe, lp->render_cond_query, wait, (void*)&result);
/external/mksh/src/
H A Dlalloc.c46 void *lp; local
57 *lpp = (lp = ptr - ALLOC_SIZE);
59 while (ap->next != lp)
87 ALLOC_ITEM *lp = NULL; local
93 pp = findptr(&lp, ptr, ap);
94 pp->next = lp->next;
98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL
100 || ALLOC_ISUNALIGNED(lp)
105 lp
115 ALLOC_ITEM *lp, *pp; local
128 ALLOC_ITEM *lp; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecoder_interpolate_lsf.c38 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; local
46 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq,
48 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
49 WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
55 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2,
57 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
58 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
66 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq,
68 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
69 WebRtcIlbcfix_BwExpand(weightdenum+pos, lp,
[all...]
H A Dsimple_interpolate_lsf.c49 int16_t lp[LPC_FILTERORDER + 1]; local
60 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
63 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
66 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
69 WebRtcIlbcfix_BwExpand(weightdenum, lp,
80 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq, lsfdeq2,
83 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
86 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsf, lsf2,
89 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
106 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqol
[all...]
/external/openssl/crypto/des/
H A Dqud_cksm.c84 struct lp_st { int a:32; int b:32; } *lp; local
86 DES_LONG *lp; local
91 lp = (struct lp_st *) &(output[0])[0];
93 lp = (DES_LONG *) &(output[0])[0];
123 if (lp != NULL)
128 (*lp).a = z0;
129 (*lp).b = z1;
130 lp++;
132 *lp++ = z0;
133 *lp
[all...]
/external/bison/lib/
H A Dobstack.c322 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
325 lp = (h)->chunk;
329 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
331 plp = lp->prev;
332 lp = plp;
334 return lp != 0;
346 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
349 lp
321 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ variable in typeref:struct:_obstack_chunk
344 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */ local
380 register struct _obstack_chunk* lp; local
[all...]
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dregs.c43 arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp) argument
49 *lp = (uint32_t)l;
54 arm_set_register(struct process *proc, enum arm_register reg, uint32_t lp) argument
57 (void *)(reg * 4L), (void *)lp);
62 uint32_t *lp)
64 if (arm_get_register(proc, reg, lp) < 0)
67 *lp += 8;
73 arch_addr_t pc_val, uint32_t *lp)
119 *lp = res & 0xffffffff;
61 arm_get_register_offpc(struct process *proc, enum arm_register reg, uint32_t *lp) argument
72 arm_get_shifted_register(struct process *proc, uint32_t inst, int carry, arch_addr_t pc_val, uint32_t *lp) argument
H A Dregs.h38 int arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp);
42 uint32_t *lp);
47 arch_addr_t pc, uint32_t *lp);
/external/fdlibm/
H A De_remainder.c40 unsigned sx,lx,lp; local
46 lp = __LO(p); /* low word of p */
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
55 (((hp-0x7ff00000)|lp)!=0)))
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarLayout.java81 LayoutParams lp = (LayoutParams) views[i].getLayoutParams();
82 lp.startMargin = i == 0 ? startMargin : horizontalSpacing;
83 lp.topMargin = 0;
84 lp.endMargin = i == views.length - 1 ? endMargin : 0;
85 lp.bottomMargin = 0;
93 LayoutParams lp = (LayoutParams) views[i].getLayoutParams();
94 lp.startMargin = 0;
95 lp.topMargin = i == 0 ? 0 : verticalSpacing;
96 lp.endMargin = 0;
97 lp
[all...]
/external/eigen/test/
H A Dpermutationmatrices.cpp32 LeftPermutationType lp(lv);
36 MatrixType m_permuted = lp * m_original * rp;
42 Matrix<Scalar,Rows,Rows> lm(lp);
47 VERIFY_IS_APPROX(lp.inverse()*m_permuted*rp.inverse(), m_original);
51 VERIFY((lp*lp.inverse()).toDenseMatrix().isIdentity());
59 VERIFY_IS_APPROX((lp*lp2).toDenseMatrix().template cast<Scalar>(), lm*lm2);
69 m_permuted = lp.inverse() * m_permuted;
70 VERIFY_IS_APPROX(m_permuted, lp.inverse()*m_original);
77 m_permuted = lp * m_permute
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaLib.h21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
70 lp - The number of literal pos bits (low bits of current position for literals).
72 The lp switch is intended for periodical data when the period is equal to 2^lp.
73 For example, for 32-bit (4 bytes) periodical data you can use lp=2. Often it's
74 better to set lc=0, if you change lp switch.
103 int lp, /*
[all...]
H A DLzmaLib.c20 int lp, /* 0 <= lp <= 4, default = 0 */
31 props.lp = lp;
15 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaLib.h22 state_size = (4 + (1.5 << (lc + lp))) KB
23 by default (lc=3, lp=0), state_size = 16 KB.
27 0 1 lc, lp and pb in encoded form.
40 -1 for any from: level, loc, lp, pb, fb, numThreads
71 lp - The number of literal pos bits (low bits of current position for literals).
73 The lp switch is intended for periodical data when the period is equal to 2^lp.
74 For example, for 32-bit (4 bytes) periodical data you can use lp=2. Often it's
75 better to set lc=0, if you change lp switch.
104 int lp, /*
[all...]
H A DLzmaLib.c21 int lp, /* 0 <= lp <= 4, default = 0 */
32 props.lp = lp;
16 LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads ) argument
/external/lzma/C/
H A DLzmaLib.h21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
39 -1 for any from: level, loc, lp, pb, fb, numThreads
70 lp - The number of literal pos bits (low bits of current position for literals).
72 The lp switch is intended for periodical data when the period is equal to 2^lp.
73 For example, for 32-bit (4 bytes) periodical data you can use lp=2. Often it's
74 better to set lc=0, if you change lp switch.
103 int lp, /*
[all...]

Completed in 498 milliseconds

1234567