Searched refs:alloc_cpu_texture (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 25 static void alloc_cpu_texture(struct cpu_texture *tex, in alloc_cpu_texture() function 260 alloc_cpu_texture(&src_cpu, &tsrc, bpp); in r600_test_dma() 261 alloc_cpu_texture(&dst_cpu, &tdst, bpp); in r600_test_dma()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 27 static void alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ, unsigned level) in alloc_cpu_texture() function 530 alloc_cpu_texture(&src_cpu[level], &tsrc, level); in si_test_image_copy_region() 534 alloc_cpu_texture(&dst_cpu[level], &tdst, level); in si_test_image_copy_region()
|