Home
last modified time | relevance | path

Searched defs:GraphicsCommandList (Results 1 – 18 of 18) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs44 fn release_list(&mut self, list: native::GraphicsCommandList, index: CommandAllocatorIndex) { in release_list()
72 pub fn acquire(&self) -> (CommandAllocatorIndex, native::GraphicsCommandList) { in acquire()
123 list: native::GraphicsCommandList, in release_list()
H A Dcommand.rs507 ) -> Option<(CommandAllocatorIndex, Option<native::GraphicsCommandList>)> { in destroy()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs44 fn release_list(&mut self, list: native::GraphicsCommandList, index: CommandAllocatorIndex) { in release_list()
72 pub fn acquire(&self) -> (CommandAllocatorIndex, native::GraphicsCommandList) { in acquire()
123 list: native::GraphicsCommandList, in release_list()
H A Dcommand.rs507 ) -> Option<(CommandAllocatorIndex, Option<native::GraphicsCommandList>)> { in destroy()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs87 pub type GraphicsCommandList = WeakPtr<d3d12::ID3D12GraphicsCommandList>; typedef
89 impl GraphicsCommandList { impl
214 pub fn execute_bundle(&self, bundle: GraphicsCommandList) { in execute_bundle()
H A Ddevice.rs161 ) -> D3DResult<GraphicsCommandList> { in create_graphics_command_list()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs87 pub type GraphicsCommandList = WeakPtr<d3d12::ID3D12GraphicsCommandList>; typedef
89 impl GraphicsCommandList { impl
214 pub fn execute_bundle(&self, bundle: GraphicsCommandList) { in execute_bundle()
H A Ddevice.rs161 ) -> D3DResult<GraphicsCommandList> { in create_graphics_command_list()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs89 pub type GraphicsCommandList = WeakPtr<d3d12::ID3D12GraphicsCommandList>; typedef
91 impl GraphicsCommandList { implementation
216 pub fn execute_bundle(&self, bundle: GraphicsCommandList) { in execute_bundle()
H A Ddevice.rs163 ) -> D3DResult<GraphicsCommandList> { in create_graphics_command_list()
/dports/graphics/rx/rx-0.4.0/cargo-crates/d3d12-0.3.0/src/
H A Dcommand_list.rs89 pub type GraphicsCommandList = WeakPtr<d3d12::ID3D12GraphicsCommandList>; typedef
91 impl GraphicsCommandList { impl
216 pub fn execute_bundle(&self, bundle: GraphicsCommandList) { in execute_bundle()
H A Ddevice.rs163 ) -> D3DResult<GraphicsCommandList> { in create_graphics_command_list()
/dports/www/firefox/firefox-99.0/third_party/rust/d3d12/src/
H A Dcommand_list.rs144 pub type GraphicsCommandList = WeakPtr<d3d12::ID3D12GraphicsCommandList>; typedef
146 impl GraphicsCommandList { implementation
271 pub fn execute_bundle(&self, bundle: GraphicsCommandList) { in execute_bundle()
H A Ddevice.rs161 ) -> D3DResult<GraphicsCommandList> { in create_graphics_command_list()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dpool.rs29 fn create_command_list(&mut self) -> (native::GraphicsCommandList, native::CommandAllocator) { in create_command_list()
H A Dcommand.rs425 raw: native::GraphicsCommandList, in new()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dpool.rs32 fn create_command_list(&mut self) -> (native::GraphicsCommandList, native::CommandAllocator) { in create_command_list()
H A Dcommand.rs411 raw: native::GraphicsCommandList, in new()