Searched refs:trivial_batch_bo (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_batch_chain.c | 1831 device->trivial_batch_bo, 1971 device->trivial_batch_bo->map, 1972 device->trivial_batch_bo->size, 1973 device->trivial_batch_bo->offset, false);
|
| H A D | anv_device.c | 2757 &device->trivial_batch_bo); 2762 .start = device->trivial_batch_bo->map, 2763 .next = device->trivial_batch_bo->map, 2764 .end = device->trivial_batch_bo->map + 4096, 3268 anv_device_release_bo(device, device->trivial_batch_bo); 3351 anv_device_release_bo(device, device->trivial_batch_bo);
|
| H A D | anv_private.h | 1198 struct anv_bo * trivial_batch_bo; member in struct:anv_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 1913 anv_bo_init_new(&device->trivial_batch_bo, device, 4096); 1916 device->trivial_batch_bo.flags |= EXEC_OBJECT_ASYNC; 1919 device->trivial_batch_bo.flags |= EXEC_OBJECT_PINNED; 1921 anv_vma_alloc(device, &device->trivial_batch_bo); 1923 void *map = anv_gem_mmap(device, device->trivial_batch_bo.gem_handle, 1938 anv_gem_munmap(map, device->trivial_batch_bo.size); 2445 anv_vma_free(device, &device->trivial_batch_bo); 2446 anv_gem_close(device, device->trivial_batch_bo.gem_handle);
|
| H A D | anv_batch_chain.c | 1569 VkResult result = anv_execbuf_add_bo(execbuf, &device->trivial_batch_bo,
|
| H A D | anv_private.h | 1134 struct anv_bo trivial_batch_bo; member in struct:anv_device
|
Completed in 30 milliseconds