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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 113 uint32_t layout_flags)
115 if (layout_flags & MIPTREE_LAYOUT_FORCE_HALIGN16)
555 uint32_t layout_flags)
565 assert((layout_flags & MIPTREE_LAYOUT_FOR_BO) == 0);
570 switch (layout_flags & MIPTREE_LAYOUT_TILING_ANY) {
706 uint32_t layout_flags)
738 assert((layout_flags & MIPTREE_LAYOUT_FORCE_HALIGN16) == 0);
769 intel_horizontal_texture_alignment_unit(brw, mt, layout_flags);
777 uint32_t layout_flags)
781 intel_miptree_set_alignment(brw, mt, layout_flags);
    [all...]
intel_tex.h 52 uint32_t layout_flags);
intel_tex_validate.c 139 const uint32_t layout_flags = MIPTREE_LAYOUT_ACCELERATED_UPLOAD | local
150 layout_flags);
intel_mipmap_tree.c 304 uint32_t layout_flags)
325 mt->aux_disable = (layout_flags & MIPTREE_LAYOUT_DISABLE_AUX) != 0 ?
328 mt->is_scanout = (layout_flags & MIPTREE_LAYOUT_FOR_SCANOUT) != 0;
460 if (!(layout_flags & MIPTREE_LAYOUT_FOR_BO) &&
500 if (layout_flags & MIPTREE_LAYOUT_FORCE_ALL_SLICE_AT_LOD)
516 layout_flags |= MIPTREE_LAYOUT_FORCE_HALIGN16;
518 layout_flags |= MIPTREE_LAYOUT_FORCE_HALIGN16;
526 (layout_flags & MIPTREE_LAYOUT_FORCE_HALIGN16) == 0);
529 brw_miptree_layout(brw, mt, layout_flags);
615 uint32_t layout_flags)
908 const uint32_t layout_flags = MIPTREE_LAYOUT_ACCELERATED_UPLOAD | local
1882 uint32_t layout_flags = MIPTREE_LAYOUT_ACCELERATED_UPLOAD; local
    [all...]
intel_mipmap_tree.h 721 uint32_t layout_flags);
989 uint32_t layout_flags);
    [all...]
intel_tex_image.c 55 uint32_t layout_flags)
118 layout_flags | MIPTREE_LAYOUT_TILING_ANY);
intel_fbo.c 1026 uint32_t layout_flags = MIPTREE_LAYOUT_ACCELERATED_UPLOAD | local
    [all...]

Completed in 115 milliseconds