Searched refs:d3d12_res (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp354 ID3D12Resource *d3d12_res = d3d12_resource_underlying(res, &offset); local in function:end_query
373 resolve_count, d3d12_res, offset);
H A Dd3d12_screen.cpp658 ID3D12Resource *d3d12_res = d3d12_resource_resource(res); local in function:d3d12_flush_frontbuffer
659 sharing_contract->Present(d3d12_res, 0, WindowFromDC((HDC)winsys_drawable_handle));
H A Dd3d12_resource.cpp155 ID3D12Resource *d3d12_res; local in function:init_texture
226 IID_PPV_ARGS(&d3d12_res));
241 res->bo = d3d12_bo_wrap_res(d3d12_res, templ->format);

Completed in 5 milliseconds