Searched refs:translate_samples_to_xyscale (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h445 translate_samples_to_xyscale(int num_samples, int *xscale_out, int *yscale_out, function in typeref:typename:bool
H A Detnaviv_resource.c130 if (!translate_samples_to_xyscale(templat->nr_samples, NULL, NULL, NULL))
214 if (!translate_samples_to_xyscale(nr_samples, &msaa_xscale, &msaa_yscale, NULL)) {
H A Detnaviv_blt.c369 if (!translate_samples_to_xyscale(src->base.nr_samples, &msaa_xscale, &msaa_yscale, NULL))
H A Detnaviv_rs.c543 if (!translate_samples_to_xyscale(src->base.nr_samples, &msaa_xscale, &msaa_yscale, NULL))
H A Detnaviv_screen.c569 if (translate_samples_to_xyscale(sample_count, NULL, NULL, NULL) &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h424 translate_samples_to_xyscale(int num_samples, int *xscale_out, int *yscale_out) function in typeref:typename:bool
H A Detnaviv_resource.c148 if (!translate_samples_to_xyscale(templat->nr_samples, NULL, NULL))
232 if (!translate_samples_to_xyscale(nr_samples, &msaa_xscale, &msaa_yscale)) {
H A Detnaviv_rs.c570 translate_samples_to_xyscale(src->nr_samples, &src_xscale, &src_yscale);
571 translate_samples_to_xyscale(dst->nr_samples, &dst_xscale, &dst_yscale);
H A Detnaviv_blt.c383 if (!translate_samples_to_xyscale(src->base.nr_samples, &msaa_xscale, &msaa_yscale))

Completed in 11 milliseconds