Searched refs:copy_whole_resource (Results 1 – 1 of 1) sorted by relevance
1340 …bool copy_whole_resource = screen->opts2.ProgrammableSamplePositionsTier == D3D12_PROGRAMMABLE_SAM… in prepare_zs_layer_strides() local1341 int width = copy_whole_resource ? res->base.b.width0 : box->width; in prepare_zs_layer_strides()1342 int height = copy_whole_resource ? res->base.b.height0 : box->height; in prepare_zs_layer_strides()1350 if (copy_whole_resource) { in prepare_zs_layer_strides()