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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.h102 d3d12_bo_wrap_res(ID3D12Resource *res, enum pipe_format format);
H A Dd3d12_bufmgr.cpp75 d3d12_bo_wrap_res(ID3D12Resource *res, enum pipe_format format) function in typeref:struct:d3d12_bo *
125 return d3d12_bo_wrap_res(res, PIPE_FORMAT_NONE);
H A Dd3d12_resource.cpp241 res->bo = d3d12_bo_wrap_res(d3d12_res, templ->format);
302 res->bo = d3d12_bo_wrap_res((ID3D12Resource *)handle->com_obj, templ->format);

Completed in 3 milliseconds