Searched refs:swr_texture_layout (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.cpp | 691 swr_texture_layout(struct swr_screen *screen, function in typeref:typename:bool 766 fprintf(stderr,"swr_texture_layout: forcing sample count: %d\n", 890 return swr_texture_layout(swr_screen(screen), &res, false); 917 if (!swr_texture_layout(screen, msaa_res, true)) 959 * first call swr_texture_layout without allocating to finish 961 swr_texture_layout(screen, res, false); 966 if (!swr_texture_layout(screen, res, true)) 982 /* Easiest to just call swr_texture_layout, as it sets up 984 if (!swr_texture_layout(screen, res, true))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_screen.cpp | 643 swr_texture_layout(struct swr_screen *screen, function in typeref:typename:bool 718 swr_print_info("swr_texture_layout: forcing sample count: %d\n", 842 return swr_texture_layout(swr_screen(screen), &res, false); 869 if (!swr_texture_layout(screen, msaa_res, true)) 911 * first call swr_texture_layout without allocating to finish 913 swr_texture_layout(screen, res, false); 918 if (!swr_texture_layout(screen, res, true)) 934 /* Easiest to just call swr_texture_layout, as it sets up 936 if (!swr_texture_layout(screen, res, true))
|
Completed in 4 milliseconds