Searched defs:d3d12_resource (Results 1 – 1 of 1) sorted by relevance
43 struct d3d12_resource { struct44 struct threaded_resource base;45 struct d3d12_bo *bo;46 DXGI_FORMAT dxgi_format;47 enum pipe_format overall_format;48 unsigned int plane_slice;49 struct pipe_resource* first_plane;50 unsigned mip_levels;52 struct sw_displaytarget *dt;76 static inline struct d3d12_resource * argument[all …]