Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c44 static void alloc_cpu_texture(struct cpu_texture *tex, in alloc_cpu_texture() function
279 alloc_cpu_texture(&src_cpu, &tsrc, bpp); in r600_test_dma()
280 alloc_cpu_texture(&dst_cpu, &tdst, bpp); in r600_test_dma()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c46 static void alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ, unsigned level) in alloc_cpu_texture() function
549 alloc_cpu_texture(&src_cpu[level], &tsrc, level); in si_test_image_copy_region()
553 alloc_cpu_texture(&dst_cpu[level], &tdst, level); in si_test_image_copy_region()