Searched defs:handler_idx (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c109 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm4_opcode_info
299 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
303 ins->handler_idx = opcode_info->handler_idx;
H A Dshader_sm1.c207 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm1_opcode_info
424 while (opcode_table[i].handler_idx != WINED3DSIH_TABLE_SIZE)
596 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
601 ins->handler_idx = opcode_info->handler_idx;
H A Dwined3d_private.h637 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c109 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm4_opcode_info
299 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
303 ins->handler_idx = opcode_info->handler_idx;
H A Dshader_sm1.c207 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm1_opcode_info
420 while (opcode_table[i].handler_idx != WINED3DSIH_TABLE_SIZE)
592 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
597 ins->handler_idx = opcode_info->handler_idx;
H A Dwined3d_private.h626 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm1.c207 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm1_opcode_info
427 while (opcode_table[i].handler_idx != WINED3DSIH_TABLE_SIZE)
707 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
712 ins->handler_idx = opcode_info->handler_idx;
724 if (ins->handler_idx == WINED3DSIH_DCL)
728 else if (ins->handler_idx == WINED3DSIH_DEF)
733 else if (ins->handler_idx == WINED3DSIH_DEFI)
738 else if (ins->handler_idx == WINED3DSIH_DEFB)
H A Dshader_sm4.c196 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_sm4_opcode_info
717 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
722 ins->handler_idx = opcode_info->handler_idx;
786 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
795 ins->handler_idx = WINED3DSIH_TABLE_SIZE;
H A Dwined3d_private.h698 enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx; member in struct:wined3d_shader_instruction

Completed in 117 milliseconds