/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/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 16 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/ |
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/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/swiftshader/src/Vulkan/ |
D | VkDescriptorPool.cpp | 36 , 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()
|
D | VkDescriptorPool.hpp | 56 size_t poolSize = 0; member in vk::DescriptorPool
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexPacket.cpp | 80 const size_t poolSize = 8; in alloc() local 83 m_singleAllocPool = allocArray(poolSize); in alloc()
|
/external/skia/bench/ |
D | GrMemoryPoolBench.cpp | 157 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/ |
D | ExperimentingRunnerModule.java | 88 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/ |
D | uspoof_conf.cpp | 340 int32_t poolSize = stringPool->size(); in build() local 342 for (i=0; i<poolSize; i++) { in build()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.cpp | 900 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()
|
D | vk_helpers.h | 359 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);
|
D | UtilsVk.cpp | 1149 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()
|
D | vk_helpers.cpp | 2394 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()
|
D | ContextVk.cpp | 716 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/ |
D | vktApiDescriptorSetTests.cpp | 452 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local 471 poolSize // const VkDescriptorPoolSize* pPoolSizes in descriptorSetLayoutBindingOrderingTest()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 967 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/ |
D | SpoofChecker.java | 921 int poolSize = stringPool.size(); in build() local 923 for (i = 0; i < poolSize; i++) { in build()
|
/external/zstd/lib/compress/ |
D | zstdmt_compress.c | 138 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/ |
D | SRWebSocket.m | 169 - (id)initWithBufferCapacity:(NSUInteger)poolSize; 1533 - (id)initWithBufferCapacity:(NSUInteger)poolSize; 1537 _poolSize = poolSize; 1538 _bufferedConsumers = [[NSMutableArray alloc] initWithCapacity:poolSize];
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 914 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/ |
D | vktBindingDescriptorCopyTests.cpp | 1772 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/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3533 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/ |
D | vktMultiViewRenderTests.cpp | 1528 const VkDescriptorPoolSize poolSize = in beforeDraw() local 1541 &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()
|