Searched defs:param_count (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_compile_function.h65 unsigned int param_count; /**< number of formal params (no locals) */ member in struct:slang_function_
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm1.c206 UINT param_count; member in struct:wined3d_sm1_opcode_info
448 ? ((opcode_token & WINED3DSI_INSTLENGTH_MASK) >> WINED3DSI_INSTLENGTH_SHIFT) : opcode_info->param_count;
606 ins->src_count = opcode_info->param_count - opcode_info->dst_count;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm1.c206 UINT param_count; member in struct:wined3d_sm1_opcode_info
444 ? ((opcode_token & WINED3DSI_INSTLENGTH_MASK) >> WINED3DSI_INSTLENGTH_SHIFT) : opcode_info->param_count;
602 ins->src_count = opcode_info->param_count - opcode_info->dst_count;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm1.c206 UINT param_count; member in struct:wined3d_sm1_opcode_info
451 ? ((opcode_token & WINED3DSI_INSTLENGTH_MASK) >> WINED3DSI_INSTLENGTH_SHIFT) : opcode_info->param_count;
718 ins->src_count = opcode_info->param_count - opcode_info->dst_count;
/vbox/src/recompiler/target-i386/
H A Dop_helper.c2887 uint32_t e1, e2, cpl, dpl, rpl, selector, offset, param_count; local
2994 param_count = e2 & 0x1f;
3011 LOG_PCALL("new ss:esp=%04x:%08x param_count=%d ESP=" TARGET_FMT_lx "\n",
3012 ss, sp, param_count, ESP);
3033 // push_size = ((param_count * 2) + 8) << shift;
3043 for(i = param_count - 1; i >= 0; i--) {
3050 for(i = param_count - 1; i >= 0; i--) {

Completed in 80 milliseconds