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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_surface.h36 struct d3d12_descriptor_handle uint_rtv_handle; member in struct:d3d12_surface
H A Dd3d12_surface.cpp273 if (d3d12_descriptor_handle_is_allocated(&surface->uint_rtv_handle))
274 d3d12_descriptor_handle_free(&surface->uint_rtv_handle);
344 if (!d3d12_descriptor_handle_is_allocated(&surface->uint_rtv_handle)) {
346 &surface->uint_rtv_handle, DXGI_FORMAT_R8G8B8A8_UINT);
365 return surface->uint_rtv_handle.cpu_handle;

Completed in 3 milliseconds