/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 258 // Uses DescriptorPool to allocate descriptor sets as needed. If a descriptor pool becomes full, we 262 // Shared handle to a descriptor pool. Each helper is allocated from the dynamic descriptor pool. 298 // The DynamicDescriptorPool only handles one pool size at this time. 300 // an individual set. The pool size will be calculated accordingly. 346 // from the pool matches the layout that the pool was created for, to ensure that the free 366 // Checks to see if any pool is already free, in which case it sets it as current pool and 370 // Allocates a new entry and initializes it with the given pool [all...] |
H A D | SecondaryCommandBuffer.h | 484 CommandPool *pool, in InitializeCommandPool() 714 vk::CommandPool *pool, in initialize() 483 InitializeCommandPool(Context *context, CommandPool *pool, uint32_t queueFamilyIndex, bool hasProtectedContent) InitializeCommandPool() argument 713 initialize(vk::Context *context, vk::CommandPool *pool, bool isRenderPassCommandBuffer, angle::PoolAllocator *allocator) initialize() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.cc | 219 const DescriptorPool* pool, MessageFactory* factory) in Reflection() 223 (pool == nullptr) ? DescriptorPool::internal_generated_pool() : pool), in Reflection() 2393 // Ensure the file descriptor is added to the pool. in AssignDescriptorsImpl() 2410 // However we are already updating descriptor pool under a lock. To prevent in AssignDescriptorsImpl() 2457 // pool and message factory. in AddDescriptorsImpl() 217 Reflection(const Descriptor* descriptor, const internal::ReflectionSchema& schema, const DescriptorPool* pool, MessageFactory* factory) Reflection() argument
|
H A D | text_format.cc | 192 return descriptor->file()->pool()->FindExtensionByPrintableName(descriptor, in DefaultFinderFindExtension() 198 return descriptor->file()->pool()->FindExtensionByNumber(descriptor, number); in DefaultFinderFindExtensionByNumber() 208 return message.GetDescriptor()->file()->pool()->FindMessageTypeByName(name); in DefaultFinderFindAnyType()
|
H A D | message.h | 578 // does not live in the same pool as the containing message's descriptor (e.g. 579 // it lives in an overlay pool), then a MessageFactory must be provided. 959 const DescriptorPool* pool, MessageFactory* factory); 1164 // pool, GetPrototype() will return nullptr. (You can also check if a 1166 // descriptor->file()->pool() == DescriptorPool::generated_pool().) 1259 // .proto file will also be available for lookup in the generated pool.
|
H A D | parse_context.h | 344 const DescriptorPool* pool = nullptr; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 1390 list_first_entry(&device->shader_block_obj_pool, union radv_shader_arena_block, pool); in alloc_block_obj() 1391 list_del(&block->pool); in alloc_block_obj() 1401 list_add(&block->pool, &device->shader_block_obj_pool); in free_block_obj() 1604 pool) free(block); in radv_destroy_shader_arenas()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 2675 pool = descriptor_pool.DescriptorPool() 2678 pool.Add(desc) 2679 cls.proto_cls = message_factory.MessageFactory(pool).GetPrototype( 2680 pool.FindMessageTypeByName('f.msg2'))
|
H A D | reflection_test.py | 1685 pool = unittest_pb2.DESCRIPTOR.pool 1687 pool.FindExtensionByNumber( 1690 pool.FindExtensionByName( 1696 pool.FindAllExtensions(unittest_pb2.TestAllTypes.DESCRIPTOR))) 1980 # Compiles the proto into the C++ descriptor pool 3214 collisions in the cpp descriptor pool.
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.c | 474 av_buffer_unref(&avci->pool); in avcodec_close()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 495 /* List of the descriptor sets created using this pool. */ 522 const struct pvr_descriptor_pool *pool; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.h | 675 void compute_memory_pool_delete(struct compute_memory_pool* pool);
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 30 from multiprocessing.pool import ApplyResult
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor_pool.py | 43 pool = DescriptorPool() 46 pool.Add(file_descriptor_proto) 47 my_message_descriptor = pool.FindMessageTypeByName('some.package.MessageType') 196 """Adds the FileDescriptorProto and its types to this pool. 205 """Adds the FileDescriptorProto and its types to this pool. 218 # Add Descriptor to descriptor pool is dreprecated. Please use Add() 226 """Adds a Descriptor to the pool, non-recursively. 243 # Add EnumDescriptor to descriptor pool is dreprecated. Please use Add() 251 """Adds an EnumDescriptor to the pool. 284 # Add ServiceDescriptor to descriptor pool i [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 603 *cmdPool, // VkCommandPool pool; in allocateManyPrimaryBuffersTest() 608 // do not keep the handles to buffers, as they will be freed with command pool in allocateManyPrimaryBuffersTest() 681 *cmdPool, // VkCommandPool pool; in allocateManySecondaryBuffersTest() 686 // do not keep the handles to buffers, as they will be freed with command pool in allocateManySecondaryBuffersTest() 719 *cmdPool, // VkCommandPool pool; in executePrimaryBufferTest() 779 *cmdPool, // VkCommandPool pool; in executeLargePrimaryBufferTest() 847 *cmdPool, // pool; in resetBufferImplicitlyTest() 937 VkCommandPool pool, in createCommadBuffers() 945 pool, // VkCommandPool pool; in createCommadBuffers() 934 createCommadBuffers(const DeviceInterface& vk, const VkDevice vkDevice, deUint32 bufferCount, VkCommandPool pool, const VkCommandBufferLevel cmdBufferLevel, VkCommandBuffer* pCommandBuffers) createCommadBuffers() argument 982 executeSecondaryCmdBuffer(Context& context, VkCommandPool pool, std::vector<VkCommandBuffer>& cmdBuffersSecondary, std::vector <VkEventShared>& events) executeSecondaryCmdBuffer() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 603 *cmdPool, // VkCommandPool pool; in allocateManyPrimaryBuffersTest() 608 // do not keep the handles to buffers, as they will be freed with command pool in allocateManyPrimaryBuffersTest() 681 *cmdPool, // VkCommandPool pool; in allocateManySecondaryBuffersTest() 686 // do not keep the handles to buffers, as they will be freed with command pool in allocateManySecondaryBuffersTest() 719 *cmdPool, // VkCommandPool pool; in executePrimaryBufferTest() 779 *cmdPool, // VkCommandPool pool; in executeLargePrimaryBufferTest() 847 *cmdPool, // pool; in resetBufferImplicitlyTest() 937 VkCommandPool pool, in createCommadBuffers() 945 pool, // VkCommandPool pool; in createCommadBuffers() 934 createCommadBuffers(const DeviceInterface& vk, const VkDevice vkDevice, deUint32 bufferCount, VkCommandPool pool, const VkCommandBufferLevel cmdBufferLevel, VkCommandBuffer* pCommandBuffers) createCommadBuffers() argument 982 executeSecondaryCmdBuffer(Context& context, VkCommandPool pool, std::vector<VkCommandBuffer>& cmdBuffersSecondary, std::vector <VkEventShared>& events) executeSecondaryCmdBuffer() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 345 "Cannot create a non-opaque internal surface pool without " in qsv_init_child_ctx() 518 av_log(ctx, AV_LOG_ERROR, "QSV requires a fixed frame pool size\n"); in qsv_init_pool() 702 if (!ctx->pool) { in qsv_frames_init() 705 av_log(ctx, AV_LOG_ERROR, "Error creating an internal frame pool\n"); in qsv_frames_init() 753 frame->buf[0] = av_buffer_pool_get(ctx->pool); in qsv_get_buffer()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_cmd_buffer.c | 1623 p_qstate->pool = s_qstate->pool; in cmd_buffer_copy_secondary_end_query_state()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1156 VkDescriptorPool pool, in createSplitDescriptorSet() 1166 pool, in createSplitDescriptorSet() 1154 createSplitDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView primaryImageView, VkImageView secondaryImageView) createSplitDescriptorSet() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Message.php | 73 // specific descriptor from the descriptor pool. 93 $pool = DescriptorPool::getGeneratedPool(); variable 94 $this->desc = $pool->getDescriptorByClassName(get_class($this)); 96 user_error(get_class($this) . " is not found in descriptor pool.");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleTests.cpp | 1156 VkDescriptorPool pool, in createSplitDescriptorSet() 1166 pool, in createSplitDescriptorSet() 1154 createSplitDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView primaryImageView, VkImageView secondaryImageView) createSplitDescriptorSet() argument
|
/third_party/glfw/src/ |
H A D | wl_window.c | 169 struct wl_shm_pool* pool = wl_shm_create_pool(_glfw.wl.shm, fd, length); in createShmBuffer() local 186 wl_shm_pool_create_buffer(pool, 0, in createShmBuffer() 191 wl_shm_pool_destroy(pool); in createShmBuffer()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 2731 pool = concurrent.futures.ProcessPoolExecutor() 2733 pool, _test_get_event_loop_new_process__sub_proc) 2734 pool.shutdown()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 661 Move<VkDescriptorSet> createDescriptorSet (const VkDescriptorPool pool, 778 Move<VkDescriptorSet> PipelineLibraryTestInstance::createDescriptorSet (const VkDescriptorPool pool, in createDescriptorSet() argument 789 pool, // VkDescriptorPool descriptorPool; in createDescriptorSet() 1384 // create command pool and command buffer in iterate() 1507 // create descriptor pool in runNullDescriptorSet() 2175 // Create pool and set. in prepareOutputBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 655 Move<VkDescriptorSet> createDescriptorSet (const VkDescriptorPool pool, 772 Move<VkDescriptorSet> PipelineLibraryTestInstance::createDescriptorSet (const VkDescriptorPool pool, in createDescriptorSet() argument 783 pool, // VkDescriptorPool descriptorPool; in createDescriptorSet() 1342 // create command pool and command buffer in iterate() 1465 // create descriptor pool in runNullDescriptorSet() 2133 // Create pool and set. in prepareOutputBuffer()
|