Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dshader_sm1.c232 …{WINED3D_SM1_OP_MOVA, 1, 2, WINED3DSIH_MOVA, WINED3D_SHADER_VERSION(2,0), -1 …
H A Darb_program_shader.c1804 case WINED3DSIH_MOVA:instruction = "ARR"; break; in shader_hw_map2gl()
1844 if (ins->handler_idx == WINED3DSIH_MOVA) in shader_hw_mov()
H A Dshader.c1636 else if (ins.handler_idx == WINED3DSIH_MOVA) reg_maps->usesmova = 1; in shader_get_registers_used()
H A Dwined3d_private.h854 WINED3DSIH_MOVA, enumerator
H A Dglsl_shader.c3800 else if (ins->handler_idx == WINED3DSIH_MOVA) in shader_glsl_mov()