Searched refs:host_memory_ptr (Results 1 – 6 of 6) sorted by relevance
456 pool->host_memory_ptr = pool->host_memory_base; in v3dv_CreateDescriptorPool()546 pool->host_memory_ptr = pool->host_memory_base; in v3dv_ResetDescriptorPool()755 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()758 set = (struct v3dv_descriptor_set*)pool->host_memory_ptr; in descriptor_set_create()759 pool->host_memory_ptr += mem_size; in descriptor_set_create()
1410 uint8_t *host_memory_ptr; member
411 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()414 set = (struct tu_descriptor_set*)pool->host_memory_ptr; in tu_descriptor_set_create()415 pool->host_memory_ptr += mem_size; in tu_descriptor_set_create()580 pool->host_memory_ptr = pool->host_memory_base; in tu_CreateDescriptorPool()645 pool->host_memory_ptr = pool->host_memory_base; in tu_ResetDescriptorPool()
591 uint8_t *host_memory_ptr; member
514 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()517 set = (struct radv_descriptor_set*)pool->host_memory_ptr; in radv_descriptor_set_create()518 pool->host_memory_ptr += mem_size; in radv_descriptor_set_create()741 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()799 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()
935 uint8_t *host_memory_ptr; member