Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dreflection.c337 …ok(sdesc11.DynamicFlowControlCount == 0, "GetDesc failed, got %u, expected %u\n", sdesc11.DynamicF… in test_reflection_desc_vs()
621 …ok(sdesc11.DynamicFlowControlCount == 5, "GetDesc failed, got %u, expected %u\n", sdesc11.DynamicF… in test_reflection_desc_ps()
1269 …ok(sdesc.DynamicFlowControlCount == 0, "GetDesc failed, got %u, expected %u\n", sdesc.DynamicFlowC… in test_reflection_constant_buffer()
/reactos/sdk/include/psdk/
H A Dd3d10shader.h119 UINT DynamicFlowControlCount; member
H A Dd3d11shader.h58 UINT DynamicFlowControlCount; member
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dreflection.c388 desc->DynamicFlowControlCount = This->dynamic_flow_control_count; in d3dcompiler_shader_reflection_GetDesc()