HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 776 - 800 of 1474) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_vertprog.c 202 int slot, struct nvfx_reg dst)
206 switch (dst.type) {
220 hw[0] |= (dst.index << NV30_VP_INST_DEST_TEMP_ID_SHIFT);
224 hw[0] |= (dst.index << NV40_VP_INST_VEC_DEST_TEMP_SHIFT);
226 hw[3] |= (dst.index << NV40_VP_INST_SCA_DEST_TEMP_SHIFT);
232 switch (dst.index) {
234 dst.index = NVFX_VP(INST_DEST_FOGC);
238 dst.index = NVFX_VP(INST_DEST_FOGC);
242 dst.index = NVFX_VP(INST_DEST_FOGC);
246 dst.index = NVFX_VP(INST_DEST_PSZ)
420 struct nvfx_reg dst; local
462 struct nvfx_reg dst; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 74 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst,
80 uint32_t mthd = dst ? NV50_2D_DST_FORMAT : NV50_2D_SRC_FORMAT;
127 if (dst) {
140 struct nv50_miptree *dst, unsigned dst_level,
158 ret = nv50_2d_texture_set(push, 1, dst, dst_level, dz);
174 PUSH_DATA (push, dx << dst->ms_x);
175 PUSH_DATA (push, dy << dst->ms_y);
176 PUSH_DATA (push, w << dst->ms_x);
177 PUSH_DATA (push, h << dst->ms_y);
179 PUSH_DATA (push, duvdxy[2 + ((int)src->ms_x - (int)dst->ms_x)] & 0xf0000000)
871 struct pipe_resource *dst = info->dst.res; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 77 nvc0_2d_texture_set(struct nouveau_pushbuf *push, boolean dst,
83 uint32_t mthd = dst ? NVC0_2D_DST_FORMAT : NVC0_2D_SRC_FORMAT;
104 if (!dst) {
134 if (dst) {
147 struct nv50_miptree *dst, unsigned dst_level,
165 ret = nvc0_2d_texture_set(push, TRUE, dst, dst_level, dz);
181 PUSH_DATA (push, dx << dst->ms_x);
182 PUSH_DATA (push, dy << dst->ms_y);
183 PUSH_DATA (push, w << dst->ms_x);
184 PUSH_DATA (push, h << dst->ms_y)
957 struct pipe_resource *dst = info->dst.res; local
    [all...]
nvc0_vbo.c 173 void *dst; local
181 dst = &push->cur[1];
185 desc->unpack_rgba_sint(dst, 0, src, 0, 1, 1);
188 desc->unpack_rgba_uint(dst, 0, src, 0, 1, 1);
192 desc->unpack_rgba_float(dst, 0, src, 0, 1, 1);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 73 #define VEC4_COPY(DST, SRC) \
75 DST[0] = SRC[0]; \
76 DST[1] = SRC[1]; \
77 DST[2] = SRC[2]; \
78 DST[3] = SRC[3]; \
81 #define VEC4_SCALAR(DST, SRC) \
83 DST[0] = SRC; \
84 DST[1] = SRC; \
85 DST[2] = SRC; \
86 DST[3] = SRC;
155 ubyte src[4][4], dst[4][4], res[4][4]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 181 struct sh_dstreg dst; member in struct:sh_dstop
200 struct sh_dstreg dst; member in struct:sh_unaryop
207 struct sh_dstreg dst; member in struct:sh_binaryop
215 struct sh_dstreg dst; member in struct:sh_trinaryop
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 49 struct vg_image *dst; member in struct:filter_info
226 info->dst->sampler_view->texture, VG_TRUE,
231 info->dst->x, info->dst->y, info->dst->width, info->dst->height,
239 void vegaColorMatrix(VGImage dst, VGImage src,
246 if (dst == VG_INVALID_HANDLE || src == VG_INVALID_HANDLE) {
255 d = handle_to_image(dst);
263 info.dst = d
    [all...]
image.c 118 struct pipe_resource *dst, VGint dx, VGint dy,
135 dst_loc, dst->width0, dst->height0);
142 u_surface_default_template(&surf_tmpl, dst, PIPE_BIND_RENDER_TARGET);
143 surf = ctx->pipe->create_surface(ctx->pipe, dst, &surf_tmpl);
156 struct pipe_surface *dst, VGint dx, VGint dy,
173 dst_loc, dst->width, dst->height);
177 if (src == dst)
184 dst,
448 VGubyte *dst = (VGubyte *)data; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 46 * IN[3] = dst tex coord
53 * OUT[3] = dst tex coord
59 * SAMP[2] = dst
62 * IN[2] = pos dst
111 struct ureg_dst dst,
117 ureg_MUL(ureg, dst, src, mask);
119 ureg_MUL(ureg, dst, ureg_scalar(src, TGSI_SWIZZLE_W), mask);
122 ureg_MUL(ureg, dst, src, ureg_scalar(mask, TGSI_SWIZZLE_X));
124 ureg_MUL(ureg, dst, src, ureg_scalar(mask, TGSI_SWIZZLE_W));
266 struct ureg_dst dst; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 22 * IN[3] = dst tex coord
29 * OUT[3] = dst tex coord
35 * SAMP[2] = dst
38 * IN[2] = pos dst
85 struct ureg_dst dst,
92 ureg_MUL(ureg, dst, src, mask);
94 ureg_MUL(ureg, dst,
99 ureg_MUL(ureg, dst, src,
102 ureg_MUL(ureg, dst, src,
269 struct ureg_dst dst; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 410 GLuint tmp = 0, dst, consts0 = 0, consts1 = 0; local
819 dst = get_result_vector(p, inst);
829 /* dst = src1 <= src2 */
832 dst,
839 /* dst = tmp && dst */
842 dst,
844 dst,
968 dst = get_result_vector(p, inst);
978 /* dst = src1 > src2 *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 340 char *dst = map; local
343 memcpy(dst, src, dst_stride);
345 dst += dst_stride;
  /external/mesa3d/src/mesa/program/
prog_execute.c 485 GLfloat *dst = get_dst_register_pointer(dstReg, machine); local
535 dst[0] = value[0];
537 dst[1] = value[1];
539 dst[2] = value[2];
541 dst[3] = value[3];
572 GLuint *dst = (GLuint *) get_dst_register_pointer(dstReg, machine); local
599 dst[0] = value[0];
601 dst[1] = value[1];
603 dst[2] = value[2];
605 dst[3] = value[3]
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 48 PIXELTYPE *dst = (PIXELTYPE *) dstBuffer; \
58 dst[dstCol] = src[srcCol]; \
61 dst[dstCol*2+0] = src[srcCol*2+0]; \
62 dst[dstCol*2+1] = src[srcCol*2+1]; \
65 dst[dstCol*4+0] = src[srcCol*4+0]; \
66 dst[dstCol*4+1] = src[srcCol*4+1]; \
67 dst[dstCol*4+2] = src[srcCol*4+2]; \
68 dst[dstCol*4+3] = src[srcCol*4+3]; \
78 dst[dstCol] = src[srcCol]; \
81 dst[dstCol*2+0] = src[srcCol*2+0];
686 GLubyte *dst = dstMap + dstY * dstRowStride + dstXpos * bpp; local
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 519 struct gl_client_array *dst = &copy->varying[i].dstarray; local
521 dst->Size = src->Size;
522 dst->Type = src->Type;
523 dst->Format = GL_RGBA;
524 dst->Stride = copy->vertex_size;
525 dst->StrideB = copy->vertex_size;
526 dst->Ptr = copy->dstbuf + offset;
527 dst->Enabled = GL_TRUE;
528 dst->Normalized = src->Normalized;
529 dst->Integer = src->Integer
    [all...]
  /external/opencv/cv/src/
cvmorph.cpp 91 static void icvErodeRectRow_8u( const uchar* src, uchar* dst, void* params );
92 static void icvErodeRectRow_16u( const ushort* src, ushort* dst, void* params );
93 static void icvErodeRectRow_32f( const int* src, int* dst, void* params );
94 static void icvDilateRectRow_8u( const uchar* src, uchar* dst, void* params );
95 static void icvDilateRectRow_16u( const ushort* src, ushort* dst, void* params );
96 static void icvDilateRectRow_32f( const int* src, int* dst, void* params );
98 static void icvErodeRectCol_8u( const uchar** src, uchar* dst, int dst_step,
100 static void icvErodeRectCol_16u( const ushort** src, ushort* dst, int dst_step,
102 static void icvErodeRectCol_32f( const int** src, int* dst, int dst_step,
104 static void icvDilateRectCol_8u( const uchar** src, uchar* dst, int dst_step
826 CvMat dststub, *dst = (CvMat*)dstarr; local
    [all...]
cvpyramids.cpp 83 icvPyrDownG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
95 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
98 for( y = 0; y < size.height; y += 2, dst += dststep ) \
185 dst[x] = (type)_pd_scale_( PD_FILTER( row01[x], row01[x1], \
193 dst[x] = (type)_pd_scale_( PD_RB( row01[x], row01[x1], \
201 dst[x] = (type)_pd_scale_( PD_LT( row01[x], row01[x1], row23[x] )); \
206 dst[x] = (type)_pd_scale_( PD_SINGULAR( row01[x], row01[x1] )); \
281 icvPyrUpG5x5_##flavor##_CnR( const type* src, int srcstep, type* dst, \
293 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
296 for( y = 0; y < size.height; y++, dst += 2 * dststep )
943 CvMat dststub, *dst = (CvMat*)dstarr; local
1036 CvMat dststub, *dst = (CvMat*)dstarr; local
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 234 uchar *src = 0, *dst = 0;
240 cvGetRawData( dstArr, (uchar**)&dst, &dst_step, 0 );
242 memset( dst, 0, size.width*sizeof(dst[0]));
243 memset( (uchar*)dst + dst_step*(size.height-1), 0, size.width*sizeof(dst[0]));
251 dst += dst_step;
254 dst[0] = dst[size.width - 1] = 0;
321 dst[x] = (uchar)(val + d[tab[f0*2 + f1]] > thresh ? 255 : 0);*
493 CvMat dststub, *dst; local
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 58 uchar* dst, int dststep, CvSize size ),
59 (src, srcstep, dst, dststep, size) )
61 for( ; size.height--; src += srcstep, dst += dststep )
62 memcpy( dst, src, size.width );
69 icvSet_8u_C1R( uchar* dst, int dst_step, CvSize size,
73 uchar* dst_limit = dst + size.width;
77 while( dst + copy_len <= dst_limit )
79 memcpy( dst, scalar, copy_len );
80 dst += copy_len;
83 memcpy( dst, scalar, dst_limit - dst )
297 CvMat dststub, *dst = (CvMat*)dstarr; local
912 CvMat dstub, *dst = (CvMat*)dstarr; local
996 CvMat dstub, *dst = (CvMat*)dstarr; local
    [all...]
  /external/opencv/ml/src/
mlknearest.cpp 225 float* dst; local
282 dst = (float*)(_neighbor_responses->data.ptr +
285 dst[j] = nr[j].f;
287 dst[j] = 0.f;
292 dst = (float*)(_dist->data.ptr + (start + i)*_dist->step);
294 dst[j] = dist[j + i*k];
296 dst[j] = 0.f;
  /external/openssl/ssl/
d1_pkt.c 1427 unsigned char *dst = buf; local
    [all...]
  /external/pixman/test/
lowlevel-blt-bench.c 54 uint32_t *dst; variable
70 memcpy (dst, src, BUFSIZE - 64);
71 memcpy (src, dst, BUFSIZE - 64);
83 memcpy ((char *)dst + 1, (char *)src + x, BUFSIZE - 64);
84 memcpy ((char *)src + 1, (char *)dst + x, BUFSIZE - 64);
196 for (k = 0; k < width + 62; k += CACHELINE_LENGTH / sizeof *dst)
198 q += dst[j * WIDTH + k];
200 q += dst[j * WIDTH + width + 62];
421 dst,
461 dst,
    [all...]
  /external/qemu/audio/
coreaudio.c 644 struct st_sample *dst; local
672 dst = hw->conv_buf + wpos;
677 dst[frame].l = *in++; /* left channel */
678 dst[frame].r = *in++; /* right channel */
681 dst[frame].l = *in++ * scale; /* left channel */
682 dst[frame].r = *in++ * scale; /* right channel */
684 dst[frame].l = *in++ / scale; /* left channel */
685 dst[frame].r = *in++ / scale; /* right channel */
winaudio.c 275 uint8_t* dst = (uint8_t*)wav_buffer->lpData + s->write_pos; local
285 hw->clip (dst, src, wav_samples);
534 struct st_sample* dst = hw->conv_buf + hw->wpos; local
547 hw->conv(dst, src, wav_samples, &nominal_volume);
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 326 XMSPTR dst; member in struct:__anon24905
349 spec.dst.ptr = buffer_address;
382 spec.dst.offset = file_offset;

Completed in 685 milliseconds

<<31323334353637383940>>