Searched refs:host_memory_base (Results 1 – 6 of 6) sorted by relevance
486 pool->host_memory_base = (uint8_t*)pool + sizeof(struct v3dv_descriptor_pool); in v3dv_CreateDescriptorPool()487 pool->host_memory_ptr = pool->host_memory_base; in v3dv_CreateDescriptorPool()524 assert(!pool->host_memory_base); in descriptor_set_destroy()526 if (free_bo && !pool->host_memory_base) { in descriptor_set_destroy()555 if (!pool->host_memory_base) { in v3dv_DestroyDescriptorPool()583 if (!pool->host_memory_base) { in v3dv_ResetDescriptorPool()591 uint32_t host_size = pool->host_memory_end - pool->host_memory_base; in v3dv_ResetDescriptorPool()592 memset(pool->host_memory_base, 0, host_size); in v3dv_ResetDescriptorPool()596 pool->host_memory_ptr = pool->host_memory_base; in v3dv_ResetDescriptorPool()814 if (pool->host_memory_base) { in descriptor_set_create()[all …]
1690 uint8_t *host_memory_base; member
509 if (pool->host_memory_base) { in tu_descriptor_set_create()543 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in tu_descriptor_set_create()555 if (!pool->host_memory_base) { in tu_descriptor_set_create()562 } else if (!pool->host_memory_base) { in tu_descriptor_set_create()623 assert(!pool->host_memory_base); in tu_descriptor_set_destroy()625 if (free_bo && set->size && !pool->host_memory_base) { in tu_descriptor_set_destroy()702 pool->host_memory_base = (uint8_t*)pool + sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool()703 pool->host_memory_ptr = pool->host_memory_base; in tu_CreateDescriptorPool()756 if (!pool->host_memory_base) { in tu_DestroyDescriptorPool()786 if (!pool->host_memory_base) { in tu_ResetDescriptorPool()[all …]
131 uint8_t *host_memory_base; member
633 if (pool->host_memory_base) { in radv_descriptor_set_create()676 if (!pool->host_memory_base) { in radv_descriptor_set_create()682 } else if (!pool->host_memory_base) { in radv_descriptor_set_create()738 if (pool->host_memory_base) in radv_descriptor_set_destroy()741 if (free_bo && !pool->host_memory_base) { in radv_descriptor_set_destroy()873 pool->host_memory_base = (uint8_t *)pool + sizeof(struct radv_descriptor_pool) + entries_size; in radv_CreateDescriptorPool()874 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()941 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()1001 if (set && !pool->host_memory_base) in radv_FreeDescriptorSets()
1009 uint8_t *host_memory_base; member