Home
last modified time | relevance | path

Searched refs:alloc (Results 726 - 750 of 1199) sorted by relevance

1...<<21222324252627282930>>...48

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp396 const Allocation& alloc = colorBuffer.getAllocation(); in test() local
399 invalidateAlloc(vk, device, alloc); in test()
401 tcu::ConstPixelBufferAccess image (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, alloc.getHostPtr()); in test()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c106 vk_zalloc(&cmdbuf->vk.pool->alloc, sizeof(*barriers) * barrier_count, in dzn_cmd_buffer_queue_transition_barriers()
115 vk_free(&cmdbuf->vk.pool->alloc, barriers); in dzn_cmd_buffer_queue_transition_barriers()
269 vk_free(&cbuf->pool->alloc, res); in dzn_cmd_buffer_destroy()
284 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
290 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
304 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
311 vk_free(&cbuf->pool->alloc, he->data); in dzn_cmd_buffer_destroy()
316 vk_free(&cbuf->pool->alloc, cmdbuf); in dzn_cmd_buffer_destroy()
358 vk_zalloc(&pool->alloc, sizeof(*cmdbuf), 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in dzn_cmd_buffer_create()
365 vk_free(&pool->alloc, cmdbu in dzn_cmd_buffer_create()
[all...]
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs533 quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw(#var).cast()) in expand_cxx_function_shim()
535 quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw(#var)) in expand_cxx_function_shim()
654 quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#call.cast())) in expand_cxx_function_shim()
656 quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#call)) in expand_cxx_function_shim()
901 fn __AssertSized<T: ?#sized + #sized>() -> ::cxx::core::alloc::Layout { in expand_rust_type_layout()
902 ::cxx::core::alloc::Layout::new::<T>() in expand_rust_type_layout()
994 Type::RustBox(_) => quote_spanned!(span=> ::cxx::alloc::boxed::Box::from_raw(#var)), in expand_rust_function_shim_impl()
1055 Type::RustBox(_) => Some(quote_spanned!(span=> ::cxx::alloc::boxed::Box::into_raw)), in expand_rust_function_shim_impl()
1255 let link_alloc = format!("{}alloc", link_prefix); in expand_rust_box()
1260 let local_alloc = format_ident!("{}alloc", local_prefi in expand_rust_box()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp345 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
424 sparseSampledImage = de::MovePtr<SparseImage>(new SparseImage(vk, device, physicalDevice, vki, createInfo, m_context.getSparseQueue(), alloc, mapVkFormat(createInfo.format))); in iterate()
429 sampledImageWithMemory = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInfo, vk::MemoryRequirement::Any)); in iterate()
431 sampledImageWithMemoryCopy = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInfo, vk::MemoryRequirement::Any)); in iterate()
481 outputImage = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInfo, vk::MemoryRequirement::Any)); in iterate()
680 vk, device, alloc, makeBufferCreateInfo(outputBufferSize, vk::VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible)); in iterate()
723 de::MovePtr<BufferWithMemory> sampledBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, device, alloc, makeBufferCreateInfo(sampledBufferSize, vk::VK_BUFFER_USAGE_STORAGE_BUFFER_BIT | vk::VK_BUFFER_USAGE_TRANSFER_SRC_BIT), MemoryRequirement::HostVisible)); in iterate()
1263 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
1315 de::MovePtr<ImageWithMemory> image = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInfo, vk::MemoryRequirement::HostVisible)); in iterate()
1316 de::MovePtr<ImageWithMemory> copyImage = de::MovePtr<ImageWithMemory>(new ImageWithMemory(vk, device, alloc, createInf in iterate()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c671 int i, retval = 0, alloc = 1; in tjCompress2() local
705 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2()
707 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompress2()
724 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompress2()
979 int i, row, retval = 0, alloc = 1; in tjCompressFromYUVPlanes() local
1017 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
1019 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompressFromYUVPlanes()
1095 if (alloc) (*cinfo->dest->term_destination) (cinfo); in tjCompressFromYUVPlanes()
1895 int retval = 0, alloc = 1, i, jpegSubsamp, saveMarkers = 0; in tjTransform() local
1991 alloc in tjTransform()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpsymodel.h105 int alloc; ///< number of bits allocated by the psy, or -1 if no allocation was done member
/third_party/libunwind/libunwind/tests/
H A Dflush-cache.S14 alloc r2=ar.pfs,2,0,0,0
/third_party/lame/mpglib/
H A Dmpg123.h115 struct al_table2 const *alloc; member
/third_party/node/lib/
H A Dstring_decoder.js84 this[kNativeDecoder] = Buffer.alloc(kSize);
/third_party/node/test/parallel/
H A Dtest-crypto-certificate.js70 buf = Buffer.alloc(2 ** 31);
H A Dtest-double-tls-server.js46 const half = Buffer.alloc(serverReplaySize / 2, 0);
H A Dtest-stream-buffer-list.js15 assert.deepStrictEqual(emptyList.concat(0), Buffer.alloc(0));
/third_party/node/test/pummel/
H A Dtest-fs-readfile-tostring-fail.js31 const a = Buffer.alloc(size, 'a');
/third_party/node/test/sequential/
H A Dtest-net-GH-5504.js45 const content = Buffer.alloc(64 * 1024 * 1024, '#');
/third_party/node/benchmark/napi/function_args/
H A Dindex.js35 args.push(Buffer.alloc(32768, '42').toString());
/third_party/node/benchmark/net/
H A Dnet-wrap-js-stream-passthrough.js25 chunk = Buffer.alloc(len, 'x');
H A Dnet-pipe.js22 chunk = Buffer.alloc(len, 'x');
H A Dnet-c2s.js22 chunk = Buffer.alloc(len, 'x');
/third_party/node/benchmark/crypto/
H A Dhash-stream-creation.js35 message = Buffer.alloc(len, 'b');
H A Dhash-stream-throughput.js34 message = Buffer.alloc(len, 'b');
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_buffer.c42 vk_cmd_queue_init(&command_buffer->cmd_queue, &pool->alloc); in vk_command_buffer_init()
/third_party/node/deps/openssl/openssl/ms/
H A Duplink-ia64.pl30 alloc loc0=ar.pfs,$V,3,2,0
/third_party/node/deps/openssl/openssl/include/crypto/
H A Ddh.h51 int alloc);
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.cpp56 void SkAutoPixmapStorage::alloc(const SkImageInfo& info) { in alloc() function in SkAutoPixmapStorage
/third_party/openssl/include/crypto/
H A Ddh.h51 int alloc);

Completed in 20 milliseconds

1...<<21222324252627282930>>...48