Home
last modified time | relevance | path

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

/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c29953 D3D12_CPU_DESCRIPTOR_HANDLE ms_rtv; in test_multisample_rendering() local
30057 ms_rtv = get_cpu_rtv_handle(&context, context.rtv_heap, 1); in test_multisample_rendering()
30059 create_render_target(&context, &desc, &ms_render_target, &ms_rtv); in test_multisample_rendering()
30066 ID3D12GraphicsCommandList_ClearRenderTargetView(command_list, ms_rtv, white, 0, NULL); in test_multisample_rendering()
30067 ID3D12GraphicsCommandList_OMSetRenderTargets(command_list, 1, &ms_rtv, false, NULL); in test_multisample_rendering()
30128 D3D12_CPU_DESCRIPTOR_HANDLE ms_rtv; in test_sample_mask() local
30178 ms_rtv = get_cpu_rtv_handle(&context, context.rtv_heap, 1); in test_sample_mask()
30180 create_render_target(&context, &desc, &ms_render_target, &ms_rtv); in test_sample_mask()
30183 ID3D12GraphicsCommandList_ClearRenderTargetView(command_list, ms_rtv, white, 0, NULL); in test_sample_mask()
30184 ID3D12GraphicsCommandList_OMSetRenderTargets(command_list, 1, &ms_rtv, false, NULL); in test_sample_mask()