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.c652 struct pipe_resource *presource, in tegra_create_stream_output_target() argument
656 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_create_stream_output_target()
771 struct pipe_resource *presource, in tegra_clear_texture() argument
776 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_clear_texture()
784 struct pipe_resource *presource, in tegra_clear_buffer() argument
790 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_clear_buffer()
828 struct pipe_resource *presource, in tegra_create_sampler_view() argument
831 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_create_sampler_view()
846 pipe_resource_reference(&view->base.texture, presource); in tegra_create_sampler_view()
865 struct pipe_resource *presource, in tegra_create_surface() argument
[all …]
Dtegra_screen.c321 struct pipe_resource *presource, in tegra_screen_resource_get_handle() argument
325 struct tegra_resource *resource = to_tegra_resource(presource); in tegra_screen_resource_get_handle()
336 presource->bind & PIPE_BIND_SCANOUT) { in tegra_screen_resource_get_handle()
351 struct pipe_resource *presource) in tegra_screen_resource_destroy() argument
353 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.h260 struct pipe_resource *presource,
Dlp_texture.c814 struct pipe_resource *presource, in llvmpipe_is_resource_referenced() argument
818 if (!(presource->bind & (PIPE_BIND_DEPTH_STENCIL | in llvmpipe_is_resource_referenced()
825 return lp_setup_is_resource_referenced(llvmpipe->setup, presource); in llvmpipe_is_resource_referenced()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp62 struct pipe_resource *presource) in d3d12_resource_destroy() argument
64 struct d3d12_resource *resource = d3d12_resource(presource); in d3d12_resource_destroy()
65 if (can_map_directly(presource)) in d3d12_resource_destroy()