Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c558 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointSize() local
573 fcmd[PTP_VPORT_SCALE_PTSIZE] = ctx->Point.Size; in r200PointSize()
579 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter() local
588 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize; in r200PointParameter()
595 fcmd[PTP_CLAMP_MAX] = ctx->Point.MaxSize; in r200PointParameter()
601 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter() local
611 fcmd[PTP_ATT_CONST_QUAD] = ctx->Point.Params[2]; in r200PointParameter()
612 fcmd[PTP_ATT_CONST_LIN] = ctx->Point.Params[1]; in r200PointParameter()
613 fcmd[PTP_ATT_CONST_CON] = ctx->Point.Params[0]; in r200PointParameter()
838 float *fcmd = (float *)R200_DB_STATE( glt ); in update_global_ambient() local
[all …]
Dr200_vertprog.c107 GLfloat *fcmd = (GLfloat *)&rmesa->hw.vpp[0].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams() local
131 *fcmd++ = paramList->ParameterValues[pvo + 0].f; in r200VertexProgUpdateParams()
132 *fcmd++ = paramList->ParameterValues[pvo + 1].f; in r200VertexProgUpdateParams()
133 *fcmd++ = paramList->ParameterValues[pvo + 2].f; in r200VertexProgUpdateParams()
134 *fcmd++ = paramList->ParameterValues[pvo + 3].f; in r200VertexProgUpdateParams()
141 fcmd = (GLfloat *)&rmesa->hw.vpp[1].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c653 float *fcmd = (float *)RADEON_DB_STATE( glt ); in update_global_ambient() local
662 COPY_3V( &fcmd[GLT_RED], in update_global_ambient()
664 ACC_SCALE_3V( &fcmd[GLT_RED], in update_global_ambient()
670 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient()
689 float *fcmd = (float *)RADEON_DB_STATE( lit[p] ); in update_light_colors() local
691 COPY_4V( &fcmd[LIT_AMBIENT_RED], lu->Ambient ); in update_light_colors()
692 COPY_4V( &fcmd[LIT_DIFFUSE_RED], lu->Diffuse ); in update_light_colors()
693 COPY_4V( &fcmd[LIT_SPECULAR_RED], lu->Specular ); in update_light_colors()
794 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( mtl ); in radeonUpdateMaterial() local
805 fcmd[MTL_EMMISSIVE_RED] = mat[MAT_ATTRIB_FRONT_EMISSION][0]; in radeonUpdateMaterial()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtest-suite575 fcmd="$3"
576 [ -z "$fcmd" ] && fcmd="$def_cmd"
578 cmd=`eval echo $default_path/$fcmd`
587 if [ "$fcmd" != "$default_cmd" ]; then
588 echo " * check-command: $fcmd"
/third_party/curl/lib/
Dftp.c922 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument
1208 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1210 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1214 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1231 if(EPRT == fcmd) { in ftp_state_use_port()
1240 result = Curl_pp_sendf(data, &ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1255 if(PORT == fcmd) { in ftp_state_use_port()
1273 result = Curl_pp_sendf(data, &ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port()
1287 ftpc->count1 = fcmd; in ftp_state_use_port()
2038 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
[all …]