Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc29 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split() local
30 MachineRepresentation dst_rep = dst_loc.representation(); in Split()
33 auto dst_kind = dst_loc.location_kind(); in Split()
57 dst_index = dst_loc.register_code() * aliases; in Split()
59 dst_index = dst_loc.index(); in Split()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp275 D3D12_TEXTURE_COPY_LOCATION src_loc, dst_loc; in copy_subregion_no_barriers() local
324 dst_loc.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; in copy_subregion_no_barriers()
325 dst_loc.SubresourceIndex = get_subresource_id(dst->base.b.target, dst_level, dst_subres_stride, dstz, &dstz, dst_array_size, dst->plane_slice) + in copy_subregion_no_barriers()
327 dst_loc.pResource = d3d12_resource_resource(dst); in copy_subregion_no_barriers()
341 ctx->cmdlist->CopyTextureRegion(&dst_loc, dstx, dsty, dstz, in copy_subregion_no_barriers()
359 ctx->cmdlist->CopyTextureRegion(&dst_loc, dstx, dsty, dstz, in copy_subregion_no_barriers()
846 D3D12_TEXTURE_COPY_LOCATION dst_loc; in blit_resolve_stencil() local
847 dst_loc.Type = D3D12_TEXTURE_COPY_TYPE_SUBRESOURCE_INDEX; in blit_resolve_stencil()
848 dst_loc.SubresourceIndex = 1; in blit_resolve_stencil()
849 dst_loc in blit_resolve_stencil()
[all...]
H A Dd3d12_resource.cpp1014 D3D12_TEXTURE_COPY_LOCATION dst_loc; member
1033 ctx->cmdlist->CopyTextureRegion(&info.dst_loc, info.dst_x, info.dst_y, info.dst_z, in copy_texture_region()
1060 copy_info.dst_loc = fill_texture_location(res, trans, resid, z); in transfer_buf_to_image_part()
1115 copy_info.dst_loc = fill_buffer_location(ctx, res, staging_res, trans, in transfer_image_part_to_buf()
1117 copy_info.dst_loc.PlacedFootprint.Offset += (z - start_layer) * trans->base.b.layer_stride; in transfer_image_part_to_buf()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1193 D3D12_TEXTURE_COPY_LOCATION dst_loc = in dzn_cmd_buffer_clear_rects_with_copy() local
1197 dst_loc.Type == D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT ? in dzn_cmd_buffer_clear_rects_with_copy()
1198 dst_loc.PlacedFootprint.Footprint.Format : in dzn_cmd_buffer_clear_rects_with_copy()
1212 &dst_loc, in dzn_cmd_buffer_clear_rects_with_copy()
1333 D3D12_TEXTURE_COPY_LOCATION dst_loc = in dzn_cmd_buffer_clear_ranges_with_copy() local
1337 dst_loc.Type == D3D12_TEXTURE_COPY_TYPE_PLACED_FOOTPRINT ? in dzn_cmd_buffer_clear_ranges_with_copy()
1338 dst_loc.PlacedFootprint.Footprint.Format : in dzn_cmd_buffer_clear_ranges_with_copy()
1354 ID3D12GraphicsCommandList1_CopyTextureRegion(cmdbuf->cmdlist, &dst_loc, 0, 0, 0, in dzn_cmd_buffer_clear_ranges_with_copy()
1789 D3D12_TEXTURE_COPY_LOCATION dst_loc = dzn_image_get_copy_loc(dst, dst_subres, aspect, dst_l); in dzn_cmd_buffer_copy_img_chunk() local
1802 ID3D12GraphicsCommandList1_CopyTextureRegion(cmdlist, &dst_loc, in dzn_cmd_buffer_copy_img_chunk()
[all...]

Completed in 10 milliseconds