Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1340 bool copy_whole_resource = screen->opts2.ProgrammableSamplePositionsTier == D3D12_PROGRAMMABLE_SAMPLE_POSITIONS_TIER_NOT_SUPPORTED; in prepare_zs_layer_strides() local
1341 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()

Completed in 3 milliseconds