Home
last modified time | relevance | path

Searched defs:pool (Results 176 - 200 of 395) sorted by relevance

12345678910>>...16

/third_party/ffmpeg/libavcodec/
H A Dinternal.h61 AVBufferRef *pool; member
H A Dlibvpxdec.c47 AVBufferPool *pool; member
H A Dlibdav1d.c47 AVBufferPool *pool; member
/third_party/ffmpeg/libavutil/
H A Dhwcontext.h190 AVBufferPool *pool; member
[all...]
/third_party/glslang/glslang/Include/
H A DShHandle.h66 glslang::TPoolAllocator* pool; member in TShHandleBase
/third_party/libwebsockets/plugins/ssh-base/
H A Dkex-25519.c218 uint8_t pool[LWS_SIZE_SHA256]; in kex_ecdh_dv() local
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h64 struct pci_pool *pool [4]; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_cmd_buffer.c28 lvp_create_cmd_buffer( struct lvp_device * device, struct lvp_cmd_pool * pool, VkCommandBufferLevel level, VkCommandBuffer* pCommandBuffer) lvp_create_cmd_buffer() argument
188 struct lvp_cmd_pool *pool; lvp_CreateCommandPool() local
[all...]
/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py152 from testrunner.local import pool namespace
/third_party/ninja/src/
H A Dmanifest_parser.cc326 Pool* pool = state_->LookupPool(pool_name); in ParseEdge() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_perf.c438 anv_perf_write_pass_results(struct intel_perf_config *perf, struct anv_query_pool *pool, uint32_t pass, const struct intel_perf_query_result *accumulated_results, union VkPerformanceCounterResultKHR *results) anv_perf_write_pass_results() argument
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_descriptor_set.c211 struct panvk_descriptor_pool *pool; in panvk_CreateDescriptorPool() local
290 panvk_descriptor_set_destroy(struct panvk_device *device, struct panvk_descriptor_pool *pool, struct panvk_descriptor_set *set) panvk_descriptor_set_destroy() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_instance.h75 struct vn_renderer_shmem_pool pool; member
H A Dvn_feedback.c139 vn_feedback_pool_grow_locked(struct vn_feedback_pool *pool) in vn_feedback_pool_grow_locked() argument
158 vn_feedback_pool_init(struct vn_device *dev, struct vn_feedback_pool *pool, uint32_t size, const VkAllocationCallbacks *alloc) vn_feedback_pool_init() argument
177 vn_feedback_pool_fini(struct vn_feedback_pool *pool) vn_feedback_pool_fini() argument
191 vn_feedback_pool_alloc_locked(struct vn_feedback_pool *pool, uint32_t size, uint32_t *out_offset) vn_feedback_pool_alloc_locked() argument
214 vn_feedback_pool_alloc(struct vn_feedback_pool *pool, enum vn_feedback_type type) vn_feedback_pool_alloc() argument
260 vn_feedback_pool_free(struct vn_feedback_pool *pool, struct vn_feedback_slot *slot) vn_feedback_pool_free() argument
388 vn_feedback_fence_cmd_alloc(VkDevice dev_handle, struct vn_feedback_cmd_pool *pool, struct vn_feedback_slot *slot, VkCommandBuffer *out_cmd_handle) vn_feedback_fence_cmd_alloc() argument
423 vn_feedback_fence_cmd_free(VkDevice dev_handle, struct vn_feedback_cmd_pool *pool, VkCommandBuffer cmd_handle) vn_feedback_fence_cmd_free() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c33 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 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...]

Completed in 16 milliseconds

12345678910>>...16