Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dsd2.c66 int type_count, type_offset ; member
259 rsrc.type_count = 2 ; in sd2_write_rsrc_fork()
260 psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 28), BHW2 (rsrc.type_count - 1)) ; in sd2_write_rsrc_fork()
262 rsrc.item_offset = rsrc.type_offset + rsrc.type_count * 8 ; in sd2_write_rsrc_fork()
465 rsrc.type_count = read_rsrc_short (&rsrc, rsrc.map_offset + 28) + 1 ; in sd2_parse_rsrc_fork()
466 if (rsrc.type_count < 1) in sd2_parse_rsrc_fork()
472 rsrc.item_offset = rsrc.type_offset + rsrc.type_count * 8 ; in sd2_parse_rsrc_fork()
480 for (k = 0 ; k < rsrc.type_count ; k ++) in sd2_parse_rsrc_fork()
/third_party/glib/glib/
Dgtimezone.c572 guint32 time_count, type_count; in init_zone_from_iana_info() local
602 type_count = guint32_from_be(header->tzh_typecnt); in init_zone_from_iana_info()
611 + 6 * type_count in init_zone_from_iana_info()
631 tz_abbrs = tz_ttinfo + sizeof (struct ttinfo) * type_count; in init_zone_from_iana_info()
635 type_count + extra_type_count); in init_zone_from_iana_info()
639 for (index = 0; index < type_count; index++) in init_zone_from_iana_info()
689 trans.info_index = type_count + footer_transition->info_index; in init_zone_from_iana_info()
1114 guint type_count = 0, trans_count = 0, info_index = 0; in init_zone_from_rules() local
1119 type_count = 0; in init_zone_from_rules()
1130 type_count += rules[ri].dlt_start.mon > 0 ? 2 : 1; in init_zone_from_rules()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h126 unsigned type_count() const { return TYs.size(); } in type_count() function
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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.h46 FT_UInt type_count; member
Dotvcommn.c373 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
/third_party/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.h46 FT_UInt type_count; member
Dotvcommn.c373 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1381 VkDescriptorPoolSize type_count[2]; in init_descriptor_pool() local
1382 type_count[0].type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in init_descriptor_pool()
1383 type_count[0].descriptorCount = 1; in init_descriptor_pool()
1386 type_count[1].type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in init_descriptor_pool()
1387 type_count[1].descriptorCount = 1; in init_descriptor_pool()
1395 descriptor_pool.pPoolSizes = type_count; in init_descriptor_pool()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1392 VkDescriptorPoolSize type_count[2]; in init_descriptor_pool() local
1393 type_count[0].type = VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER; in init_descriptor_pool()
1394 type_count[0].descriptorCount = 1; in init_descriptor_pool()
1397 type_count[1].type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER; in init_descriptor_pool()
1398 type_count[1].descriptorCount = 1; in init_descriptor_pool()
1406 descriptor_pool.pPoolSizes = type_count; in init_descriptor_pool()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c475 device->memory.type_count = 3; in anv_physical_device_init_heaps()
503 device->memory.type_count = 1; in anv_physical_device_init_heaps()
524 device->memory.type_count = 2; in anv_physical_device_init_heaps()
540 for (unsigned i = 0; i < device->memory.type_count; i++) { in anv_physical_device_init_heaps()
2549 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count; in anv_GetPhysicalDeviceMemoryProperties()
2550 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()
3627 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory()
3898 (1 << device->physical->memory.type_count) - 1; in anv_GetMemoryFdPropertiesKHR()
3928 (1ull << device->physical->memory.type_count) - 1; in anv_GetMemoryHostPointerPropertiesEXT()
4257 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1; in anv_get_buffer_memory_requirements()
Danv_android.c304 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1; in anv_GetAndroidHardwareBufferPropertiesANDROID()
Danv_image.c1606 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1; in anv_image_get_memory_requirements()
Danv_private.h938 uint32_t type_count; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c233 unsigned type_count = 0; in radv_physical_device_init_mem_types() local
236 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
237 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS; in radv_physical_device_init_mem_types()
238 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
245 device->memory_domains[type_count] = RADEON_DOMAIN_GTT; in radv_physical_device_init_mem_types()
246 device->memory_flags[type_count] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types()
247 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
254 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
255 device->memory_flags[type_count] = RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types()
256 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
[all …]
/third_party/ffmpeg/libavcodec/
Dmediacodec_wrapper.c424 int type_count; in ff_AMediaCodecList_getCodecNameByType() local
481 type_count = (*env)->GetArrayLength(env, types); in ff_AMediaCodecList_getCodecNameByType()
482 for (j = 0; j < type_count; j++) { in ff_AMediaCodecList_getCodecNameByType()
/third_party/flutter/glfw/tests/
Dvulkan.c1458 const VkDescriptorPoolSize type_count = { in demo_prepare_descriptor_pool() local
1467 .pPoolSizes = &type_count, in demo_prepare_descriptor_pool()