Searched refs:fcmd (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 558 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 …]
|
D | r200_vertprog.c | 107 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()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 653 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() 688 float *fcmd = (float *)RADEON_DB_STATE( lit[p] ); in update_light_colors() local 690 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); in update_light_colors() 691 COPY_4V( &fcmd[LIT_DIFFUSE_RED], l->Diffuse ); in update_light_colors() 692 COPY_4V( &fcmd[LIT_SPECULAR_RED], l->Specular ); in update_light_colors() 793 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( mtl ); in radeonUpdateMaterial() local 804 fcmd[MTL_EMMISSIVE_RED] = mat[MAT_ATTRIB_FRONT_EMISSION][0]; in radeonUpdateMaterial() [all …]
|
/external/curl/lib/ |
D | ftp.c | 903 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument 1190 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port() 1192 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port() 1196 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port() 1213 if(EPRT == fcmd) { in ftp_state_use_port() 1222 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1237 if(PORT == fcmd) { in ftp_state_use_port() 1255 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], target); in ftp_state_use_port() 1269 ftpc->count1 = fcmd; in ftp_state_use_port() 1998 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local [all …]
|