Searched refs:src_addr (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xf86-video-ark/dist/src/
H A Dark_accel.c163 int src_addr, dst_addr; local in function:ARKSubsequentScreenToScreenCopy
166 src_addr = (y1 + h - 1) * pScrn->displayWidth;
169 src_addr = y1 * pScrn->displayWidth;
173 src_addr += x1 + w - 1;
176 src_addr += x1;
180 OUTREG(SRC_ADDR, src_addr);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_video.h51 uint8_t *src_addr; member in struct:__anonab35d3770108
H A Dradeon_textured_video.c358 pPriv->src_addr = src_bo->ptr;
383 buf + s2offset, buf + s3offset, pPriv->src_addr + (top * dstPitch),
395 R600CopyData(pScrn, buf + (top * srcPitch), pPriv->src_addr + (top * dstPitch),
397 R600CopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
399 R600CopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
402 RADEONCopyData(pScrn, buf + (top * srcPitch), pPriv->src_addr + (top * dstPitch),
404 RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
406 RADEONCopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
416 pPriv->src_addr + (top * dstPitch),
420 pPriv->src_addr
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c407 pPriv->src_addr = src_bo->ptr;
409 pPriv->src_addr = (uint8_t *)(info->FB + pPriv->video_offset);
436 buf + s2offset, buf + s3offset, pPriv->src_addr + (top * dstPitch),
448 R600CopyData(pScrn, buf + (top * srcPitch), pPriv->src_addr + (top * dstPitch),
450 R600CopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
452 R600CopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
455 RADEONCopyData(pScrn, buf + (top * srcPitch), pPriv->src_addr + (top * dstPitch),
457 RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr + d2line,
459 RADEONCopyData(pScrn, buf + s3offset, pPriv->src_addr + d3line,
469 pPriv->src_addr
[all...]
H A Dradeon_video.h115 uint8_t *src_addr; member in struct:__anone192d83f0108
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c560 struct blorp_address src_addr = { local in function:iris_copy_region
571 blorp_buffer_copy(&blorp_batch, src_addr, dst_addr, src_box->width);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c650 struct blorp_address src_addr = { local in function:iris_copy_region
671 blorp_buffer_copy(&blorp_batch, src_addr, dst_addr, src_box->width);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_rt_builder.h306 nir_ssa_def *src_addr, uint32_t src_align,
316 nir_load_global(b, nir_iadd_imm(b, src_addr, offset), src_align,
304 brw_nir_memcpy_global(nir_builder * b,nir_ssa_def * dst_addr,uint32_t dst_align,nir_ssa_def * src_addr,uint32_t src_align,uint32_t size) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_acceleration_structure.c1367 uint64_t src_addr; member in struct:copy_constants
1545 nir_ssa_def *src_addr = nir_iadd(&b, src_base_addr, nir_u2u64(&b, src_offset)); local in function:build_copy_shader
1549 nir_build_load_global(&b, 4, 32, src_addr, .align_mul = 16, .align_offset = 0);
1948 uint64_t src_addr = radv_accel_struct_get_va(src); local in function:radv_CmdCopyAccelerationStructureKHR
1955 .src_addr = src_addr,
1965 src_addr + offsetof(struct radv_accel_struct_header, copy_dispatch_size));
2070 .src_addr = pInfo->src.deviceAddress,
2095 uint64_t src_addr = radv_accel_struct_get_va(src); local in function:radv_CmdCopyAccelerationStructureToMemoryKHR
2101 .src_addr
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c710 struct blorp_address src_addr = { local in function:crocus_copy_region
721 blorp_buffer_copy(&blorp_batch, src_addr, dst_addr, src_box->width);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_priv.h888 uint8_t *src_addr; member in struct:__anond6dff2350708
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp1356 nir_ssa_def *src_addr = local in function:nir_visitor::visit
1362 srcs[i] = nir_channel(&b, src_addr, i);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp1240 nir_ssa_def *src_addr = local in function:nir_visitor::visit
1246 srcs[i] = nir_channel(&b, src_addr, i);

Completed in 20 milliseconds