/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/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/valgrind/include/ |
D | pub_tool_oset.h | 210 SizeT poolSize,
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.cpp | 311 int32_t poolSize = stringPool->size(); in build() local 313 for (i=0; i<poolSize; i++) { in build()
|
/external/valgrind/coregrind/ |
D | m_oset.c | 320 SizeT poolSize, in VG_() 327 vg_assert (poolSize > 0); in VG_() 332 poolSize, in VG_()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 613 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/ |
D | SpoofChecker.java | 929 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/ |
D | SpoofChecker.java | 881 int poolSize = stringPool.size(); in build() local 883 for (i = 0; i < poolSize; i++) { in build()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 2663 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/ |
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/multiview/ |
D | vktMultiViewRenderTests.cpp | 1068 const VkDescriptorPoolSize poolSize = in beforeDraw() local 1081 &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 | 2011 const VkDescriptorPoolSize poolSize = in SubpassRenderer() local 2026 &poolSize in SubpassRenderer()
|