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

  /external/libdrm/radeon/
radeon_cs_space.c 48 sc->new_accounted = 0;
54 bo->space_accounted = sc->new_accounted = (read_domains << 16) | write_domain;
60 sc->new_accounted = bo->space_accounted;
64 sc->new_accounted = bo->space_accounted;
74 sc->new_accounted = write_domain;
77 sc->new_accounted = read_domains << 16;
86 sc->new_accounted = write_domain;
96 sc->new_accounted = bo->space_accounted & 0xffff;
157 bo->space_accounted = cs->bos[i].new_accounted;
160 new_tmp->bo->space_accounted = new_tmp->new_accounted;
    [all...]
radeon_cs_int.h 9 uint32_t new_accounted; member in struct:radeon_cs_space_check

Completed in 68 milliseconds