Searched refs:i915_texture_create (Results 1 – 3 of 3) sorted by relevance
17 return i915_texture_create(screen, template, FALSE); in i915_resource_create()19 return i915_texture_create(screen, template, TRUE); in i915_resource_create()
112 i915_texture_create(struct pipe_screen *screen,
758 transfer->staging_texture = i915_texture_create(pipe->screen, resource, TRUE); in i915_texture_transfer_map()920 i915_texture_create(struct pipe_screen *screen, in i915_texture_create() function