Home
last modified time | relevance | path

Searched refs:type_count (Results 1 - 15 of 15) sorted by relevance

/third_party/libsnd/src/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfo.h126 unsigned type_count() const { return TYs.size(); } in type_count() function in llvm::DebugInfoFinder
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvgpos.c957 /* sets otvalid->type_count */
964 otvalid->type_count = 9; in otv_GPOS_subtable_validate()
1028 otvalid->type_count = 9; in otv_GPOS_validate()
H A Dotvcommn.h46 FT_UInt type_count; member
H A Dotvgsub.c543 /* sets otvalid->type_count */
594 otvalid->type_count = 8; in otv_GSUB_validate()
H A Dotvcommn.c352 /* uses otvalid->type_count */
373 if ( LookupType == 0 || LookupType > otvalid->type_count ) in otv_Lookup_validate()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A 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/amd/vulkan/
H A Dradv_device.c242 unsigned type_count = 0; in radv_physical_device_init_mem_types() local
245 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
246 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS; in radv_physical_device_init_mem_types()
247 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
252 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM; in radv_physical_device_init_mem_types()
253 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS | RADEON_FLAG_32BIT; in radv_physical_device_init_mem_types()
254 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){ in radv_physical_device_init_mem_types()
261 device->memory_domains[type_count] = RADEON_DOMAIN_GTT; in radv_physical_device_init_mem_types()
262 device->memory_flags[type_count] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS; in radv_physical_device_init_mem_types()
263 device->memory_properties.memoryTypes[type_count in radv_physical_device_init_mem_types()
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc598 size_t type_count = types_.size(); in WriteTo() local
601 type_count -= pair.second - 1; in WriteTo()
604 buffer->write_size(type_count); in WriteTo()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c457 device->memory.type_count = 3; in anv_physical_device_init_heaps()
489 device->memory.type_count = 1; in anv_physical_device_init_heaps()
510 device->memory.type_count = 2; in anv_physical_device_init_heaps()
526 for (unsigned i = 0; i < device->memory.type_count; i++) { in anv_physical_device_init_heaps()
2737 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count; in anv_GetPhysicalDeviceMemoryProperties()
2738 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) { in anv_GetPhysicalDeviceMemoryProperties()
3795 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count); in anv_AllocateMemory()
4071 (1 << device->physical->memory.type_count) - 1; in anv_GetMemoryFdPropertiesKHR()
4101 (1ull << device->physical->memory.type_count) - 1; in anv_GetMemoryHostPointerPropertiesEXT()
4444 uint32_t memory_types = (1ull << device->physical->memory.type_count) in anv_get_buffer_memory_requirements()
[all...]
H A Danv_android.c304 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1; in anv_GetAndroidHardwareBufferPropertiesANDROID()
H A Danv_private.h1036 uint32_t type_count; member
H A Danv_image.c1719 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1; in anv_image_get_memory_requirements()
/third_party/ffmpeg/libavcodec/
H A Dmediacodec_wrapper.c423 int type_count; in ff_AMediaCodecList_getCodecNameByType() local
480 type_count = (*env)->GetArrayLength(env, types); in ff_AMediaCodecList_getCodecNameByType()
481 for (j = 0; j < type_count; j++) { in ff_AMediaCodecList_getCodecNameByType()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c1358 const VkDescriptorPoolSize type_count = { in demo_prepare_descriptor_pool() local
1367 .pPoolSizes = &type_count, in demo_prepare_descriptor_pool()

Completed in 35 milliseconds