Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dreflection.c124 UINT texture_comp_instructions; member
381 desc->TextureCompInstructions = This->texture_comp_instructions; in d3dcompiler_shader_reflection_GetDesc()
1101 read_dword(&ptr, &r->texture_comp_instructions); in d3dcompiler_parse_stat()
1102 TRACE("TextureCompInstructions: %u\n", r->texture_comp_instructions); in d3dcompiler_parse_stat()