Home
last modified time | relevance | path

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

/dports/graphics/vkd3d/vkd3d-1.2/tests/
H A Dd3d12.c12335 struct vec4 vs_cb_color, ps_cb_color; in test_root_constants() local
12575 vs_cb_color = ps_cb_color = expected_result = (struct vec4){0.0f, 1.0f, 0.0f, 1.0f}; in test_root_constants()
12577 ID3D12GraphicsCommandList_SetGraphicsRoot32BitConstants(command_list, 1, 4, &ps_cb_color.x, 0); in test_root_constants()
12597 ps_cb_color = (struct vec4){1.0f, 1.0f, 1.0f, 1.0f}; in test_root_constants()
12600 ID3D12GraphicsCommandList_SetGraphicsRoot32BitConstants(command_list, 1, 4, &ps_cb_color.x, 0); in test_root_constants()
12648 ps_cb_color = (struct vec4){1.0f, 1.0f, 1.0f, 1.0f}; in test_root_constants()
12650 ID3D12GraphicsCommandList_SetGraphicsRoot32BitConstants(command_list, 1, 4, &ps_cb_color.x, 0); in test_root_constants()
12672 ps_cb_color = expected_result = (struct vec4){1.0f, 1.0f, 1.0f, 1.0f}; in test_root_constants()
12674 ID3D12GraphicsCommandList_SetGraphicsRoot32BitConstants(command_list, 1, 4, &ps_cb_color.x, 0); in test_root_constants()
12696 ps_cb_color = (struct vec4){0.5f, 0.7f, 1.0f, 1.0f}; in test_root_constants()
[all …]