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/
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 … res->first_plane->width0 / (float) util_format_get_plane_width(res->overall_format, res->plane_sl… in d3d12_adjust_transfer_dimensions_for_plane()
742 …es->first_plane->height0 / (float) util_format_get_plane_height(res->overall_format, res->plane_sl… in d3d12_adjust_transfer_dimensions_for_plane()
751 …ptrans->box.width = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.widt… in d3d12_adjust_transfer_dimensions_for_plane()
752 …ptrans->box.height = util_format_get_plane_height(res->overall_format, plane_slice, ptrans->box.he… in d3d12_adjust_transfer_dimensions_for_plane()
753 ptrans->box.x = util_format_get_plane_width(res->overall_format, plane_slice, ptrans->box.x); in d3d12_adjust_transfer_dimensions_for_plane()
[all …]
Dd3d12_video_buffer.cpp103 …12VideoBuffer->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()
Dd3d12_resource.h47 enum pipe_format overall_format; member
Dd3d12_context.cpp814 …struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, s… in d3d12_init_sampler_view_descriptor()
941 …struct d3d12_format_info format_info = d3d12_get_format_info(res->overall_format, state->format, s… in d3d12_create_sampler_view()