Searched refs:host_memory_ptr (Results 1 – 6 of 6) sorted by relevance
440 pool->host_memory_ptr = pool->host_memory_base; in v3dv_CreateDescriptorPool()536 pool->host_memory_ptr = pool->host_memory_base; in v3dv_ResetDescriptorPool()717 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in descriptor_set_create()720 set = (struct v3dv_descriptor_set*)pool->host_memory_ptr; in descriptor_set_create()721 pool->host_memory_ptr += mem_size; in descriptor_set_create()
1510 uint8_t *host_memory_ptr; member
450 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in tu_descriptor_set_create()453 set = (struct tu_descriptor_set*)pool->host_memory_ptr; in tu_descriptor_set_create()454 pool->host_memory_ptr += mem_size; in tu_descriptor_set_create()642 pool->host_memory_ptr = pool->host_memory_base; in tu_CreateDescriptorPool()720 pool->host_memory_ptr = pool->host_memory_base; in tu_ResetDescriptorPool()
654 uint8_t *host_memory_ptr; member
570 if (pool->host_memory_end - pool->host_memory_ptr < mem_size) in radv_descriptor_set_create()573 set = (struct radv_descriptor_set *)pool->host_memory_ptr; in radv_descriptor_set_create()574 pool->host_memory_ptr += mem_size; in radv_descriptor_set_create()813 pool->host_memory_ptr = pool->host_memory_base; in radv_CreateDescriptorPool()877 pool->host_memory_ptr = pool->host_memory_base; in radv_ResetDescriptorPool()
917 uint8_t *host_memory_ptr; member