Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dreflection.c126 UINT texture_gradient_instructions; member
383 desc->TextureGradientInstructions = This->texture_gradient_instructions; in d3dcompiler_shader_reflection_GetDesc()
1107 read_dword(&ptr, &r->texture_gradient_instructions); in d3dcompiler_parse_stat()
1108 TRACE("TextureGradientInstructions: %u\n", r->texture_gradient_instructions); in d3dcompiler_parse_stat()