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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp153 box_fits(const struct pipe_box *box, const struct pipe_resource *res, int level) function in typeref:typename:bool
209 if (!box_fits(&info->dst.box, info->dst.resource, info->dst.level)) {
212 if (!box_fits(&info->src.box, info->src.resource, info->src.level)) {

Completed in 8 milliseconds