HomeSort by relevance Sort by last modified time
    Searched refs:VC5_MAX_SAMPLES (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_screen.h 39 #define VC5_MAX_SAMPLES 4
vc5_context.c 169 vc5->sample_mask = (1 << VC5_MAX_SAMPLES) - 1;
vc5_screen.c 434 if (sample_count > 1 && sample_count != VC5_MAX_SAMPLES)
vc5_program.c 361 vc5->sample_mask != (1 << VC5_MAX_SAMPLES) - 1);
vc5_state.c 88 vc5->sample_mask = sample_mask & ((1 << VC5_MAX_SAMPLES) - 1);
    [all...]

Completed in 7601 milliseconds