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

/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dotvgsub.c543 /* sets otvalid->type_count */
594 otvalid->type_count = 8;
H A Dotvgpos.c957 /* sets otvalid->type_count */
964 otvalid->type_count = 9;
1028 otvalid->type_count = 9;
H A Dotvcommn.h46 FT_UInt type_count; member in struct:OTV_ValidatorRec_
H A Dotvcommn.c352 /* uses otvalid->type_count */
373 if ( LookupType == 0 || LookupType > otvalid->type_count )
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c203 uint32_t type_count = 0; local in function:anv_physical_device_init_heaps
223 device->memory.types[type_count++] = (struct anv_memory_type) {
237 device->memory.types[type_count++] = (struct anv_memory_type) {
244 device->memory.types[type_count++] = (struct anv_memory_type) {
253 device->memory.type_count = type_count;
1650 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count;
1651 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) {
2740 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count);
2963 (1 << pdevice->memory.type_count)
[all...]
H A Danv_android.c211 uint32_t memory_types = (1ull << pdevice->memory.type_count) - 1;
H A Danv_private.h970 uint32_t type_count; member in struct:anv_physical_device::__anon7bd6f2690508
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c475 device->memory.type_count = 3;
503 device->memory.type_count = 1;
524 device->memory.type_count = 2;
540 for (unsigned i = 0; i < device->memory.type_count; i++) {
2549 pMemoryProperties->memoryTypeCount = physical_device->memory.type_count;
2550 for (uint32_t i = 0; i < physical_device->memory.type_count; i++) {
3627 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.type_count);
3898 (1 << device->physical->memory.type_count) - 1;
3928 (1ull << device->physical->memory.type_count) - 1;
4257 uint32_t memory_types = (1ull << device->physical->memory.type_count)
[all...]
H A Danv_android.c304 uint32_t memory_types = (1ull << dev->physical->memory.type_count) - 1;
H A Danv_image.c1592 uint32_t memory_types = (1ull << device->physical->memory.type_count) - 1;
H A Danv_private.h938 uint32_t type_count; member in struct:anv_physical_device::__anon54356e7c0608
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c167 unsigned type_count = 0; local in function:radv_physical_device_init_mem_types
169 device->mem_type_indices[type_count] = RADV_MEM_TYPE_VRAM;
170 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) {
176 device->mem_type_indices[type_count] = RADV_MEM_TYPE_GTT_WRITE_COMBINE;
177 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) {
185 device->mem_type_indices[type_count] = RADV_MEM_TYPE_VRAM_CPU_ACCESS;
186 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) {
194 device->mem_type_indices[type_count] = RADV_MEM_TYPE_GTT_CACHED;
195 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType) {
203 device->memory_properties.memoryTypeCount = type_count;
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c233 unsigned type_count = 0; local in function:radv_physical_device_init_mem_types
236 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM;
237 device->memory_flags[type_count] = RADEON_FLAG_NO_CPU_ACCESS;
238 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){
245 device->memory_domains[type_count] = RADEON_DOMAIN_GTT;
246 device->memory_flags[type_count] = RADEON_FLAG_GTT_WC | RADEON_FLAG_CPU_ACCESS;
247 device->memory_properties.memoryTypes[type_count++] = (VkMemoryType){
254 device->memory_domains[type_count] = RADEON_DOMAIN_VRAM;
255 device->memory_flags[type_count] = RADEON_FLAG_CPU_ACCESS;
256 device->memory_properties.memoryTypes[type_count
[all...]

Completed in 46 milliseconds