Searched refs:host_memory_ptr (Results 1 – 6 of 6) sorted by relevance
132 uint8_t *host_memory_ptr; member
510 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()513 set = (struct tu_descriptor_set*)pool->host_memory_ptr; in tu_descriptor_set_create()514 pool->host_memory_ptr += mem_size; in tu_descriptor_set_create()703 pool->host_memory_ptr = pool->host_memory_base; in tu_CreateDescriptorPool()794 pool->host_memory_ptr = pool->host_memory_base; in tu_ResetDescriptorPool()
487 pool->host_memory_ptr = pool->host_memory_base; in v3dv_CreateDescriptorPool()596 pool->host_memory_ptr = pool->host_memory_base; in v3dv_ResetDescriptorPool()815 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()818 set = (struct v3dv_descriptor_set*)pool->host_memory_ptr; in descriptor_set_create()819 pool->host_memory_ptr += mem_size; in descriptor_set_create()
1691 uint8_t *host_memory_ptr; member
634 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()637 set = (struct radv_descriptor_set *)pool->host_memory_ptr; in radv_descriptor_set_create()638 pool->host_memory_ptr += mem_size; in radv_descriptor_set_create()874 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()941 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()
1010 uint8_t *host_memory_ptr; member