Searched refs:uint_rtv_handle (Results 1 – 2 of 2) sorted by relevance
275 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()
34 struct d3d12_descriptor_handle uint_rtv_handle; member