Searched refs:desc_handle (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_surface.cpp | 259 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()
|
D | d3d12_surface.h | 37 struct d3d12_descriptor_handle desc_handle; member
|
D | d3d12_context.cpp | 2008 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()
|
D | d3d12_draw.cpp | 1148 tmp_desc = surface->desc_handle.cpu_handle; in d3d12_draw_vbo()
|