Home
last modified time | relevance | path

Searched refs:dsv_handle (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/vkd3d/vkd3d-1.2/demos/
H A Dgears.c150 D3D12_CPU_DESCRIPTOR_HANDLE rtv_handle, dsv_handle; in cxg_populate_command_list() local
178 dsv_handle = ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart(cxg->dsv_heap); in cxg_populate_command_list()
179 ID3D12GraphicsCommandList_OMSetRenderTargets(command_list, 1, &rtv_handle, FALSE, &dsv_handle); in cxg_populate_command_list()
183 dsv_handle, D3D12_CLEAR_FLAG_DEPTH, 1.0f, 0, 0, NULL); in cxg_populate_command_list()
660 D3D12_CPU_DESCRIPTOR_HANDLE dsv_handle; in cxg_load_assets() local
753 dsv_handle = ID3D12DescriptorHeap_GetCPUDescriptorHandleForHeapStart(cxg->dsv_heap); in cxg_load_assets()
754 ID3D12Device_CreateDepthStencilView(cxg->device, cxg->ds, NULL, dsv_handle); in cxg_load_assets()
/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c928 D3D12_CPU_DESCRIPTOR_HANDLE dsv_handle; member
4484 ID3D12GraphicsCommandList_ClearDepthStencilView(command_list, ds.dsv_handle, in test_clear_depth_stencil_view()
4494 ID3D12GraphicsCommandList_ClearDepthStencilView(command_list, ds.dsv_handle, in test_clear_depth_stencil_view()
4502 ID3D12GraphicsCommandList_ClearDepthStencilView(command_list, ds.dsv_handle, in test_clear_depth_stencil_view()
19159 ds.dsv_handle, D3D12_CLEAR_FLAG_DEPTH, 0.125f, 0, 0, NULL); in test_depth_clip()
19198 ds.dsv_handle, D3D12_CLEAR_FLAG_DEPTH, 0.125f, 0, 0, NULL); in test_depth_clip()
19234 ds.dsv_handle, D3D12_CLEAR_FLAG_DEPTH, 0.125f, 0, 0, NULL); in test_depth_clip()
19314 D3D12_CPU_DESCRIPTOR_HANDLE dsv_handle, srv_cpu_handle; in test_depth_stencil_sampling() local
19545 dsv_handle = ds.dsv_handle; in test_depth_stencil_sampling()
19838 D3D12_CPU_DESCRIPTOR_HANDLE dsv_handle; in test_depth_read_only_view() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs1205 dsv_handle: None, in acquire_image()
1385 let ds_view = attachment.dsv_handle.unwrap(); in start_subpass()
3724 dsv_handle: Option<*mut d3d11::ID3D11DepthStencilView>, field
3737 dsv_handle: self.dsv_handle.clone(), in clone()
3754 if let Some(dsv) = self.dsv_handle.take() { in drop()
H A Dinternal.rs1539 attachment.dsv_handle.unwrap(), in clear_attachments()
H A Ddevice.rs1868 dsv_handle: if usage.contains(image::Usage::DEPTH_STENCIL_ATTACHMENT) { in create_image_view()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs1205 dsv_handle: None, in acquire_image()
1385 let ds_view = attachment.dsv_handle.unwrap(); in start_subpass()
3724 dsv_handle: Option<*mut d3d11::ID3D11DepthStencilView>, field
3737 dsv_handle: self.dsv_handle.clone(), in clone()
3754 if let Some(dsv) = self.dsv_handle.take() { in drop()
H A Dinternal.rs1539 attachment.dsv_handle.unwrap(), in clear_attachments()
H A Ddevice.rs1868 dsv_handle: if usage.contains(image::Usage::DEPTH_STENCIL_ATTACHMENT) { in create_image_view()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dlib.rs874 dsv_handle: None, in acquire_image()
1081 .dsv_handle in start_subpass()
2820 dsv_handle: Option<ComPtr<d3d11::ID3D11DepthStencilView>>, field
H A Dinternal.rs1284 attachment.dsv_handle.clone().unwrap().as_raw(), in clear_attachments()
H A Ddevice.rs1914 dsv_handle: if image.usage.contains(image::Usage::DEPTH_STENCIL_ATTACHMENT) { in create_image_view()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs900 dsv_handle: None, in acquire_image()
1105 .dsv_handle in start_subpass()
2778 dsv_handle: Option<ComPtr<d3d11::ID3D11DepthStencilView>>, field
H A Dinternal.rs1288 attachment.dsv_handle.clone().unwrap().as_raw(), in clear_attachments()
H A Ddevice.rs1763 dsv_handle: if image.usage.contains(image::Usage::DEPTH_STENCIL_ATTACHMENT) { in create_image_view()