Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma.c45 static void alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ) in alloc_cpu_texture() function
278 alloc_cpu_texture(&src_cpu, &tsrc); in si_test_dma()
279 alloc_cpu_texture(&dst_cpu, &tdst); in si_test_dma()