Searched refs:fcmd (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 651 float *fcmd = (float *)RADEON_DB_STATE( glt ); in update_global_ambient() local 660 COPY_3V( &fcmd[GLT_RED], in update_global_ambient() 662 ACC_SCALE_3V( &fcmd[GLT_RED], in update_global_ambient() 668 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient() 686 float *fcmd = (float *)RADEON_DB_STATE( lit[p] ); in update_light_colors() local 688 COPY_4V( &fcmd[LIT_AMBIENT_RED], l->Ambient ); in update_light_colors() 689 COPY_4V( &fcmd[LIT_DIFFUSE_RED], l->Diffuse ); in update_light_colors() 690 COPY_4V( &fcmd[LIT_SPECULAR_RED], l->Specular ); in update_light_colors() 791 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( mtl ); in radeonUpdateMaterial() local 802 fcmd[MTL_EMMISSIVE_RED] = mat[MAT_ATTRIB_FRONT_EMISSION][0]; in radeonUpdateMaterial() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 555 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointSize() local 570 fcmd[PTP_VPORT_SCALE_PTSIZE] = ctx->Point.Size; in r200PointSize() 576 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter() local 585 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize; in r200PointParameter() 592 fcmd[PTP_CLAMP_MAX] = ctx->Point.MaxSize; in r200PointParameter() 598 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter() local 608 fcmd[PTP_ATT_CONST_QUAD] = ctx->Point.Params[2]; in r200PointParameter() 609 fcmd[PTP_ATT_CONST_LIN] = ctx->Point.Params[1]; in r200PointParameter() 610 fcmd[PTP_ATT_CONST_CON] = ctx->Point.Params[0]; in r200PointParameter() 835 float *fcmd = (float *)R200_DB_STATE( glt ); in update_global_ambient() local [all …]
|
D | r200_vertprog.c | 106 GLfloat *fcmd = (GLfloat *)&rmesa->hw.vpp[0].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams() local 129 *fcmd++ = paramList->ParameterValues[pi][0].f; in r200VertexProgUpdateParams() 130 *fcmd++ = paramList->ParameterValues[pi][1].f; in r200VertexProgUpdateParams() 131 *fcmd++ = paramList->ParameterValues[pi][2].f; in r200VertexProgUpdateParams() 132 *fcmd++ = paramList->ParameterValues[pi][3].f; in r200VertexProgUpdateParams() 139 fcmd = (GLfloat *)&rmesa->hw.vpp[1].cmd[VPP_CMD_0 + 1]; in r200VertexProgUpdateParams()
|
/external/curl/lib/ |
D | ftp.c | 967 ftpport fcmd) /* start with this */ in ftp_state_use_port() argument 1246 for(; fcmd != DONE; fcmd++) { in ftp_state_use_port() 1248 if(!conn->bits.ftp_use_eprt && (EPRT == fcmd)) in ftp_state_use_port() 1252 if((PORT == fcmd) && sa->sa_family != AF_INET) in ftp_state_use_port() 1269 if(EPRT == fcmd) { in ftp_state_use_port() 1278 result = Curl_pp_sendf(&ftpc->pp, "%s |%d|%s|%hu|", mode[fcmd], in ftp_state_use_port() 1293 else if(PORT == fcmd) { in ftp_state_use_port() 1309 result = Curl_pp_sendf(&ftpc->pp, "%s %s", mode[fcmd], tmp); in ftp_state_use_port() 1323 ftpc->count1 = fcmd; in ftp_state_use_port() 2107 ftpport fcmd = (ftpport)ftpc->count1; in ftp_state_port_resp() local [all …]
|