Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dreflection.c338 …ok(sdesc11.MacroInstructionCount == 0, "GetDesc failed, got %u, expected %u\n", sdesc11.MacroInstr… in test_reflection_desc_vs()
622 …ok(sdesc11.MacroInstructionCount == 0, "GetDesc failed, got %u, expected %u\n", sdesc11.MacroInstr… in test_reflection_desc_ps()
1270 …ok(sdesc.MacroInstructionCount == 0, "GetDesc failed, got %u, expected %u\n", sdesc.MacroInstructi… in test_reflection_constant_buffer()
/reactos/sdk/include/psdk/
H A Dd3d10shader.h120 UINT MacroInstructionCount; member
H A Dd3d11shader.h59 UINT MacroInstructionCount; member
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dreflection.c389 desc->MacroInstructionCount = 0; in d3dcompiler_shader_reflection_GetDesc()