Home
last modified time | relevance | path

Searched refs:uint_rtv_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_surface.cpp275 if (d3d12_descriptor_handle_is_allocated(&surface->uint_rtv_handle)) in d3d12_surface_destroy()
276 d3d12_descriptor_handle_free(&surface->uint_rtv_handle); in d3d12_surface_destroy()
347 if (!d3d12_descriptor_handle_is_allocated(&surface->uint_rtv_handle)) { in d3d12_surface_update_pre_draw()
349 &surface->uint_rtv_handle, DXGI_FORMAT_R8G8B8A8_UINT); in d3d12_surface_update_pre_draw()
369 return surface->uint_rtv_handle.cpu_handle; in d3d12_surface_get_handle()
Dd3d12_surface.h34 struct d3d12_descriptor_handle uint_rtv_handle; member