Home
last modified time | relevance | path

Searched refs:ilo_vma_set_bo (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_resource.c315 ilo_vma_set_bo(&tex->vma, &is->dev, bo, 0); in tex_create_bo()
360 ilo_vma_set_bo(&tex->aux_vma, &is->dev, bo, 0); in tex_create_hiz()
394 ilo_vma_set_bo(&tex->aux_vma, &is->dev, bo, 0); in tex_create_mcs()
528 ilo_vma_set_bo(&tex->vma, &is->dev, imported_bo, 0); in tex_init_image()
607 ilo_vma_set_bo(&buf->vma, &is->dev, bo, 0); in buf_create_bo()
/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_vma.h64 ilo_vma_set_bo(struct ilo_vma *vma, const struct ilo_dev *dev, in ilo_vma_set_bo() function