Home
last modified time | relevance | path

Searched refs:VC5_MAX_SAMPLES (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_screen.h39 #define VC5_MAX_SAMPLES 4 macro
Dvc5_context.c169 vc5->sample_mask = (1 << VC5_MAX_SAMPLES) - 1; in vc5_context_create()
Dvc5_screen.c434 if (sample_count > 1 && sample_count != VC5_MAX_SAMPLES) in vc5_screen_is_format_supported()
Dvc5_program.c361 vc5->sample_mask != (1 << VC5_MAX_SAMPLES) - 1); in vc5_update_compiled_fs()
Dvc5_state.c88 vc5->sample_mask = sample_mask & ((1 << VC5_MAX_SAMPLES) - 1); in vc5_set_sample_mask()