/external/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 18 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/ |
D | GrVkDescriptorPool.cpp | 18 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/ |
D | pool.go | 25 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/ |
D | GrpcThreadPool.cs | 42 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/ |
D | VkDescriptorPool.cpp | 25 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()
|
D | VkDescriptorPool.hpp | 54 size_t poolSize = 0; member in vk::DescriptorPool
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/ |
D | FifoPriorityThreadPoolExecutor.java | 26 public FifoPriorityThreadPoolExecutor(int poolSize) { in FifoPriorityThreadPoolExecutor() argument 27 this(poolSize, poolSize, 0, TimeUnit.MILLISECONDS, new DefaultThreadFactory()); in FifoPriorityThreadPoolExecutor()
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexPacket.cpp | 80 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/ |
D | ExperimentingRunnerModule.java | 85 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/ |
D | uspoof_conf.cpp | 340 int32_t poolSize = stringPool->size(); in build() local 342 for (i=0; i<poolSize; i++) { in build()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 755 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/ |
D | SpoofChecker.java | 920 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/ |
D | SpoofChecker.java | 965 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/ |
D | SRWebSocket.m | 169 - (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/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3007 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/ |
D | vktMultiViewRenderTests.cpp | 1532 const VkDescriptorPoolSize poolSize = in beforeDraw() local 1545 &poolSize in beforeDraw()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 207 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/ |
D | vktRenderPassTests.cpp | 2069 const VkDescriptorPoolSize poolSize = in SubpassRenderer() local 2084 &poolSize in SubpassRenderer()
|