Home
last modified time | relevance | path

Searched refs:d3d12_get_format (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_format.h41 d3d12_get_format(enum pipe_format format);
Dd3d12_format.c203 d3d12_get_format(enum pipe_format format) in d3d12_get_format() function
281 return d3d12_get_format(f); in d3d12_get_resource_rt_format()
307 return d3d12_get_format(f); in d3d12_get_resource_srv_format()
Dd3d12_resource.cpp177 res->dxgi_format = d3d12_get_format(templ->format); in init_texture()
572 if ((footprint->Format != d3d12_get_format(templ->format) && in d3d12_resource_from_handle()
574 (incoming_res_desc.Format != d3d12_get_format((enum pipe_format)handle->format) && in d3d12_resource_from_handle()
579 d3d12_get_format(templ->format), in d3d12_resource_from_handle()
582 d3d12_get_format((enum pipe_format)handle->format), in d3d12_resource_from_handle()
619 res->dxgi_format = d3d12_get_format(res->overall_format); in d3d12_resource_from_handle()
Dd3d12_draw.cpp270 uav_desc.Format = d3d12_get_format(view_format); in fill_image_descriptors()
305 uav_desc.Format = d3d12_get_format(shader->uav_bindings[i].format); in fill_image_descriptors()
Dd3d12_screen.cpp581 DXGI_FORMAT dxgi_format = d3d12_get_format(format); in d3d12_is_format_supported()
Dd3d12_context.cpp137 cso->elements[i].Format = d3d12_get_format(format_helper); in d3d12_create_vertex_elements_state()
1449 ctx->gfx_pipeline_state.rtv_formats[i] = d3d12_get_format(state->cbufs[i]->format); in d3d12_set_framebuffer_state()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp104 desc.Format = d3d12_get_format(templ->format); in d3d12_wgl_framebuffer_resize()