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

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_tex_image.c 59 const struct intel_mipmap_tree *old_mt = intelObj->mt; local
75 depth = old_mt ? get_base_dim(old_mt->logical_depth0, depth, level) :
82 height = old_mt ? get_base_dim(old_mt->logical_height0, height, level) :
87 width = old_mt ? get_base_dim(old_mt->logical_width0, width, level) :
  /system/nfc/src/nfc/nfc/
nfc_ncif.cc 359 uint8_t *p_old, old_gid, old_oid, old_mt; local
386 NCI_MSG_PRS_HDR0(p_old, old_mt, pbf, old_gid);
    [all...]

Completed in 75 milliseconds