| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | magic.c | 33 demo_unk6(struct agx_pool *pool) in demo_unk6() argument 46 demo_zero(struct agx_pool *pool, unsigned count) in demo_zero() argument 159 demo_cmdbuf(uint64_t *buf, size_t size, struct agx_pool *pool, struct pipe_framebuffer_state *framebuffer, uint64_t encoder_ptr, uint64_t encoder_id, uint64_t scissor_ptr, uint64_t depth_bias_ptr, uint32_t pipeline_clear, uint32_t pipeline_load, uint32_t pipeline_store, bool clear_pipeline_textures, double clear_depth, unsigned clear_stencil) demo_cmdbuf() argument
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_descriptor_pool.cpp | 45 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 D | pan_job.h | 133 struct panfrost_pool pool; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | compute_memory_pool.c | 75 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 D | seed_src.c | 98 RAND_POOL *pool; in seed_src_generate() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_unix.c | 141 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 D | rand_vms.c | 344 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 D | bn_ctx.c | 65 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 D | FileDescriptor.cs | 83 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 D | memblock.h | 63 pa_mempool *pool; member
|
| H A D | sample-util.c | 180 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 D | core.c | 111 pa_mempool *pool; in pa_core_new() local
|
| /third_party/pulseaudio/src/tests/ |
| H A D | resampler-rewind-test.c | 47 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 D | bn_ctx.c | 65 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 D | vkRef.hpp | 215 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 D | pipeline.cc | 78 Result Pipeline::Initialize(CommandPool* pool) { in Initialize() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | vk_mem_alloc_wrapper.cpp | 93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool() argument
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | Device.cpp | 414 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 D | rand_unix.c | 141 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 D | rand_vms.c | 344 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 D | seed_src.c | 98 RAND_POOL *pool; in seed_src_generate() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | huffman_encode_utils.c | 135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) SetBitDepths() argument
|
| /third_party/skia/tests/ |
| H A D | GrMemoryPoolTest.cpp | 234 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 D | ManualSwapChainTest.cpp | 338 utils::ScopedAutoreleasePool pool; in main() local
|
| H A D | ComputeBoids.cpp | 328 utils::ScopedAutoreleasePool pool; in main() local
|