• Home
  • Raw
  • Download

Lines Matching refs:resid

936 get_subresource_id(struct d3d12_resource *res, unsigned resid,  in get_subresource_id()  argument
952 return resid * resource_stride + z * layer_stride + in get_subresource_id()
958 struct d3d12_transfer *trans, unsigned resid, unsigned z) in fill_texture_location() argument
961 int subres = get_subresource_id(res, resid, z, trans->base.b.level); in fill_texture_location()
975 unsigned resid, unsigned z) in fill_buffer_location() argument
984 unsigned sub_resid = get_subresource_id(res, resid, z, trans->base.b.level); in fill_buffer_location()
1043 int resid) in transfer_buf_to_image_part() argument
1056 copy_info.src_loc = fill_buffer_location(ctx, res, staging_res, trans, depth, resid, z); in transfer_buf_to_image_part()
1060 copy_info.dst_loc = fill_texture_location(res, trans, resid, z); in transfer_buf_to_image_part()
1079 struct d3d12_transfer *trans, int resid) in transfer_buf_to_image() argument
1082 assert(resid == 0); in transfer_buf_to_image()
1092 z, 1, start_z, 0, resid); in transfer_buf_to_image()
1103 unsigned resid, int z, int start_layer, in transfer_image_part_to_buf() argument
1113 copy_info.src_loc = fill_texture_location(res, trans, resid, z); in transfer_image_part_to_buf()
1116 depth, resid, z); in transfer_image_part_to_buf()
1144 unsigned resid) in transfer_image_to_buf() argument
1150 assert(resid == 0 || trans->base.b.box.depth == 1); in transfer_image_to_buf()
1156 util_format_name(res->base.b.format), resid, in transfer_image_to_buf()
1184 transfer_image_part_to_buf(ctx, res, staging_res, trans, resid, in transfer_image_to_buf()
1189 transfer_image_part_to_buf(ctx, res, staging_res, trans, resid, in transfer_image_to_buf()