Home
last modified time | relevance | path

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

/external/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()
839 float *fcmd = (float *)R200_DB_STATE( glt ); in update_global_ambient() local
[all …]
Dr200_vertprog.c105 GLfloat *fcmd = (GLfloat *)&rmesa->hw.vpp[0].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams() local
127 *fcmd++ = paramList->ParameterValues[pi][0].f; in r200VertexProgUpdateParams()
128 *fcmd++ = paramList->ParameterValues[pi][1].f; in r200VertexProgUpdateParams()
129 *fcmd++ = paramList->ParameterValues[pi][2].f; in r200VertexProgUpdateParams()
130 *fcmd++ = paramList->ParameterValues[pi][3].f; in r200VertexProgUpdateParams()
137 fcmd = (GLfloat *)&rmesa->hw.vpp[1].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c656 float *fcmd = (float *)RADEON_DB_STATE( glt ); in update_global_ambient() local
665 COPY_3V( &fcmd[GLT_RED], in update_global_ambient()
667 ACC_SCALE_3V( &fcmd[GLT_RED], in update_global_ambient()
673 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient()
691 float *fcmd = (float *)RADEON_DB_STATE( lit[p] ); in update_light_colors() local
693 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); in update_light_colors()
694 COPY_4V( &fcmd[LIT_DIFFUSE_RED], l->Diffuse ); in update_light_colors()
695 COPY_4V( &fcmd[LIT_SPECULAR_RED], l->Specular ); in update_light_colors()
796 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( mtl ); in radeonUpdateMaterial() local
807 fcmd[MTL_EMMISSIVE_RED] = mat[MAT_ATTRIB_FRONT_EMISSION][0]; in radeonUpdateMaterial()
[all …]
/external/curl/lib/
Dftp.c978 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument
1257 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port()
1259 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port()
1263 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port()
1280 if(EPRT == fcmd) { in ftp_state_use_port()
1289 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port()
1304 else if(PORT == fcmd) { in ftp_state_use_port()
1320 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp); in ftp_state_use_port()
1334 ftpc->count1 = fcmd; in ftp_state_use_port()
2053 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local
[all …]