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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 565 assert((layout_flags & MIPTREE_LAYOUT_FOR_BO) == 0);
799 if ((layout_flags & MIPTREE_LAYOUT_FOR_BO) == 0)
intel_mipmap_tree.h 689 MIPTREE_LAYOUT_FOR_BO = 1 << 2,
    [all...]
intel_mipmap_tree.c 460 if (!(layout_flags & MIPTREE_LAYOUT_FOR_BO) &&
626 assert((layout_flags & MIPTREE_LAYOUT_FOR_BO) == 0);
796 layout_flags |= MIPTREE_LAYOUT_FOR_BO;
    [all...]

Completed in 73 milliseconds