HomeSort by relevance Sort by last modified time
    Searched refs:ilo_vma_init (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_vma.h 51 ilo_vma_init(struct ilo_vma *vma, const struct ilo_dev *dev, function
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_resource.c 359 ilo_vma_init(&tex->aux_vma, &is->dev, size, 4096);
393 ilo_vma_init(&tex->aux_vma, &is->dev, size, 4096);
521 !ilo_vma_init(&tex->vma, &is->dev, img->bo_stride * img->bo_height,
661 ilo_vma_init(&buf->vma, &is->dev, buf->bo_size, 4096);

Completed in 119 milliseconds