Home
last modified time | relevance | path

Searched refs:shadow_parent (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c576 struct vc4_resource *shadow_parent = vc4_resource(prsc); in vc4_create_sampler_view() local
577 struct pipe_resource tmpl = shadow_parent->base.b; in vc4_create_sampler_view()
592 clone->shadow_parent = &shadow_parent->base.b; in vc4_create_sampler_view()
594 clone->writes = shadow_parent->writes - 1; in vc4_create_sampler_view()
Dvc4_resource.h96 struct pipe_resource *shadow_parent; member
Dvc4_resource.c374 pipe_resource_reference(&rsc->shadow_parent, NULL); in vc4_resource_destroy()
920 struct vc4_resource *orig = vc4_resource(shadow->shadow_parent); in vc4_update_shadow_baselevel_texture()
Dvc4_draw.c130 if (rsc->shadow_parent) in vc4_predraw_check_textures()