OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translate_samples_to_xyscale
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_resource.c
91
if (!
translate_samples_to_xyscale
(templat->nr_samples, NULL, NULL, NULL))
164
if (!
translate_samples_to_xyscale
(nr_samples, &msaa_xscale, &msaa_yscale, NULL)) {
etnaviv_translate.h
479
translate_samples_to_xyscale
(int num_samples, int *xscale_out, int *yscale_out,
function
etnaviv_screen.c
480
if (
translate_samples_to_xyscale
(sample_count, NULL, NULL, NULL) &&
etnaviv_clear_blit.c
367
if (!
translate_samples_to_xyscale
(src->base.nr_samples, &msaa_xscale, &msaa_yscale, NULL))
Completed in 565 milliseconds