HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 251 - 275 of 928) sorted by null

<<11121314151617181920>>

  /external/lldb/source/Utility/
StringExtractor.cpp 311 uint8_t *dst = (uint8_t*)dst_void; local
315 dst[bytes_extracted] = GetHexU8 (fail_fill_value);
323 dst[i] = fail_fill_value;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 190 const struct tgsi_dst_register *dst = &inst->Dst[i].Register; local
197 if (dst->File == TGSI_FILE_TEMPORARY) {
200 } else if (dst->File == TGSI_FILE_OUTPUT) {
203 } else if (dst->File == TGSI_FILE_ADDRESS ||
204 dst->File == TGSI_FILE_PREDICATE) {
239 if (dst->Indirect) {
245 if (dst->WriteMask & (1 << chan)) {
251 } else if (dst->Index < max_regs) {
263 if (dst->WriteMask & (1 << chan))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 43 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
49 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
50 dst[1] = dst[0];
51 dst[2] = dst[0];
52 dst[3] = 255;
79 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
82 dst[0] =
83 dst[1]
147 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
213 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
272 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
    [all...]
u_format_other.c 42 float *dst = dst_row; local
49 rgb9e5_to_float3(value, dst);
50 dst[3] = 1; /* a */
52 dst += 4;
67 uint8_t *dst = dst_row; local
73 *(uint32_t *)dst = value;
75 dst += 4;
83 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src,
90 rgb9e5_to_float3(value, dst);
91 dst[3] = 1; /* a *
103 uint8_t *dst = dst_row; local
133 uint8_t *dst = dst_row; local
160 float *dst = dst_row; local
185 uint8_t *dst = dst_row; local
221 uint8_t *dst = dst_row; local
251 uint8_t *dst = dst_row; local
338 float *dst = dst_row; local
370 uint8_t *dst = dst_row; local
403 uint16_t *dst = (uint16_t *)dst_row; local
433 uint16_t *dst = (uint16_t *)dst_row; local
    [all...]
u_pack_color.h 318 ubyte dst[4]; local
320 util_format_read_4ub(format, dst, 0, uc, 0, 0, 0, 1, 1);
321 *r = dst[0];
322 *g = dst[1];
323 *b = dst[2];
324 *a = dst[3];
u_simple_shaders.c 85 struct ureg_dst dst; local
89 dst = ureg_DECL_output( ureg,
93 ureg_MOV( ureg, dst, src );
339 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS]; local
352 dst[i] = ureg_DECL_output( ureg, TGSI_SEMANTIC_COLOR, i );
355 ureg_MOV( ureg, dst[i], src );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 71 LLVMValueRef dst; member in struct:lp_build_blend_aos_context
101 return bld->dst;
107 bld->inv_dst = lp_build_comp(&bld->base, bld->dst);
128 bld->inv_dst = lp_build_comp(&bld->base, bld->dst);
243 * Performs blending of src and dst pixels
250 * @param dst blend dst
255 * @return the result of blending src and dst
264 LLVMValueRef dst,
280 bld.dst = dst
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
252 new_inst.Dst[0].Register.Index = vsctx->pos_output;
253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
263 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
264 new_inst.Dst[0].Register.Index = vsctx->num_outputs - 1;
265 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
276 struct tgsi_full_dst_register *dst = &inst->Dst[i]; local
277 if (dst->Register.File == TGSI_FILE_OUTPUT) {
278 if (dst->Register.Index == vsctx->pos_output)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 54 struct svga_surface dst, src; local
65 dst.handle = dst_handle;
66 dst.real_level = dst_level;
67 dst.real_face = dst_face;
68 dst.real_zslice = 0;
81 SVGA_DBG(DEBUG_VIEWS, "mipcopy src: %p %u (%ux%ux%u), dst: %p %u (%ux%ux%u)\n",
88 &dst.base,
94 &dst.base,
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 53 struct sh_dstreg dst; member in struct:dump_op
492 op->dst = *(struct sh_dstreg *)*token;
494 if (op->dst.relative &&
538 dump_dstreg(dop.dst, &dop.dstind, di);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 334 struct pipe_fence_handle *dst; local
337 dst = *pdst;
342 trace_dump_arg(ptr, dst);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 224 vlVdpOutputSurface *dst; local
249 dst = vlGetDataHTAB(destination_surface);
250 if (!dst)
315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area);
322 dst->sampler_view, dst->surface);
326 dst->sampler_view, dst->surface);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 272 void vegaCopyImage(VGImage dst, VGint dx, VGint dy,
279 if (src == VG_INVALID_HANDLE || dst == VG_INVALID_HANDLE) {
289 image_copy(handle_to_image(dst), dx, dy,
331 void vegaGetPixels(VGImage dst, VGint dx, VGint dy,
338 if (dst == VG_INVALID_HANDLE) {
347 img = handle_to_image(dst);
405 VGubyte *dst = (VGubyte *)data; local
458 dst + yoffset + xoffset);
459 dst += dataStride;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 68 struct stw_context *dst; local
77 dst = stw_lookup_context_locked( dhrcDest );
79 if (src && dst) {
83 (void) dst;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h 11 /* src + mask + dst */
39 struct exa_pixmap_priv *dst; member in struct:exa_context::__anon7199
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 170 upload_sampler(struct pipe_context *pipe, struct pipe_sampler_view *dst,
177 transfer = pipe->get_transfer(pipe, dst->texture, 0, PIPE_TRANSFER_WRITE, dst_box);
183 util_copy_rect(map, dst->texture->format, transfer->stride, 0, 0,
305 struct pipe_sampler_view *dst; local
324 dst = subpicture_priv->sampler;
327 transfer = pipe->get_transfer(pipe, dst->texture, 0, PIPE_TRANSFER_WRITE, &dst_box);
333 util_fill_rect(map, dst->texture->format, transfer->stride, 0, 0,
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 82 const struct fbdev_sw_drawable *dst = local
88 if (dst->format != src->format) {
93 height = dst->height;
94 if (dst->y + dst->height > fbdev->rows) {
96 if (dst->y >= fbdev->rows)
99 height = fbdev->rows - dst->y;
102 row_offset = util_format_get_stride(dst->format, dst->x);
103 row_len = util_format_get_stride(dst->format, dst->width)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 249 const struct prog_dst_register *dst = &inst->DstReg; local
254 out->dst[i] = get_value(c);
255 pass0_set_fpreg_value(c, dst->File, dst->Index, i, out->dst[i]);
339 /* Dst:
352 const struct prog_dst_register *dst = &inst->DstReg; local
369 pass0_set_fpreg_ref( c, dst->File, dst->Index, i, refs[i]);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 179 struct intel_region *dst; local
203 dst = intel_drawbuf_region(intel);
205 if (!dst)
225 if (dst->cpp == 2)
273 dst->cpp,
277 dst->pitch,
278 dst->bo,
280 dst->tiling,
  /external/mesa3d/src/mesa/main/
arbprogram.c 882 char *dst = (char *) string; local
906 memcpy(dst, prog->String, strlen((char *) prog->String));
908 *dst = '\0';
texcompress_etc_tmp.h 117 int x, int y, UINT8_TYPE *dst)
133 dst[0] = TAG(etc1_clamp)(base_color[0], modifier);
134 dst[1] = TAG(etc1_clamp)(base_color[1], modifier);
135 dst[2] = TAG(etc1_clamp)(base_color[2], modifier);
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; local
159 etc1_fetch_texel(&block, i, j, dst);
160 dst[3] = 255;
161 dst += comps;
texcompress_rgtc.c 94 GLubyte *dst; local
114 dst = dstSlices[0];
116 blkaddr = dst;
141 GLbyte *dst; local
161 dst = (GLbyte *) dstSlices[0];
163 blkaddr = dst;
188 GLubyte *dst; local
209 dst = dstSlices[0];
211 blkaddr = dst;
242 GLbyte *dst; local
    [all...]
texcompress_s3tc.c 167 GLubyte *dst; local
195 dst = dstSlices[0];
200 dst, dstRowStride);
220 GLubyte *dst; local
248 dst = dstSlices[0];
253 dst, dstRowStride);
273 GLubyte *dst; local
300 dst = dstSlices[0];
305 dst, dstRowStride);
325 GLubyte *dst; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_zoom.c 437 GLubyte *dst = _swrast_pixel_address(rb, x0, y); local
438 _mesa_pack_uint_z_row(rb->Format, zoomedWidth, zoomedVals, dst);
  /external/opencv/cxcore/src/
cxlut.cpp 53 dst[i] = t0; \
54 dst[i+1] = t1; \
58 dst[i+2] = t0; \
59 dst[i+3] = t1; \
65 dst[i] = t0; \
74 dst[i] = t0; \
75 dst[i+1] = t1; \
84 dst[i] = t0; \
85 dst[i+1] = t1; \
86 dst[i+2] = t2;
224 CvMat dststub, *dst = (CvMat*)dstarr; local
    [all...]

Completed in 1300 milliseconds

<<11121314151617181920>>