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

  /external/mesa3d/src/gallium/drivers/i915/
i915_context.c 166 util_slab_create(&i915->texture_transfer_pool, sizeof(struct i915_transfer),
i915_context.h 279 struct util_slab_mempool texture_transfer_pool; member in struct:i915_context
i915_resource_texture.c 723 struct i915_transfer *transfer = util_slab_alloc(&i915->texture_transfer_pool);
781 util_slab_free(&i915->texture_transfer_pool, itransfer);

Completed in 130 milliseconds