Home
last modified time | relevance | path

Searched refs:com_obj (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/include/frontend/
Dwinsys_handle.h82 void *com_obj; member
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp195 handle.com_obj = res; in d3d12_wgl_framebuffer_get_resource()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp448 IUnknown *obj = (IUnknown *)handle->com_obj; in d3d12_resource_from_handle()
654 handle->com_obj = d3d12_resource_resource(res); in d3d12_resource_get_handle()
690 handle.com_obj = input_res; in d3d12_resource_from_resource()
912 whandle.com_obj = memobj->res ? (void *) memobj->res : (void *) memobj->heap; in d3d12_resource_from_memobj()
917 ((IUnknown *)whandle.com_obj)->AddRef(); in d3d12_resource_from_memobj()