Searched refs:is_box_inside_resource (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c711 is_box_inside_resource(const struct pipe_resource *res, function in typeref:typename:boolean
833 if (!is_box_inside_resource(blit->src.resource, &blit->src.box,
835 !is_box_inside_resource(blit->dst.resource, &blit->dst.box,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c694 is_box_inside_resource(const struct pipe_resource *res, function in typeref:typename:boolean
817 if (!is_box_inside_resource(blit->src.resource, &blit->src.box,
819 !is_box_inside_resource(blit->dst.resource, &blit->dst.box,

Completed in 4 milliseconds