Home
last modified time | relevance | path

Searched refs:poolSize (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp18 VkDescriptorPoolSize poolSize; in GrVkDescriptorPool() local
19 memset(&poolSize, 0, sizeof(VkDescriptorPoolSize)); in GrVkDescriptorPool()
20 poolSize.descriptorCount = count; in GrVkDescriptorPool()
21 poolSize.type = type; in GrVkDescriptorPool()
31 createInfo.pPoolSizes = &poolSize; in GrVkDescriptorPool()
/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.cpp18 VkDescriptorPoolSize poolSize; in GrVkDescriptorPool() local
19 memset(&poolSize, 0, sizeof(VkDescriptorPoolSize)); in GrVkDescriptorPool()
20 poolSize.descriptorCount = count; in GrVkDescriptorPool()
21 poolSize.type = type; in GrVkDescriptorPool()
31 createInfo.pPoolSizes = &poolSize; in GrVkDescriptorPool()
/external/syzkaller/vendor/google.golang.org/api/internal/
Dpool.go25 poolSize int member
33 return &PoolResolver{poolSize: size, dialOpt: o}
42 addrs := make([]*naming.Update, 0, r.poolSize)
43 for i := 0; i < r.poolSize; i++ {
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs42 readonly int poolSize; field in Grpc.Core.Internal.GrpcThreadPool
62 …public GrpcThreadPool(GrpcEnvironment environment, int poolSize, int completionQueueCount, bool in… in GrpcThreadPool() argument
65 this.poolSize = poolSize; in GrpcThreadPool()
68 GrpcPreconditions.CheckArgument(poolSize >= completionQueueCount, in GrpcThreadPool()
82 for (int i = 0; i < poolSize; i++) in Start()
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp25 poolSize(ComputeRequiredAllocationSize(pCreateInfo)) in DescriptorPool()
69 size_t freeSpace = poolSize - nextItemStart; in findAvailableMemory()
108 if(totalSize > poolSize) in allocateSets()
181 …totalFreeSize += poolSize - ((reinterpret_cast<char*>(itLast->set) - reinterpret_cast<char*>(pool)… in computeTotalFreeSize()
DVkDescriptorPool.hpp54 size_t poolSize = 0; member in vk::DescriptorPool
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
DFifoPriorityThreadPoolExecutor.java26 public FifoPriorityThreadPoolExecutor(int poolSize) { in FifoPriorityThreadPoolExecutor() argument
27 this(poolSize, poolSize, 0, TimeUnit.MILLISECONDS, new DefaultThreadFactory()); in FifoPriorityThreadPoolExecutor()
/external/deqp/framework/referencerenderer/
DrrVertexPacket.cpp80 const size_t poolSize = 8; in alloc() local
83 m_singleAllocPool = allocArray(poolSize); in alloc()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java85 int poolSize = Integer.parseInt(config.properties().get(RUNNER_MAX_PARALLELISM_OPTION)); in provideExecutorService() local
86 return MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(poolSize)); in provideExecutorService()
/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp340 int32_t poolSize = stringPool->size(); in build() local
342 for (i=0; i<poolSize; i++) { in build()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp755 VkDescriptorPoolSize poolSize; in CreateVKDescriptorSet() local
758 poolSize.descriptorCount = it->second; in CreateVKDescriptorSet()
759 poolSize.type = it->first; in CreateVKDescriptorSet()
760 sizes.push_back(poolSize); in CreateVKDescriptorSet()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java920 int poolSize = stringPool.size(); in build() local
922 for (i = 0; i < poolSize; i++) { in build()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java965 int poolSize = stringPool.size(); in build() local
967 for (i = 0; i < poolSize; i++) { in build()
/external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
DSRWebSocket.m169 - (id)initWithBufferCapacity:(NSUInteger)poolSize;
1531 - (id)initWithBufferCapacity:(NSUInteger)poolSize;
1535 _poolSize = poolSize;
1536 _bufferedConsumers = [[NSMutableArray alloc] initWithCapacity:poolSize];
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp3007 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
3012 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
3055 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
3060 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1532 const VkDescriptorPoolSize poolSize = in beforeDraw() local
1545 &poolSize in beforeDraw()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java207 public int poolSize; in GameObjectFactory() field in GameObjectFactory.ComponentClass
210 poolSize = size; in GameObjectFactory()
261 mComponentPools.add(new GameComponentPool(component.type, component.poolSize)); in GameObjectFactory()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2069 const VkDescriptorPoolSize poolSize = in SubpassRenderer() local
2084 &poolSize in SubpassRenderer()