Searched refs:host_memory_ptr (Results 1 – 2 of 2) sorted by relevance
275 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()278 set = (struct radv_descriptor_set*)pool->host_memory_ptr; in radv_descriptor_set_create()279 pool->host_memory_ptr += mem_size; in radv_descriptor_set_create()450 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()506 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()
690 uint8_t *host_memory_ptr; member