Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dshader_sm4.c1626 DWORD opcode_token, opcode, previous_token; in shader_sm4_read_instruction() local
1700 previous_token = opcode_token; in shader_sm4_read_instruction()
1701 while (previous_token & WINED3D_SM4_INSTRUCTION_MODIFIER && p != *ptr) in shader_sm4_read_instruction()
1702 shader_sm4_read_instruction_modifier(previous_token = *p++, ins); in shader_sm4_read_instruction()