Searched refs:host_memory_base (Results 1 – 6 of 6) sorted by relevance
455 pool->host_memory_base = (uint8_t*)pool + sizeof(struct v3dv_descriptor_pool); in v3dv_CreateDescriptorPool()456 pool->host_memory_ptr = pool->host_memory_base; in v3dv_CreateDescriptorPool()491 assert(!pool->host_memory_base); in descriptor_set_destroy()493 if (free_bo && !pool->host_memory_base) { in descriptor_set_destroy()517 if (!pool->host_memory_base) { in v3dv_DestroyDescriptorPool()539 if (!pool->host_memory_base) { in v3dv_ResetDescriptorPool()546 pool->host_memory_ptr = pool->host_memory_base; in v3dv_ResetDescriptorPool()754 if (pool->host_memory_base) { in descriptor_set_create()782 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in descriptor_set_create()800 } else if (!pool->host_memory_base) { in descriptor_set_create()[all …]
1409 uint8_t *host_memory_base; member
410 if (pool->host_memory_base) { in tu_descriptor_set_create()444 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in tu_descriptor_set_create()455 if (!pool->host_memory_base) { in tu_descriptor_set_create()462 } else if (!pool->host_memory_base) { in tu_descriptor_set_create()519 assert(!pool->host_memory_base); in tu_descriptor_set_destroy()521 if (free_bo && set->size && !pool->host_memory_base) { in tu_descriptor_set_destroy()579 pool->host_memory_base = (uint8_t*)pool + sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool()580 pool->host_memory_ptr = pool->host_memory_base; in tu_CreateDescriptorPool()617 if (!pool->host_memory_base) { in tu_DestroyDescriptorPool()637 if (!pool->host_memory_base) { in tu_ResetDescriptorPool()[all …]
590 uint8_t *host_memory_base; member
513 if (pool->host_memory_base) { in radv_descriptor_set_create()552 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in radv_descriptor_set_create()564 if (!pool->host_memory_base) { in radv_descriptor_set_create()571 } else if (!pool->host_memory_base) { in radv_descriptor_set_create()626 assert(!pool->host_memory_base); in radv_descriptor_set_destroy()628 if (free_bo && set->size && !pool->host_memory_base) { in radv_descriptor_set_destroy()647 if (!pool->host_memory_base) { in radv_destroy_descriptor_pool()740 pool->host_memory_base = (uint8_t*)pool + sizeof(struct radv_descriptor_pool); in radv_CreateDescriptorPool()741 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()791 if (!pool->host_memory_base) { in radv_ResetDescriptorPool()[all …]
934 uint8_t *host_memory_base; member