Home
last modified time | relevance | path

Searched refs:presource (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c664 struct pipe_resource *presource, in tegra_create_stream_output_target() argument
668 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_create_stream_output_target()
783 struct pipe_resource *presource, in tegra_clear_texture() argument
788 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_clear_texture()
796 struct pipe_resource *presource, in tegra_clear_buffer() argument
802 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_clear_buffer()
840 struct pipe_resource *presource, in tegra_create_sampler_view() argument
843 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_create_sampler_view()
856 pipe_resource_reference(&view->base.texture, presource); in tegra_create_sampler_view()
883 struct pipe_resource *presource, in tegra_create_surface() argument
[all …]
Dtegra_screen.c325 struct pipe_resource *presource, in tegra_screen_resource_get_handle() argument
329 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_screen_resource_get_handle()
340 presource->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_get_handle()
355 struct pipe_resource *presource) in tegra_screen_resource_destroy() argument
357 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_screen_resource_destroy()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.h75 struct pipe_resource *presource);
Dnouveau_buffer.c128 struct pipe_resource *presource) in nouveau_buffer_destroy() argument
130 struct nv04_resource *res = nv04_resource(presource); in nouveau_buffer_destroy()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.h262 struct pipe_resource *presource,
Dlp_texture.c818 struct pipe_resource *presource, in llvmpipe_is_resource_referenced() argument
822 if (!(presource->bind & (PIPE_BIND_DEPTH_STENCIL | in llvmpipe_is_resource_referenced()
829 return lp_setup_is_resource_referenced(llvmpipe->setup, presource); in llvmpipe_is_resource_referenced()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp66 struct pipe_resource *presource) in d3d12_resource_destroy() argument
68 struct d3d12_resource *resource = d3d12_resource(presource); in d3d12_resource_destroy()
69 threaded_resource_deinit(presource); in d3d12_resource_destroy()
70 if (can_map_directly(presource)) in d3d12_resource_destroy()