/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferComputeInstance.hpp | 56 vk::VkDescriptorPool pool, 62 vk::Move<vk::VkDescriptorSet> createDescriptorSet (vk::VkDescriptorPool pool,
|
H A D | vktApiBufferComputeInstance.cpp | 158 VkDescriptorPool pool, in createDescriptorSet() 174 pool, in createDescriptorSet() 192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument 215 pool, in createDescriptorSet() 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | compute_pipeline.cc | 34 Result ComputePipeline::Initialize(CommandPool* pool) { in Initialize() argument 35 return Pipeline::Initialize(pool); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueryPool.hpp | 102 inline Query *getQuery(uint32_t query) const { return &pool[query]; } in getQuery() 106 Query *const pool; member in vk::QueryPool
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | AsyncTaskTests.cpp | 65 // Emulate the basic usage of worker thread pool in Create*PipelineAsync(). 68 std::unique_ptr<dawn_platform::WorkerTaskPool> pool = platform.CreateWorkerTaskPool(); in TEST_F() local 70 dawn_native::AsyncTaskManager taskManager(pool.get()); in TEST_F()
|
/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 218 , m_pool (pool) in Deleter() 238 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument 241 , m_pool (pool) in Deleter()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferComputeInstance.cpp | 158 VkDescriptorPool pool, in createDescriptorSet() 174 pool, in createDescriptorSet() 192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument 215 pool, in createDescriptorSet() 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 199 input.SetExtensionRegistry(message_factory->pool->pool, in Reparse() 216 // Options are cached in the pool that owns the descriptor. in GetOrBuildOptions() 219 GetFileDescriptor(descriptor)->pool()); in GetOrBuildOptions() 233 // The consequence is that extensions not defined in the default pool won't in GetOrBuildOptions() 324 PyDescriptorPool* pool; member 379 PyDescriptorPool* pool = GetDescriptorPool_FromPool( in NewInternedDescriptor() local 380 GetFileDescriptor(descriptor)->pool()); in NewInternedDescriptor() 381 if (pool == NULL) { in NewInternedDescriptor() 386 Py_INCREF(pool); in NewInternedDescriptor() 1331 PyObject* pool = reinterpret_cast<PyObject*>( GetPool() local [all...] |
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_merger.py | 60 Called trough multiprocessing pool. The args are expected to unpack to: 121 pool = Pool(CPUS) 123 return pool.map(merge_fun, inputs) 125 pool.close() 163 Called trough multiprocessing pool. The args are expected to unpack to:
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 34 syn match ninjaKeyword "^pool\>" 47 \ pool restat rspfile rspfile_content 49 syn region ninjaPool start="^pool" end="^\ze\S" contains=TOP transparent
|
/third_party/skia/src/lazy/ |
H A D | SkDiscardableMemoryPool.cpp | 16 // A PoolDiscardableMemory is memory that is counted in a pool. 17 // A DiscardableMemoryPool is a pool of PoolDiscardableMemorys. 24 * This non-global pool can be used for unit tests to verify that the 25 * pool works. 80 PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, SkAutoFree pointer, size_t bytes); 94 PoolDiscardableMemory::PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, in PoolDiscardableMemory() argument 97 : fPool(std::move(pool)), fLocked(true), fPointer(std::move(pointer)), fBytes(bytes) { in PoolDiscardableMemory() 134 // PoolDiscardableMemory objects that belong to this pool are in ~DiscardableMemoryPool() 135 // always deleted before deleting this pool since each one has a in ~DiscardableMemoryPool() 136 // ref to the pool in ~DiscardableMemoryPool() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 666 pool = "console" if int(action.get("ninja_use_console", 0)) else None 668 name, args, description, win_shell_flags, env, pool, depfile=depfile 715 pool = "console" if int(rule.get("ninja_use_console", 0)) else None 717 name, args, description, win_shell_flags, env, pool 1902 self, name, args, description, win_shell_flags, env, pool, depfile=None 1976 pool=pool, 2183 pool="link_pool", 2192 pool="link_pool", 2208 pool [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | ninja.py | 666 pool = "console" if int(action.get("ninja_use_console", 0)) else None 668 name, args, description, win_shell_flags, env, pool, depfile=depfile 715 pool = "console" if int(rule.get("ninja_use_console", 0)) else None 717 name, args, description, win_shell_flags, env, pool 1899 self, name, args, description, win_shell_flags, env, pool, depfile=None 1973 pool=pool, 2180 pool="link_pool", 2189 pool="link_pool", 2205 pool [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | entropy_encode.c | 24 int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) { in BrotliSetDepth() 31 if (pool[p].index_left_ >= 0) { in BrotliSetDepth() 34 stack[level] = pool[p].index_right_or_value_; in BrotliSetDepth() 35 p = pool[p].index_left_; in BrotliSetDepth() 38 depth[pool[p].index_right_or_value_] = (uint8_t)level; in BrotliSetDepth() 23 BrotliSetDepth( int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) BrotliSetDepth() argument
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | entropy_encode.c | 24 int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) { in BrotliSetDepth() 31 if (pool[p].index_left_ >= 0) { in BrotliSetDepth() 34 stack[level] = pool[p].index_right_or_value_; in BrotliSetDepth() 35 p = pool[p].index_left_; in BrotliSetDepth() 38 depth[pool[p].index_right_or_value_] = (uint8_t)level; in BrotliSetDepth() 23 BrotliSetDepth( int p0, HuffmanTree* pool, uint8_t* depth, int max_depth) BrotliSetDepth() argument
|
/third_party/protobuf/ruby/tests/ |
H A D | basic_proto2.rb | 15 pool = Google::Protobuf::DescriptorPool.new 16 pool.build do 25 BadFieldNames = pool.lookup("BadFieldNames").msgclass 241 pool = Google::Protobuf::DescriptorPool.new 244 pool.build do
|
/third_party/ffmpeg/libavcodec/ |
H A D | libdav1d.c | 47 AVBufferPool *pool; member 89 av_buffer_pool_uninit(&dav1d->pool); in libdav1d_picture_allocator() 91 dav1d->pool = av_buffer_pool_init(ret + DAV1D_PICTURE_ALIGNMENT * 2, NULL); in libdav1d_picture_allocator() 92 if (!dav1d->pool) { in libdav1d_picture_allocator() 98 buf = av_buffer_pool_get(dav1d->pool); in libdav1d_picture_allocator() 545 av_buffer_pool_uninit(&dav1d->pool); in libdav1d_close()
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer_unittest.cc | 10 #include "gn/pool.h" 76 // Tests an action with no sources and pool 90 Pool pool(setup.settings(), in TEST() 93 pool.set_depth(1); in TEST() 94 target.set_pool(LabelPtrPair<Pool>(&pool)); in TEST() 106 // The console pool's name must be mapped exactly to the string "console" in TEST() 107 // which is a special pre-defined pool name in ninja. in TEST() 114 pool = console in TEST() 436 Pool pool(setup.settings(), in TEST() 437 Label(SourceDir("//foo/"), "pool", setu in TEST() [all...] |
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | basic.rb | 9 pool = Google::Protobuf::DescriptorPool.new 10 pool.build do 99 Foo = pool.lookup("Foo").msgclass 100 Bar = pool.lookup("Bar").msgclass 101 Baz = pool.lookup("Baz").msgclass 102 TestMessage = pool.lookup("TestMessage").msgclass 103 TestMessage2 = pool.lookup("TestMessage2").msgclass 104 Recursive1 = pool.lookup("Recursive1").msgclass 105 Recursive2 = pool.lookup("Recursive2").msgclass 106 TestEnum = pool [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 721 /* The following is a pool of memory allocated by a single libpng read or write 835 store_pool_init(png_store *ps, store_pool *pool) in store_pool_init() argument 837 memset(pool, 0, sizeof *pool); in store_pool_init() 839 pool->store = ps; in store_pool_init() 840 pool->list = NULL; in store_pool_init() 841 pool->max = pool->current = pool->limit = pool in store_pool_init() 1791 store_pool *pool; /* Originating pool */ global() member 1818 store_memory_free(png_const_structp pp, store_pool *pool, store_memory *memory) store_memory_free() argument 1852 store_pool_delete(png_store *ps, store_pool *pool) store_pool_delete() argument 1907 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); store_malloc() local 1956 store_pool *pool = voidcast(store_pool*, png_get_mem_ptr(pp)); store_free() local [all...] |
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | workbench.py | 106 pool = Pool(processes=PROCESSES) variable 110 for stats, failures in pool.imap_unordered(run, range(RUNS)):
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | execution.py | 9 from ..local import pool namespace 48 self._pool = pool.Pool(jobs, notify_fun=self.notify_previous)
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_instance.h | 75 struct vn_renderer_shmem_pool pool; member 176 instance->renderer, &instance->cs_shmem.pool, size, out_offset); in vn_instance_cs_shmem_alloc()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_device.h | 65 struct pan_pool *pool; member 71 struct pan_pool *pool; member 112 * allocating from the binary pool. 116 /* A memory pool for shader binaries. We currently don't allocate a
|
/third_party/protobuf/benchmarks/util/ |
H A D | protoc-gen-proto2_to_proto3.cc | 30 static DescriptorPool *pool = new DescriptorPool(); in GetPool() local 31 return pool; in GetPool()
|