Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp356 res->overall_format = templ->format; in d3d12_resource_create_or_place()
598 res->overall_format = (enum pipe_format)handle->format; in d3d12_resource_from_handle()
613 res->overall_format = res->base.b.format; in d3d12_resource_from_handle()
617 handle->format = res->overall_format; in d3d12_resource_from_handle()
619 res->dxgi_format = d3d12_get_format(res->overall_format); in d3d12_resource_from_handle()
741 float width_multiplier = res->first_plane->width0 / (float) util_format_get_plane_width(res->overall_format, res->plane_slice, res->first_plane->width0); in d3d12_adjust_transfer_dimensions_for_plane()
742 float height_multiplier = res->first_plane->height0 / (float) util_format_get_plane_height(res->overall_format, res->plane_slice, res->first_plane->height0); in d3d12_adjust_transfer_dimensions_for_plane()
751 ptrans->box.width = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.width); in d3d12_adjust_transfer_dimensions_for_plane()
752 ptrans->box.height = util_format_get_plane_height(res->overall_format, plane_slice, ptrans->box.height); in d3d12_adjust_transfer_dimensions_for_plane()
753 ptrans->box.x = util_format_get_plane_width(res->overall_format, plane_slic in d3d12_adjust_transfer_dimensions_for_plane()
[all...]
H A Dd3d12_resource.h47 enum pipe_format overall_format; member
H A Dd3d12_video_buffer.cpp103 pD3D12VideoBuffer->num_planes = util_format_get_num_planes(pD3D12VideoBuffer->texture->overall_format); in d3d12_video_buffer_create()
195 util_format_get_plane_format(pD3D12VideoBuffer->texture->overall_format, PlaneSlice); in d3d12_video_buffer_get_surfaces()
H A Dd3d12_context.cpp814 struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, state->target); in d3d12_init_sampler_view_descriptor()
941 struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, state->target); in d3d12_create_sampler_view()

Completed in 7 milliseconds