Home
last modified time | relevance | path

Searched refs:poolSize (Results 1 – 16 of 16) 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/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/valgrind/include/
Dpub_tool_oset.h210 SizeT poolSize,
/external/icu/icu4c/source/i18n/
Duspoof_conf.cpp311 int32_t poolSize = stringPool->size(); in build() local
313 for (i=0; i<poolSize; i++) { in build()
/external/valgrind/coregrind/
Dm_oset.c320 SizeT poolSize, in VG_()
327 vg_assert (poolSize > 0); in VG_()
332 poolSize, in VG_()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp613 VkDescriptorPoolSize poolSize; in CreateVKDescriptorSet() local
616 poolSize.descriptorCount = it->second; in CreateVKDescriptorSet()
617 poolSize.type = it->first; in CreateVKDescriptorSet()
618 sizes.push_back(poolSize); in CreateVKDescriptorSet()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java929 int poolSize = stringPool.size(); in build() local
931 for (i = 0; i < poolSize; i++) { in build()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java881 int poolSize = stringPool.size(); in build() local
883 for (i = 0; i < poolSize; i++) { in build()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2663 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
2668 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
2711 const VkDescriptorPoolSize poolSize = in runAndVerifyDefaultPipeline() local
2716 poolSizes.push_back(poolSize); in runAndVerifyDefaultPipeline()
/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/multiview/
DvktMultiViewRenderTests.cpp1068 const VkDescriptorPoolSize poolSize = in beforeDraw() local
1081 &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.cpp2011 const VkDescriptorPoolSize poolSize = in SubpassRenderer() local
2026 &poolSize in SubpassRenderer()