Home
last modified time | relevance | path

Searched refs:type_count (Results 1 – 19 of 19) sorted by relevance

/external/perfetto/test/metrics/
Djava_heap_histogram.out10 type_count {
15 type_count {
20 type_count {
25 type_count {
30 type_count {
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DIdmap.java200 if (type_maps_encountered != dtohs(header.type_count)) { in Load()
202 + (int) dtohs(header.type_count)); in Load()
DLoadedArsc.java94 int type_count; field in LoadedArsc.TypeSpec
204 type_spec.type_count = types_.size(); in Build()
443 int type_count = type_specs_.size(); in CollectConfigurations() local
444 for (int i = 0; i < type_count; i++) { in CollectConfigurations()
478 int type_count = type_specs_.size(); in CollectLocales() local
479 for (int i = 0; i < type_count; i++) { in CollectLocales()
DResourceTypes.java1520 short type_count; field in ResourceTypes.Idmap_header
1534 type_count = buf.getShort(offset + 16 + 256 + 256 + 2); in Idmap_header()
DCppAssetManager2.java692 int type_count = candidate_configs.size(); in FindEntry() local
693 for (int i = 0; i < type_count; i++) { in FindEntry()
/external/perfetto/protos/perfetto/metrics/android/
Djava_heap_histogram.proto30 repeated TypeCount type_count = 2; field
/external/llvm/include/llvm/IR/
DDebugInfo.h117 unsigned type_count() const { return TYs.size(); } in type_count() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h127 unsigned type_count() const { return TYs.size(); } in type_count() function
/external/mesa3d/src/intel/vulkan/
Danv_device.c181 uint32_t type_count = 0; in anv_physical_device_init_heaps() local
187 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps()
200 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps()
206 device->memory.types[type_count++] = (struct anv_memory_type) { in anv_physical_device_init_heaps()
214 device->memory.type_count = type_count; in anv_physical_device_init_heaps()
2213 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count; in anv_GetPhysicalDeviceMemoryProperties()
2214 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()
3458 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory()
3474 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory()
3732 (1 << device->physical->memory.type_count) - 1; in anv_GetMemoryFdPropertiesKHR()
[all …]
Danv_android.c215 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1; in anv_GetAndroidHardwareBufferPropertiesANDROID()
Danv_private.h1127 uint32_t type_count; member
/external/freetype/src/otvalid/
Dotvgpos.c964 otvalid->type_count = 9; in otv_GPOS_subtable_validate()
1028 otvalid->type_count = 9; in otv_GPOS_validate()
Dotvgsub.c594 otvalid->type_count = 8; in otv_GSUB_validate()
Dotvcommn.h47 FT_UInt type_count; member
Dotvcommn.c370 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1385 VkDescriptorPoolSize type_count[2]; in init_descriptor_pool() local
1386 type_count[0].type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in init_descriptor_pool()
1387 type_count[0].descriptorCount = 1; in init_descriptor_pool()
1390 type_count[1].type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in init_descriptor_pool()
1391 type_count[1].descriptorCount = 1; in init_descriptor_pool()
1399 descriptor_pool.pPoolSizes = type_count; in init_descriptor_pool()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c209 unsigned type_count = 0; in radv_physical_device_init_mem_types() local
212 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
213 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS; in radv_physical_device_init_mem_types()
214 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types()
221 device->memory_domains[type_count] = RADEON_DOMAIN_GTT; in radv_physical_device_init_mem_types()
222 device->memory_flags[type_count] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types()
223 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types()
230 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
231 device->memory_flags[type_count] = RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types()
232 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) { in radv_physical_device_init_mem_types()
[all …]
/external/selinux/prebuilts/bin/
Dseinfo.py308 p.type_count, p.type_attribute_count))
/external/perfetto/protos/perfetto/metrics/
Dperfetto_merged_metrics.proto329 repeated TypeCount type_count = 2; field