Searched refs:previous_token (Results 1 – 1 of 1) sorted by relevance
1626 DWORD opcode_token, opcode, previous_token; in shader_sm4_read_instruction() local1700 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()