/external/webp/src/enc/ |
D | near_lossless_enc.c | 75 int stride, int limit_bits, uint32_t* copy_buffer, in NearLossless() argument 79 uint32_t* prev_row = copy_buffer; in NearLossless() 116 uint32_t* const copy_buffer = in VP8ApplyNearLossless() local 117 (uint32_t*)WebPSafeMalloc(xsize * 3, sizeof(*copy_buffer)); in VP8ApplyNearLossless() 122 if (copy_buffer == NULL) { in VP8ApplyNearLossless() 133 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless() 137 NearLossless(xsize, ysize, picture->argb, stride, limit_bits, copy_buffer, in VP8ApplyNearLossless() 140 NearLossless(xsize, ysize, argb_dst, xsize, i, copy_buffer, argb_dst); in VP8ApplyNearLossless() 142 WebPSafeFree(copy_buffer); in VP8ApplyNearLossless()
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-strtod.cpp | 509 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtod() local 512 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtod() 542 char copy_buffer[kMaxSignificantDecimalDigits]; in Strtof() local 545 TrimAndCut(buffer, exponent, copy_buffer, kMaxSignificantDecimalDigits, in Strtof()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1376 YV12_BUFFER_CONFIG copy_buffer; in av1_superres_upscale() local 1377 memset(©_buffer, 0, sizeof(copy_buffer)); in av1_superres_upscale() 1383 ©_buffer, aligned_width, cm->height, seq_params->subsampling_x, in av1_superres_upscale() 1391 aom_yv12_copy_frame(frame_to_show, ©_buffer, num_planes); in av1_superres_upscale() 1393 assert(copy_buffer.y_crop_width == aligned_width); in av1_superres_upscale() 1394 assert(copy_buffer.y_crop_height == cm->height); in av1_superres_upscale() 1426 copy_buffer_config(frame_to_show, ©_buffer); in av1_superres_upscale() 1440 copy_buffer_config(©_buffer, frame_to_show); in av1_superres_upscale() 1451 av1_upscale_normative_and_extend_frame(cm, ©_buffer, frame_to_show); in av1_superres_upscale() 1454 aom_free_frame_buffer(©_buffer); in av1_superres_upscale()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_buffer.c | 452 copy_buffer(struct radv_cmd_buffer *cmd_buffer, in copy_buffer() function 495 copy_buffer(cmd_buffer, src_buffer, dst_buffer, ©); in radv_CmdCopyBuffer() 508 copy_buffer(cmd_buffer, src_buffer, dst_buffer, in radv_CmdCopyBuffer2KHR()
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy 22 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy
|
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/ |
D | gles3-gtf-master.txt | 17 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_defaults 18 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_data 19 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_parameters 20 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_usage 21 GTF-GLES3.gtf.GL3Tests.copy_buffer.copy_buffer_copy
|
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | unpredictable-loop-unsynthesizable.ll | 17 define i32 @copy_buffer(%struct.bit_stream_struc.3.43.51.71.83.91.99.107.154* nocapture %bs) {
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_cmd_buffer.c | 1039 cmd->u.copy_buffer.src = src_buffer; in lvp_CmdCopyBuffer() 1040 cmd->u.copy_buffer.dst = dest_buffer; in lvp_CmdCopyBuffer() 1041 cmd->u.copy_buffer.region_count = regionCount; in lvp_CmdCopyBuffer() 1048 cmd->u.copy_buffer.regions = regions; in lvp_CmdCopyBuffer()
|
D | lvp_private.h | 931 struct lvp_cmd_copy_buffer copy_buffer; member
|
/external/angle/src/libANGLE/renderer/metal/shaders/ |
D | mtl_default_shaders_src_autogen.inc | 1467 # 1 "./copy_buffer.metal" 1 1468 # 12 "./copy_buffer.metal" 1717 # 16 "./copy_buffer.metal" 2 1757 # 120 "./copy_buffer.metal" 1815 # 215 "./copy_buffer.metal" 2870 # 1292 "./copy_buffer.metal" 2881 # 1336 "./copy_buffer.metal" 2895 # 1364 "./copy_buffer.metal" 2909 # 1392 "./copy_buffer.metal" 2924 # 1439 "./copy_buffer.metal" [all …]
|
/external/deqp-deps/amber/src/dawn/ |
D | engine_dawn.cc | 317 ::dawn::Buffer copy_buffer = device.CreateBuffer(&descriptor); in MapDeviceTextureToHostBuffer() 319 CreateBufferCopyView(copy_buffer, 0, dawn_row_pitch, 0); in MapDeviceTextureToHostBuffer() 337 MapResult mapped_device_texture = MapBuffer(device, copy_buffer); in MapDeviceTextureToHostBuffer() 359 copy_buffer.Unmap(); in MapDeviceTextureToHostBuffer()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_clear_blit.c | 885 copy_format(VkFormat format, VkImageAspectFlags aspect_mask, bool copy_buffer) in copy_format() argument 907 if (aspect_mask == VK_IMAGE_ASPECT_STENCIL_BIT && copy_buffer) in copy_format() 1523 copy_buffer(struct tu_cmd_buffer *cmd, in copy_buffer() function 1566 copy_buffer(cmd, in tu_CmdCopyBuffer() 1591 copy_buffer(cmd, tu_buffer_iova(buffer) + dstOffset, tmp.iova, dataSize, 4); in tu_CmdUpdateBuffer()
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/ |
D | gl31-gtf-master.txt | 1383 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/ |
D | gl31-gtf-master.txt | 1383 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
D | gl33-gtf-master.txt | 1383 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL33.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
D | gl41-gtf-master.txt | 1383 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL41.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/ |
D | gl31-gtf-master.txt | 1383 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL31.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
D | gl40-gtf-master.txt | 1383 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_defaults 1384 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_data 1385 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_parameters 1386 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_usage 1387 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_copy 1388 GTF-GL40.gtf31.GL3Tests.copy_buffer.copy_buffer_invalid_target
|
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() function 1913 ret = copy_buffer(dest, &src); in ndarray_ass_subscript() 2183 if (copy_buffer(&dest, src) < 0) in ndarray_tobytes()
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 430 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() function 522 ret = copy_buffer(&dest, src); in buffer_to_contiguous() 900 if (copy_buffer(dest, src) < 0) { in memory_from_contiguous_copy()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 954 copy_buffer(struct anv_device *device, in copy_buffer() function 998 copy_buffer(cmd_buffer->device, &batch, src_buffer, dst_buffer, ©); in anv_CmdCopyBuffer() 1018 copy_buffer(cmd_buffer->device, &batch, src_buffer, dst_buffer, in anv_CmdCopyBuffer2KHR()
|