Searched refs:param1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre200.h59 #define ERROR(str,param1) xf86DrvMsg(screen, X_ERROR, str, param1)
60 #define DEBUG(str,param1) xf86DrvMsg(screen, X_INFO, str, param1)
61 #define ERROR_2(str,param1,param2) xf86DrvMsg(screen, X_ERROR, str, param1, param2)
62 #define DEBUG_2(str,param1,param2) xf86DrvMsg(screen, X_INFO, str, param1, param2)
63 #define ERROR_3(str,param1,param2,param3) xf86DrvMsg(screen, X_ERROR, str, param1, param
[all...]
/xsrc/external/mit/xterm/dist/vttests/
H A Ddynamic.pl96 my $param1 = $code + 10;
99 $reply = get_reply("\x1b]$param1;?\007");
102 if ( $reply =~ /\x1b]$param1;.*\007/ ) {
105 $value =~ s/^\x1b]$param1;//;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c70 struct h264_iparm1 param1; local in function:nv84_decoder_vp_h264
90 memset(&param1, 0, sizeof(param1));
93 memcpy(&param1.scaling_lists_4x4, desc->pps->ScalingList4x4,
94 sizeof(param1.scaling_lists_4x4));
95 memcpy(&param1.scaling_lists_8x8, desc->pps->ScalingList8x8,
96 sizeof(param1.scaling_lists_8x8));
98 param1.width = width;
99 param1.w1 = param1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c70 struct h264_iparm1 param1; local in function:nv84_decoder_vp_h264
90 memset(&param1, 0, sizeof(param1));
93 memcpy(&param1.scaling_lists_4x4, desc->pps->ScalingList4x4,
94 sizeof(param1.scaling_lists_4x4));
95 memcpy(&param1.scaling_lists_8x8, desc->pps->ScalingList8x8,
96 sizeof(param1.scaling_lists_8x8));
98 param1.width = width;
99 param1.w1 = param1
[all...]
/xsrc/external/mit/mesa-demos/dist/src/slang/
H A Dsotest.c33 static void endtest1 (GLuint param1) argument
52 if (param1)
56 if (!param1)

Completed in 4 milliseconds