HomeSort by relevance Sort by last modified time
    Searched defs:min_gen (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_surface.c 796 int min_gen; local
803 min_gen = ILO_GEN(6);
807 min_gen = ILO_GEN(8);
811 min_gen = ILO_GEN(6);
815 min_gen = ILO_GEN(7);
823 assert(ilo_dev_gen(dev) >= min_gen);
    [all...]
ilo_state_raster.c 556 int min_gen; local
563 min_gen = ILO_GEN(6);
567 min_gen = ILO_GEN(8);
571 min_gen = ILO_GEN(6);
575 min_gen = ILO_GEN(7);
583 assert(ilo_dev_gen(dev) >= min_gen);
    [all...]

Completed in 186 milliseconds