Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dreflection.c1314 type->reflection = reflection; in get_reflection_type()
1540 cb->reflection = r; in d3dcompiler_parse_rdef()
1737 reflection->refcount = 1; in d3dcompiler_shader_reflection_init()
1764reflection->isgn = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, sizeof(*reflection->isgn)); in d3dcompiler_shader_reflection_init()
1765 if (!reflection->isgn) in d3dcompiler_shader_reflection_init()
1772 hr = d3dcompiler_parse_signature(reflection->isgn, section, reflection->target); in d3dcompiler_shader_reflection_init()
1783 if (!reflection->osgn) in d3dcompiler_shader_reflection_init()
1790 hr = d3dcompiler_parse_signature(reflection->osgn, section, reflection->target); in d3dcompiler_shader_reflection_init()
1800 if (!reflection->pcsg) in d3dcompiler_shader_reflection_init()
1807 hr = d3dcompiler_parse_signature(reflection->pcsg, section, reflection->target); in d3dcompiler_shader_reflection_init()
[all …]
H A DCMakeLists.txt18 reflection.c
/reactos/modules/rostests/winetests/d3dcompiler_43/
H A DCMakeLists.txt8 reflection.c
H A Dreflection.c1529 START_TEST(reflection) in START_TEST() argument