HomeSort by relevance Sort by last modified time
    Searched defs:shadow_parent (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.h 96 struct pipe_resource *shadow_parent; member in struct:vc4_resource
vc4_state.c 576 struct vc4_resource *shadow_parent = vc4_resource(prsc); local
577 struct pipe_resource tmpl = shadow_parent->base.b;
592 clone->shadow_parent = &shadow_parent->base.b;
594 clone->writes = shadow_parent->writes - 1;

Completed in 54 milliseconds