Searched refs:alloc_cpu_texture (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 44 static void alloc_cpu_texture(struct cpu_texture *tex, function in typeref:typename:void 280 alloc_cpu_texture(&src_cpu, &tsrc, bpp); 281 alloc_cpu_texture(&dst_cpu, &tdst, bpp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_dma.c | 45 static void alloc_cpu_texture(struct cpu_texture *tex, function in typeref:typename:void 295 alloc_cpu_texture(&src_cpu, &tsrc, bpp); 296 alloc_cpu_texture(&dst_cpu, &tdst, bpp);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_test_dma.c | 44 static void alloc_cpu_texture(struct cpu_texture *tex, function in typeref:typename:void 279 alloc_cpu_texture(&src_cpu, &tsrc, bpp); 280 alloc_cpu_texture(&dst_cpu, &tdst, bpp);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_test_blit.c | 45 static void alloc_cpu_texture(struct cpu_texture *tex, struct pipe_resource *templ) function in typeref:typename:void 280 alloc_cpu_texture(&src_cpu, &tsrc); 281 alloc_cpu_texture(&dst_cpu, &tdst);
|
Completed in 5 milliseconds