HomeSort by: relevance | last modified time | path
    Searched defs:get_next_pt_type (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 263 static inline int get_next_pt_type(int type) function in typeref:typename:int
952 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(e->type)));
956 cur_pt_type = get_next_pt_type(e->type);
1076 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(we->type)));
1097 int type = get_next_pt_type(we->type);
1317 if (gtt_type_is_pt(get_next_pt_type(ge.type))) {
1366 if (gtt_type_is_pt(get_next_pt_type(se->type))) {
1405 if (gtt_type_is_pt(get_next_pt_type(we->type))) {

Completed in 15 milliseconds