HomeSort by relevance Sort by last modified time
    Searched defs:rdst (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_hw_context.c 40 struct r600_resource *rdst = (struct r600_resource*)dst; local
46 util_range_add(&rdst->valid_buffer_range, dst_offset,
49 dst_offset += rdst->gpu_address;
63 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc);
69 radeon_add_to_buffer_list(&rctx->b, &rctx->b.dma, rdst, RADEON_USAGE_WRITE,
r600_hw_context.c 529 struct r600_resource *rdst = (struct r600_resource*)dst; local
535 util_range_add(&rdst->valid_buffer_range, dst_offset,
541 r600_need_dma_space(&rctx->b, ncopy * 5, rdst, rsrc);
547 radeon_add_to_buffer_list(&rctx->b, &rctx->b.dma, rdst, RADEON_USAGE_WRITE,
r600_blit.c 559 struct r600_resource_global *rdst = local
561 struct compute_memory_item *item = rdst->chunk;
853 struct r600_texture *rdst = (struct r600_texture *)info->dst.resource; local
865 if (rdst->surface.level[info->dst.level].mode ==
r600_state.c 2822 struct r600_texture *rdst = (struct r600_texture*)dst; local
2920 struct r600_texture *rdst = (struct r600_texture*)dst; local
    [all...]
evergreen_state.c 3354 struct r600_texture *rdst = (struct r600_texture*)dst; local
3468 struct r600_texture *rdst = (struct r600_texture*)dst; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_cp_dma.c 188 struct r600_resource *rdst = r600_resource(dst); local
199 util_range_add(&rdst->valid_buffer_range, offset,
204 uint8_t *map = r600_buffer_map_sync_with_rings(&sctx->b, rdst,
226 !ws->cs_is_buffer_referenced(sctx->b.gfx.cs, rdst->buf,
232 uint64_t va = rdst->gpu_address + offset;
253 rdst->TC_L2_dirty = true;
si_dma.c 41 struct r600_resource *rdst = (struct r600_resource*)dst; local
47 util_range_add(&rdst->valid_buffer_range, dst_offset,
50 dst_offset += rdst->gpu_address;
65 r600_need_dma_space(&ctx->b, ncopy * 5, rdst, rsrc);
90 struct r600_resource *rdst = r600_resource(dst); local
100 util_range_add(&rdst->valid_buffer_range, offset, offset + size);
102 offset += rdst->gpu_address;
106 r600_need_dma_space(&sctx->b, ncopy * 4, rdst, NULL);
137 struct r600_texture *rdst = (struct r600_texture*)dst; local
138 unsigned dst_mode = rdst->surface.level[dst_level].mode
230 struct r600_texture *rdst = (struct r600_texture*)dst; local
    [all...]
cik_sdma.c 40 struct r600_resource *rdst = r600_resource(dst); local
46 util_range_add(&rdst->valid_buffer_range, dst_offset,
49 dst_offset += rdst->gpu_address;
53 r600_need_dma_space(&ctx->b, ncopy * 7, rdst, rsrc);
81 struct r600_resource *rdst = r600_resource(dst); local
91 util_range_add(&rdst->valid_buffer_range, offset, offset + size);
93 offset += rdst->gpu_address;
97 r600_need_dma_space(&sctx->b, ncopy * 5, rdst, NULL);
150 struct r600_texture *rdst = (struct r600_texture*)dst; local
151 unsigned bpp = rdst->surface.bpe
    [all...]
si_blit.c 1112 struct r600_texture *rdst = (struct r600_texture *)info->dst.resource; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 217 struct r600_texture *rdst; local
287 rdst = (struct r600_texture*)dst;
295 array_mode_to_string(rdst->surface.level[0].mode),
304 rctx->clear_buffer(ctx, dst, 0, rdst->surface.surf_size, 0, true);
335 !rdst->surface.is_linear &&
363 !rdst->surface.is_linear &&
r600_pipe_common.c 1103 struct r600_multi_fence **rdst = (struct r600_multi_fence **)dst; local
1106 if (pipe_reference(&(*rdst)->reference, &rsrc->reference)) {
1107 ws->fence_reference(&(*rdst)->gfx, NULL);
1108 ws->fence_reference(&(*rdst)->sdma, NULL);
1109 FREE(*rdst);
1111 *rdst = rsrc;
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_cs.h 153 struct amdgpu_fence **rdst = (struct amdgpu_fence **)dst; local
156 if (pipe_reference(&(*rdst)->reference, &rsrc->reference)) {
157 amdgpu_ctx_unref((*rdst)->ctx);
158 FREE(*rdst);
160 *rdst = rsrc;
  /external/libvncserver/libvncserver/
cursor.c 596 int rdst, gdst, bdst; /* fb RGB */ local
632 rdst = (dval & rmask) >> rshift; /* fb */
646 rdst = rsrc + ((amax - asrc) * rdst)/amax;
651 val |= (rdst << rshift);
  /external/iproute2/ip/
iproute.c 130 inet_prefix rdst; member in struct:__anon22170
192 if (filter.rdst.family &&
193 (r->rtm_family != filter.rdst.family || filter.rdst.bitlen > r->rtm_dst_len))
242 if (filter.rdst.family && inet_addr_match(&dst, &filter.rdst, filter.rdst.bitlen))
    [all...]
  /external/toybox/toys/pending/
ip.c 1447 struct I_data rvia, rdst, mdst, rsrc, msrc; member in struct:__anon40285
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c 1343 struct ureg_dst rdst; local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2555 CvPair32s32f *src, *ldst0, *rdst0, *ldst, *rdst; local
2602 int *src, *ldst0, *rdst0, *ldst, *rdst; local
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c 1659 HReg rdst = newVRegI(env); local
    [all...]

Completed in 238 milliseconds