Home
last modified time | relevance | path

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

12

/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/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp16 VkDescriptorPoolSize poolSize; in Create() local
17 memset(&poolSize, 0, sizeof(VkDescriptorPoolSize)); in Create()
18 poolSize.descriptorCount = count; in Create()
19 poolSize.type = type; in Create()
29 createInfo.pPoolSizes = &poolSize; in Create()
/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/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/swiftshader/src/Vulkan/
DVkDescriptorPool.cpp36 , poolSize(ComputeRequiredAllocationSize(pCreateInfo)) in DescriptorPool()
90 size_t freeSpace = poolSize - nextItemStart; in findAvailableMemory()
129 if(totalSize > poolSize) in allocateSets()
208 totalFreeSize += poolSize - ((itLast->set - pool) + itLast->size); in computeTotalFreeSize()
DVkDescriptorPool.hpp56 size_t poolSize = 0; member in vk::DescriptorPool
/external/deqp/framework/referencerenderer/
DrrVertexPacket.cpp80 const size_t poolSize = 8; in alloc() local
83 m_singleAllocPool = allocArray(poolSize); in alloc()
/external/skia/bench/
DGrMemoryPoolBench.cpp157 GrMemoryPoolBench(const char* name, RunBenchProc proc, int poolSize) in GrMemoryPoolBench() argument
158 : fPoolSize(poolSize) in GrMemoryPoolBench()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DExperimentingRunnerModule.java88 int poolSize = Integer.parseInt(config.properties().get(RUNNER_MAX_PARALLELISM_OPTION)); in provideExecutorService() local
89 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/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp900 VkDescriptorPoolSize poolSize = {}; in initDynamicDescriptorPools() local
901 poolSize.type = binding.descriptorType; in initDynamicDescriptorPools()
902 poolSize.descriptorCount = in initDynamicDescriptorPools()
904 descriptorPoolSizes.emplace_back(poolSize); in initDynamicDescriptorPools()
914 VkDescriptorPoolSize poolSize = {}; in initDynamicDescriptorPools() local
916 poolSize.type = mUniformBufferDescriptorType; in initDynamicDescriptorPools()
917 poolSize.descriptorCount = 1; in initDynamicDescriptorPools()
918 descriptorPoolSizes.emplace_back(poolSize); in initDynamicDescriptorPools()
Dvk_helpers.h359 angle::Result initEntryPool(Context *contextVk, uint32_t poolSize);
414 angle::Result init(ContextVk *contextVk, VkQueryType type, uint32_t poolSize);
544 angle::Result init(ContextVk *contextVk, uint32_t poolSize);
DUtilsVk.cpp1149 VkDescriptorPoolSize poolSize = {}; in ensureResourcesInitialized() local
1151 poolSize.type = binding.descriptorType; in ensureResourcesInitialized()
1152 poolSize.descriptorCount = binding.descriptorCount; in ensureResourcesInitialized()
1153 descriptorPoolSizes.emplace_back(poolSize); in ensureResourcesInitialized()
Dvk_helpers.cpp2394 for (VkDescriptorPoolSize &poolSize : poolSizes) in init()
2396 poolSize.descriptorCount *= maxSets; in init()
2599 angle::Result DynamicallyGrowingPool<Pool>::initEntryPool(Context *contextVk, uint32_t poolSize) in initEntryPool() argument
2602 mPoolSize = poolSize; in initEntryPool()
2663 angle::Result DynamicQueryPool::init(ContextVk *contextVk, VkQueryType type, uint32_t poolSize) in init() argument
2665 ANGLE_TRY(initEntryPool(contextVk, poolSize)); in init()
2990 angle::Result DynamicSemaphorePool::init(ContextVk *contextVk, uint32_t poolSize) in init() argument
2992 ANGLE_TRY(initEntryPool(contextVk, poolSize)); in init()
DContextVk.cpp716 VkDescriptorPoolSize poolSize = {}; in initialize() local
718 poolSize.type = binding.descriptorType; in initialize()
719 poolSize.descriptorCount = binding.descriptorCount; in initialize()
720 descriptorPoolSizes.emplace_back(poolSize); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDescriptorSetTests.cpp452 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local
471 poolSize // const VkDescriptorPoolSize* pPoolSizes in descriptorSetLayoutBindingOrderingTest()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java967 int poolSize = stringPool.size(); in build() local
969 for (i = 0; i < poolSize; i++) { in build()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java921 int poolSize = stringPool.size(); in build() local
923 for (i = 0; i < poolSize; i++) { in build()
/external/zstd/lib/compress/
Dzstdmt_compress.c138 size_t const poolSize = sizeof(*bufPool) in ZSTDMT_sizeof_bufferPool() local
147 return poolSize + totalBufferSize; in ZSTDMT_sizeof_bufferPool()
396 size_t const poolSize = sizeof(*cctxPool) in ZSTDMT_sizeof_CCtxPool() local
405 return poolSize + totalCCtxSize; in ZSTDMT_sizeof_CCtxPool()
/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/
DSRWebSocket.m169 - (id)initWithBufferCapacity:(NSUInteger)poolSize;
1533 - (id)initWithBufferCapacity:(NSUInteger)poolSize;
1537 _poolSize = poolSize;
1538 _bufferedConsumers = [[NSMutableArray alloc] initWithCapacity:poolSize];
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp914 VkDescriptorPoolSize poolSize; in CreateVKDescriptorSet() local
917 poolSize.descriptorCount = it->second; in CreateVKDescriptorSet()
918 poolSize.type = it->first; in CreateVKDescriptorSet()
919 sizes.push_back(poolSize); in CreateVKDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp1772 VkDescriptorPoolSize poolSize = in run() local
1779 if (poolSize.type == VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT) in run()
1780 poolSize.descriptorCount = iubTotalBytes; in run()
1782 poolSizes.push_back(poolSize); in run()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp3533 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
3538 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
3572 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
3577 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1528 const VkDescriptorPoolSize poolSize = in beforeDraw() local
1541 &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()

12