/third_party/skia/gm/ |
H A D | perspimages.cpp | 88 SkRect src = {img->width() / 4.f, img->height() / 4.f, variable 97 canvas->drawImageRect(img, src, dst, sampling, &paint, 101 canvas->drawImageRect(img, src, dst, sampling, &paint,
|
/third_party/skia/bench/ |
H A D | ReadPixBench.cpp | 66 #include "src/core/SkPixmapPriv.h" 89 SkPixmap src, dst; variable 90 fSrc.peekPixels(&src); 93 SkPixmapPriv::Orient(dst, src, kTopRight_SkEncodedOrigin);
|
/third_party/vk-gl-cts/modules/internal/ |
H A D | ditSRGB8ConversionTest.cpp | 75 const tcu::UVec4 src (i); in iterate() 76 const tcu::Vec4 res (tcu::sRGBA8ToLinear(src)); in iterate() 77 const tcu::Vec4 ref (tcu::sRGBToLinear(src.cast<float>() / tcu::Vec4(255.0f))); in iterate()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deString.c | 154 char* deStrcpy (char* dst, size_t size, const char* src) in deStrcpy() argument 157 (void)strcpy_s(dst, size, src); in deStrcpy() 160 return strncpy(dst, src, size); in deStrcpy()
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
H A D | deThreadWin32.c | 158 void parseWin32ProcessorInfo (ProcessorInfo* dst, const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* src, deUint32 numBytes) in parseWin32ProcessorInfo() argument 160 const SYSTEM_LOGICAL_PROCESSOR_INFORMATION* cur = src; in parseWin32ProcessorInfo() 164 while (((const deUint8*)cur - (const deUint8*)src) + sizeof(SYSTEM_LOGICAL_PROCESSOR_INFORMATION) <= numBytes) in parseWin32ProcessorInfo()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 3315 const char *src; in snd_pcm_area_copy() local 3323 src = snd_pcm_channel_area_addr(src_area, src_offset); in snd_pcm_area_copy() 3332 assert(src < dst || src >= dst + bytes); in snd_pcm_area_copy() 3333 assert(dst < src || dst >= src + bytes); in snd_pcm_area_copy() 3334 memcpy(dst, src, bytes); in snd_pcm_area_copy() 3349 srcval = *src & 0x0f; in snd_pcm_area_copy() 3351 srcval = *src & 0xf0; in snd_pcm_area_copy() 3357 src in snd_pcm_area_copy() 4007 snd_pcm_access_mask_copy(snd_pcm_access_mask_t *dst, const snd_pcm_access_mask_t *src) snd_pcm_access_mask_copy() argument 4109 snd_pcm_format_mask_copy(snd_pcm_format_mask_t *dst, const snd_pcm_format_mask_t *src) snd_pcm_format_mask_copy() argument 4212 snd_pcm_subformat_mask_copy(snd_pcm_subformat_mask_t *dst, const snd_pcm_subformat_mask_t *src) snd_pcm_subformat_mask_copy() argument 4315 snd_pcm_hw_params_copy(snd_pcm_hw_params_t *dst, const snd_pcm_hw_params_t *src) snd_pcm_hw_params_copy() argument 6435 snd_pcm_sw_params_copy(snd_pcm_sw_params_t *dst, const snd_pcm_sw_params_t *src) snd_pcm_sw_params_copy() argument 6992 snd_pcm_status_copy(snd_pcm_status_t *dst, const snd_pcm_status_t *src) snd_pcm_status_copy() argument 7207 snd_pcm_info_copy(snd_pcm_info_t *dst, const snd_pcm_info_t *src) snd_pcm_info_copy() argument 8590 _copy_to_fixed_query_map(snd_pcm_chmap_query_t **dst, const snd_pcm_chmap_t *src) _copy_to_fixed_query_map() argument 8604 _snd_pcm_make_single_query_chmaps(const snd_pcm_chmap_t *src) _snd_pcm_make_single_query_chmaps() argument 8619 _snd_pcm_copy_chmap(const snd_pcm_chmap_t *src) _snd_pcm_copy_chmap() argument 8632 _snd_pcm_copy_chmap_query(snd_pcm_chmap_query_t * const *src) _snd_pcm_copy_chmap_query() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1393 LLVMValueRef src[16]; in generate_fs_twiddle() local 1409 assert(num_fs * src_channels <= ARRAY_SIZE(src)); in generate_fs_twiddle() 1415 lp_build_transpose_aos_n(gallivm, type, &fs_src[i][0], src_channels, &src[i * src_channels]); in generate_fs_twiddle() 1449 * Split the src in half in generate_fs_twiddle() 1453 src[(i - 1)*2 + 1] = lp_build_extract_range(gallivm, src[i - 1], 4, 4); in generate_fs_twiddle() 1454 src[(i - 1)*2 + 0] = lp_build_extract_range(gallivm, src[i - 1], 0, 4); in generate_fs_twiddle() 1476 dst[i] = src[j]; in generate_fs_twiddle() 1484 lp_bld_quad_twiddle(gallivm, type, src, src_coun in generate_fs_twiddle() 1524 fs_twiddle_transpose(struct gallivm_state *gallivm, struct lp_type type, LLVMValueRef *src, unsigned src_count, LLVMValueRef *dst) fs_twiddle_transpose() argument 1649 store_unswizzled_block(struct gallivm_state *gallivm, LLVMValueRef base_ptr, LLVMValueRef stride, unsigned block_width, unsigned block_height, LLVMValueRef* src, struct lp_type src_type, unsigned src_count, unsigned src_alignment) store_unswizzled_block() argument 1766 scale_bits(struct gallivm_state *gallivm, int src_bits, int dst_bits, LLVMValueRef src, struct lp_type src_type) scale_bits() argument 1904 convert_to_blend_type(struct gallivm_state *gallivm, unsigned block_size, const struct util_format_description *src_fmt, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef* src, unsigned num_srcs) convert_to_blend_type() argument 2072 convert_from_blend_type(struct gallivm_state *gallivm, unsigned block_size, const struct util_format_description *src_fmt, struct lp_type src_type, struct lp_type dst_type, LLVMValueRef* src, unsigned num_srcs) convert_from_blend_type() argument 2387 LLVMValueRef src[4 * 4]; generate_unswizzled_blend() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | me_cmp.c | 562 uint8_t *src, ptrdiff_t stride, int h) in hadamard8_diff8x8_c() 571 src[stride * i + 0] - dst[stride * i + 0], in hadamard8_diff8x8_c() 572 src[stride * i + 1] - dst[stride * i + 1]); in hadamard8_diff8x8_c() 574 src[stride * i + 2] - dst[stride * i + 2], in hadamard8_diff8x8_c() 575 src[stride * i + 3] - dst[stride * i + 3]); in hadamard8_diff8x8_c() 577 src[stride * i + 4] - dst[stride * i + 4], in hadamard8_diff8x8_c() 578 src[stride * i + 5] - dst[stride * i + 5]); in hadamard8_diff8x8_c() 580 src[stride * i + 6] - dst[stride * i + 6], in hadamard8_diff8x8_c() 581 src[stride * i + 7] - dst[stride * i + 7]); in hadamard8_diff8x8_c() 613 static int hadamard8_intra8x8_c(MpegEncContext *s, uint8_t *src, in hadamard8_intra8x8_c() argument 561 hadamard8_diff8x8_c(MpegEncContext *s, uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h) hadamard8_diff8x8_c() argument [all...] |
H A D | pcm-bluray.c | 128 const uint8_t *src = avpkt->data; in pcm_bluray_decode_frame() local 141 if ((retval = pcm_bluray_parse_header(avctx, src))) in pcm_bluray_decode_frame() 143 src += 4; in pcm_bluray_decode_frame() 146 bytestream2_init(&gb, src, buf_size); in pcm_bluray_decode_frame()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 168 * src and dst that touch multiple adjacent registers. 204 /* For IR3_REG_SSA, src registers contain ptr back to assigning 445 * it's src/dst registers. Beyond that, you need to insert mov's. 516 * but other dependent src instructions cannot be scheduled due 728 ir3_reg_tie(struct ir3_register *dst, struct ir3_register *src) in ir3_reg_tie() argument 730 assert(!dst->tied && !src->tied); in ir3_reg_tie() 731 dst->tied = src; in ir3_reg_tie() 732 src->tied = dst; in ir3_reg_tie() 839 is_same_type_reg(struct ir3_register *dst, struct ir3_register *src) in is_same_type_reg() argument 842 unsigned src_type = (src in is_same_type_reg() 1908 __ssa_src(struct ir3_instruction *instr, struct ir3_instruction *src, unsigned flags) __ssa_src() argument 1988 ir3_MOV(struct ir3_block *block, struct ir3_instruction *src, type_t type) ir3_MOV() argument 2007 ir3_COV(struct ir3_block *block, struct ir3_instruction *src, type_t src_type, type_t dst_type) ir3_COV() argument 2037 ir3_BALLOT_MACRO(struct ir3_block *block, struct ir3_instruction *src, unsigned components) ir3_BALLOT_MACRO() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 630 blit.src.resource = device->cursor.image; in handle_draw_cursor_and_hud() 631 blit.src.level = 0; in handle_draw_cursor_and_hud() 632 blit.src.format = device->cursor.image->format; in handle_draw_cursor_and_hud() 633 blit.src.box.x = 0; in handle_draw_cursor_and_hud() 634 blit.src.box.y = 0; in handle_draw_cursor_and_hud() 635 blit.src.box.z = 0; in handle_draw_cursor_and_hud() 636 blit.src.box.depth = 1; in handle_draw_cursor_and_hud() 637 blit.src.box.width = device->cursor.w; in handle_draw_cursor_and_hud() 638 blit.src.box.height = device->cursor.h; in handle_draw_cursor_and_hud() 656 blit.dst.box.width = blit.src in handle_draw_cursor_and_hud() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texgetimage.c | 98 /* map src texture buffer */ in get_tex_depth() 108 const GLubyte *src = srcMap + row * srcRowStride; in get_tex_depth() local 109 _mesa_unpack_float_z_row(texImage->TexFormat, width, src, depthRow); in get_tex_depth() 143 /* map src texture buffer */ in get_tex_depth_stencil() 150 const GLubyte *src = srcMap + row * rowstride; in get_tex_depth_stencil() local 157 width, src, dest); in get_tex_depth_stencil() 162 src, dest); in get_tex_depth_stencil() 199 /* map src texture buffer */ in get_tex_stencil() 207 const GLubyte *src = srcMap + row * rowstride; in get_tex_stencil() local 213 (const GLuint *) src, in get_tex_stencil() 250 const GLubyte *src = srcMap + row * rowstride; get_tex_ycbcr() local 473 void *src; get_tex_rgba_uncompressed() local 657 GLubyte *src; get_tex_memcpy() local 813 GLubyte *src; get_compressed_texsubimage_sw() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 521 midgard_scalar_alu_src *src = (midgard_scalar_alu_src *)&src_binary; in print_scalar_constant() local 525 mir_print_constant_component(fp, consts, src->component, in print_scalar_constant() 526 src->full ? in print_scalar_constant() 528 false, src->mod, alu->op); in print_scalar_constant() 536 midgard_vector_alu_src *src = (midgard_vector_alu_src *)&src_binary; in print_vector_constants() local 537 bool expands = INPUT_EXPANDS(src->expand_mode); in print_vector_constants() 558 unsigned c = (src->swizzle >> (i * 2)) & 3; in print_vector_constants() 563 switch (src->expand_mode) { in print_vector_constants() 587 unsigned base = (src->swizzle >> (index * 2)) & 3; in print_vector_constants() 590 switch (src in print_vector_constants() 650 midgard_vector_alu_src *src = (midgard_vector_alu_src *)&src_binary; print_vector_src() local 878 midgard_scalar_alu_src *src = (midgard_scalar_alu_src *)&src_binary; print_scalar_src() local 1466 unsigned src = (word->swizzle >> 2) & 0x7; print_load_store_instr() local [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 8 #include "src/gpu/d3d/GrD3DGpu.h" 12 #include "src/core/SkConvertPixels.h" 13 #include "src/core/SkMipmap.h" 14 #include "src/gpu/GrBackendUtils.h" 15 #include "src/gpu/GrDataUtils.h" 16 #include "src/gpu/GrTexture.h" 17 #include "src/gpu/GrThreadSafePipelineBuilder.h" 18 #include "src/gpu/d3d/GrD3DAMDMemoryAllocator.h" 19 #include "src/gpu/d3d/GrD3DAttachment.h" 20 #include "src/gp 333 const char* src = static_cast<const char*>(compressedData); copy_compressed_data() local 431 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument 477 copySurfaceAsCopyTexture(GrSurface* dst, GrSurface* src, GrD3DTextureResource* dstResource, GrD3DTextureResource* srcResource, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexture() argument 528 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument 540 resolveTexture(GrSurface* dst, int32_t dstX, int32_t dstY, GrD3DRenderTarget* src, const SkIRect& srcIRect) resolveTexture() argument 764 const char* src = (const char*)texels[currentMipLevel].fPixels; uploadToTexture() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderGLSLstd450.cpp | 60 auto src = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 63 dst.move(i, Abs(src.Float(i))); in EmitExtGLSLstd450() 69 auto src = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 72 dst.move(i, Abs(src.Int(i))); in EmitExtGLSLstd450() 87 auto src = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 90 dst.move(i, Floor(src.Float(i))); in EmitExtGLSLstd450() 96 auto src = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 99 dst.move(i, Trunc(src.Float(i))); in EmitExtGLSLstd450() 105 auto src = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local 108 dst.move(i, Ceil(src in EmitExtGLSLstd450() 114 auto src = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 123 auto src = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 132 auto src = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 273 auto src = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local 284 auto src = Operand(this, state, insn.word(5)); EmitExtGLSLstd450() local [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 16 #include "src/core/SkFDot6.h" 17 #include "src/ports/SkFontHost_FreeType_common.h" 34 #include "src/core/SkScopeExit.h" 123 const uint8_t* src = bitmap.buffer; in copyFT2LCD16() local 134 dst[x] = -bittst(src, x); in copyFT2LCD16() 137 src += bitmap.pitch; in copyFT2LCD16() 143 dst[x] = grayToRGB16(src[x]); in copyFT2LCD16() 146 src += bitmap.pitch; in copyFT2LCD16() 152 const uint8_t* triple = src; in copyFT2LCD16() 168 src in copyFT2LCD16() 228 const uint8_t* src = reinterpret_cast<const uint8_t*>(srcFTBitmap.buffer); copyFTBitmap() local 312 packA8ToA1(const SkMask& mask, const uint8_t* src, size_t srcRB) packA8ToA1() argument 1523 uint8_t* src = dstBitmap.getAddr8(0, 0); generateGlyphImage() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | CommandBufferVk.cpp | 558 auto& src = copy->source; in RecordCommands() local 561 ToBackend(src.buffer)->EnsureDataInitialized(recordingContext); in RecordCommands() 564 ComputeBufferImageCopyRegion(src, dst, copy->copySize); in RecordCommands() 579 ToBackend(src.buffer) in RecordCommands() 583 VkBuffer srcBuffer = ToBackend(src.buffer)->GetHandle(); in RecordCommands() 601 auto& src = copy->source; in RecordCommands() local 608 ComputeBufferImageCopyRegion(dst, src, copy->copySize); in RecordCommands() 610 ASSERT(src.texture->GetDimension() != wgpu::TextureDimension::e1D); in RecordCommands() 614 ToBackend(src.texture) in RecordCommands() 617 ToBackend(src in RecordCommands() 638 TextureCopy& src = copy->source; RecordCommands() local [all...] |
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/ |
H A D | stripInternal-when-one-two-three-are-prepended-in-order.js | 17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
101 //// [/src/second/second_part2.ts]
109 //// [/src/second/tsconfig.json]
128 //// [/src/third/third_part1.ts]
133 //// [/src/third/tsconfig.json]
160 /lib/tsc --b /src/thir [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 353 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle) in swizzleColorChannel() argument 357 case TEXTURESWIZZLECOMPONENT_R: return src[0]; in swizzleColorChannel() 358 case TEXTURESWIZZLECOMPONENT_G: return src[1]; in swizzleColorChannel() 359 case TEXTURESWIZZLECOMPONENT_B: return src[2]; in swizzleColorChannel() 360 case TEXTURESWIZZLECOMPONENT_A: return src[3]; in swizzleColorChannel() 368 static inline tcu::Vector<T, 4> swizzleColor (const tcu::Vector<T, 4>& src, const MaybeTextureSwizzle& swizzle) in swizzleColor() argument 374 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor() 379 static void swizzlePixels (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) in swizzlePixels() argument 381 DE_ASSERT(dst.getWidth() == src.getWidth() && in swizzlePixels() 382 dst.getHeight() == src in swizzlePixels() 390 swizzlePixels(const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) swizzlePixels() argument 407 swizzleTexture(tcu::Texture2D& dst, const tcu::Texture2D& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 419 swizzleTexture(tcu::Texture2DArray& dst, const tcu::Texture2DArray& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 431 swizzleTexture(tcu::TextureCube& dst, const tcu::TextureCube& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 353 static inline T swizzleColorChannel (const tcu::Vector<T, 4>& src, TextureSwizzleComponent swizzle) in swizzleColorChannel() argument 357 case TEXTURESWIZZLECOMPONENT_R: return src[0]; in swizzleColorChannel() 358 case TEXTURESWIZZLECOMPONENT_G: return src[1]; in swizzleColorChannel() 359 case TEXTURESWIZZLECOMPONENT_B: return src[2]; in swizzleColorChannel() 360 case TEXTURESWIZZLECOMPONENT_A: return src[3]; in swizzleColorChannel() 368 static inline tcu::Vector<T, 4> swizzleColor (const tcu::Vector<T, 4>& src, const MaybeTextureSwizzle& swizzle) in swizzleColor() argument 374 result[i] = swizzleColorChannel(src, swizzle.getSwizzle()[i]); in swizzleColor() 379 static void swizzlePixels (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) in swizzlePixels() argument 381 DE_ASSERT(dst.getWidth() == src.getWidth() && in swizzlePixels() 382 dst.getHeight() == src in swizzlePixels() 390 swizzlePixels(const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const MaybeTextureSwizzle& swizzle) swizzlePixels() argument 407 swizzleTexture(tcu::Texture2D& dst, const tcu::Texture2D& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 419 swizzleTexture(tcu::Texture2DArray& dst, const tcu::Texture2DArray& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument 431 swizzleTexture(tcu::TextureCube& dst, const tcu::TextureCube& src, const MaybeTextureSwizzle& swizzle) swizzleTexture() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1743 VK_FROM_HANDLE(dzn_image, src, info->srcImage); in dzn_cmd_buffer_copy_img_chunk() 1750 dzn_image_align_extent(src, ®ion.extent); in dzn_cmd_buffer_copy_img_chunk() 1755 dzn_image_get_plane_format(src->vk.format, aspect); in dzn_cmd_buffer_copy_img_chunk() 1773 if (src->vk.image_type == VK_IMAGE_TYPE_3D && in dzn_cmd_buffer_copy_img_chunk() 1779 } else if (src->vk.image_type == VK_IMAGE_TYPE_2D && in dzn_cmd_buffer_copy_img_chunk() 1790 D3D12_TEXTURE_COPY_LOCATION src_loc = dzn_image_get_copy_loc(src, src_subres, aspect, src_l); in dzn_cmd_buffer_copy_img_chunk() 1811 dzn_image_get_placed_footprint_format(src->vk.format, aspect); in dzn_cmd_buffer_copy_img_chunk() 1962 const struct dzn_image *src, in dzn_cmd_buffer_blit_set_pipeline() 1975 .samples = (uint32_t)src->vk.samples, in dzn_cmd_buffer_blit_set_pipeline() 1985 .sampler_dim = (uint32_t)(src in dzn_cmd_buffer_blit_set_pipeline() 1961 dzn_cmd_buffer_blit_set_pipeline(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const struct dzn_image *dst, VkImageAspectFlagBits aspect, VkFilter filter, bool resolve) dzn_cmd_buffer_blit_set_pipeline() argument 2004 dzn_cmd_buffer_blit_set_2d_region(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *src, const VkImageSubresourceLayers *src_subres, const VkOffset3D *src_offsets, const struct dzn_image *dst, const VkImageSubresourceLayers *dst_subres, const VkOffset3D *dst_offsets, bool normalize_src_coords) dzn_cmd_buffer_blit_set_2d_region() argument 2064 dzn_cmd_buffer_blit_issue_barriers(struct dzn_cmd_buffer *cmdbuf, struct dzn_image *src, VkImageLayout src_layout, const VkImageSubresourceLayers *src_subres, struct dzn_image *dst, VkImageLayout dst_layout, const VkImageSubresourceLayers *dst_subres, VkImageAspectFlagBits aspect, bool post) dzn_cmd_buffer_blit_issue_barriers() argument 3418 struct dzn_image_view *src = att->iview; dzn_cmd_buffer_resolve_rendering_attachment() local [all...] |
/base/msdp/device_status/utils/common/src/ |
H A D | utility.cpp | 49 size_t Utility::CopyNulstr(char *dest, size_t size, const char *src) in CopyNulstr() argument 52 CHKPR(src, 0); in CopyNulstr() 54 size_t len = strlen(src); in CopyNulstr() 63 errno_t ret = memcpy_s(dest, size, src, len); in CopyNulstr()
|
/base/startup/init/services/etc/passwd_appender/ |
H A D | passwd_appender.py | 62 def get_append_value(src, source_dict): 63 for line in src: 95 with open(append_f, 'r') as src: 96 get_append_value(src, source_dict)
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | resource_manager.py | 110 src = os.path.join(resource_dir, push_value[0:pos].strip()) 114 device.push_file(src, dst) 120 src = os.path.join(resource_dir, push_value[0:pos].strip()) 123 device.pull_file(src, dst)
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | huffyuvdsp.asm | 30 ; void (*add_int16)(uint16_t *dst, const uint16_t *src, unsigned mask, int w); 34 cglobal add_int16, 4,4,5, dst, src, mask, w, tmp 52 ; void add_hfyu_left_pred_bgr32(uint8_t *dst, const uint8_t *src, 55 cglobal add_hfyu_left_pred_bgr32, 4,4,3, dst, src, w, left
|