Home
last modified time | relevance | path

Searched defs:pool (Results 426 - 450 of 999) sorted by relevance

1...<<11121314151617181920>>...40

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_descriptor_pool.cpp45 struct d3d12_descriptor_pool *pool; member
199 struct d3d12_descriptor_pool *pool = CALLOC_STRUCT(d3d12_descriptor_pool); in d3d12_descriptor_pool_new() local
212 d3d12_descriptor_pool_free(struct d3d12_descriptor_pool *pool) in d3d12_descriptor_pool_free() argument
222 d3d12_descriptor_pool_alloc_handle(struct d3d12_descriptor_pool *pool, struct d3d12_descriptor_handle *handle) d3d12_descriptor_pool_alloc_handle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h133 struct panfrost_pool pool; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c75 struct compute_memory_pool* pool = (struct compute_memory_pool*) in compute_memory_pool_new() local
98 compute_memory_pool_init(struct compute_memory_pool * pool, unsigned initial_size_in_dw) compute_memory_pool_init() argument
113 compute_memory_pool_delete(struct compute_memory_pool* pool) compute_memory_pool_delete() argument
132 compute_memory_grow_defrag_pool(struct compute_memory_pool *pool, struct pipe_context *pipe, int new_size_in_dw) compute_memory_grow_defrag_pool() argument
194 compute_memory_shadow(struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host) compute_memory_shadow() argument
215 compute_memory_finalize_pending(struct compute_memory_pool* pool, struct pipe_context * pipe) compute_memory_finalize_pending() argument
325 compute_memory_defrag(struct compute_memory_pool *pool, struct pipe_resource *src, struct pipe_resource *dst, struct pipe_context *pipe) compute_memory_defrag() argument
355 compute_memory_promote_item(struct compute_memory_pool *pool, struct compute_memory_item *item, struct pipe_context *pipe, int64_t start_in_dw) compute_memory_promote_item() argument
404 compute_memory_demote_item(struct compute_memory_pool *pool, struct compute_memory_item *item, struct pipe_context *pipe) compute_memory_demote_item() argument
466 compute_memory_move_item(struct compute_memory_pool *pool, struct pipe_resource *src, struct pipe_resource *dst, struct compute_memory_item *item, uint64_t new_start_in_dw, struct pipe_context *pipe) compute_memory_move_item() argument
560 compute_memory_free(struct compute_memory_pool* pool, int64_t id) compute_memory_free() argument
598 compute_memory_alloc( struct compute_memory_pool* pool, int64_t size_in_dw) compute_memory_alloc() argument
631 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) compute_memory_transfer() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
754 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
777 ossl_rand_pool_add_additional_data(RAND_POOL *pool) ossl_rand_pool_add_additional_data() argument
[all...]
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method() argument
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method() argument
543 ossl_pool_acquire_entropy(RAND_POOL *pool) ossl_pool_acquire_entropy() argument
550 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c65 BN_POOL pool; member
162 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs83 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) in FileDescriptor() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.h63 pa_mempool *pool; member
H A Dsample-util.c180 static pa_memblock *silence_memblock_new(pa_mempool *pool, uint8_t c) { in silence_memblock_new() argument
217 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, const pa_sample_spec *spec, size_t length) { in pa_silence_memchunk_get() argument
373 void pa_memchunk_sine(pa_memchunk *c, pa_mempool *pool, unsigne argument
[all...]
H A Dcore.c111 pa_mempool *pool; in pa_core_new() local
/third_party/pulseaudio/src/tests/
H A Dresampler-rewind-test.c47 static pa_memblock *silence_memblock_new(pa_mempool *pool, uint8_t c) { in silence_memblock_new() argument
141 static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss, unsigned frequency, double amplitude, size_t nr_of_samples) { in generate_block() argument
223 pa_mempool *pool = NULL; in main() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c65 BN_POOL pool; member
162 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp215 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter() argument
238 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc78 Result Pipeline::Initialize(CommandPool* pool) { in Initialize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp414 void Device::FreeCommandBuffer(VkCommandPool pool, VkCommandBuffer buffer) in FreeCommandBuffer() argument
299 AllocateDescriptorSet( VkDescriptorPool pool, VkDescriptorSetLayout layout, VkDescriptorSet *out) const AllocateDescriptorSet() argument
401 AllocateCommandBuffer( VkCommandPool pool, VkCommandBuffer *out) const AllocateCommandBuffer() argument
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
754 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
777 ossl_rand_pool_add_additional_data(RAND_POOL *pool) ossl_rand_pool_add_additional_data() argument
[all...]
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method() argument
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method() argument
543 ossl_pool_acquire_entropy(RAND_POOL *pool) ossl_pool_acquire_entropy() argument
550 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
[all...]
/third_party/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_encode_utils.c135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) SetBitDepths() argument
/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp234 AutoPoolReleaser(GrMemoryPool& pool): fPool(pool) { in AutoPoolReleaser() argument
262 auto pool in DEF_TEST() local
268 auto pool = GrMemoryPool::Make(kSmallestMinAllocSize, kSmallestMinAllocSize / 2); DEF_TEST() local
278 auto pool = GrMemoryPool::Make(kPreallocSize, 0); DEF_TEST() local
285 auto pool = GrMemoryPool::Make(0, kMinAllocSize); DEF_TEST() local
300 auto pool = GrMemoryPool::Make(kSmallestMinAllocSize, kMinAllocSize); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp338 utils::ScopedAutoreleasePool pool; in main() local
H A DComputeBoids.cpp328 utils::ScopedAutoreleasePool pool; in main() local
H A DCubeReflection.cpp305 utils::ScopedAutoreleasePool pool; in main() local

Completed in 18 milliseconds

1...<<11121314151617181920>>...40