Home
last modified time | relevance | path

Searched refs:desc_handle (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp259 initialize_dsv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
261 initialize_rtv(pctx, pres, tpl, &surface->desc_handle, dxgi_format); in d3d12_create_surface()
274 d3d12_descriptor_handle_free(&surface->desc_handle); in d3d12_surface_destroy()
370 return surface->desc_handle.cpu_handle; in d3d12_surface_get_handle()
Dd3d12_surface.h37 struct d3d12_descriptor_handle desc_handle; member
Dd3d12_context.cpp2008 ctx->cmdlist->ClearRenderTargetView(surf->desc_handle.cpu_handle, in d3d12_clear_render_target()
2049 ctx->cmdlist->ClearDepthStencilView(surf->desc_handle.cpu_handle, flags, in d3d12_clear_depth_stencil()
Dd3d12_draw.cpp1148 tmp_desc = surface->desc_handle.cpu_handle; in d3d12_draw_vbo()