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

  /external/libdrm/amdgpu/
amdgpu.h 220 uint64_t alloc_flags; member in struct:amdgpu_bo_info
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 555 isl_surf_usage_flags_t isl_usage_flags, uint32_t alloc_flags,
630 mt->surf.row_pitch, alloc_flags);
731 uint32_t alloc_flags = 0; local
738 alloc_flags |= BO_ALLOC_BUSY;
754 alloc_flags, 0, NULL);
1725 const uint32_t alloc_flags = 0; local
1773 const uint32_t alloc_flags = mt->aux_usage == ISL_AUX_USAGE_CCS_E ? local
1841 const uint32_t alloc_flags = BO_ALLOC_BUSY; local
    [all...]

Completed in 207 milliseconds