Searched refs:zs_cpu_copy_stride (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_resource.cpp | 1351 trans->zs_cpu_copy_stride = align(util_format_get_stride(res->base.b.format, box->width), in prepare_zs_layer_strides() 1357 trans->zs_cpu_copy_stride = trans->base.b.stride; in prepare_zs_layer_strides() 1430 util_format_z24_unorm_s8_uint_pack_separate(buf, trans->zs_cpu_copy_stride, in read_zs_surface() 1440 util_format_z32_float_s8x24_uint_pack_z_float(buf, trans->zs_cpu_copy_stride, in read_zs_surface() 1443 util_format_z32_float_s8x24_uint_pack_s_8uint(buf, trans->zs_cpu_copy_stride, in read_zs_surface() 1517 trans->zs_cpu_copy_stride, trans->base.b.box.width, in write_zs_surface() 1520 … trans->zs_cpu_copy_stride, trans->base.b.box.width, in write_zs_surface() 1529 … trans->zs_cpu_copy_stride, trans->base.b.box.width, in write_zs_surface() 1532 … trans->zs_cpu_copy_stride, trans->base.b.box.width, in write_zs_surface() 1683 trans->zs_cpu_copy_stride = ptrans->stride; in d3d12_transfer_map()
|
D | d3d12_resource.h | 68 unsigned zs_cpu_copy_stride; member
|