| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | ativga.c | 48 int Index; local in function:ATIVGAPreInit 66 for (Index = 0; Index < 16; Index++) 67 pATIHW->attr[Index] = Index; 97 int Index; local in function:ATIVGASave 104 for (Index = 0; Index < NumberOf(pATIHW->seq); Index 135 int Index; local in function:ATIVGASet [all...] |
| H A D | atiwonderio.c | 45 const CARD8 Index, 53 CurrentValue = ATIGetExtReg(Index); 63 ATIPutExtReg(Index, NewValue); 42 ATIModifyExtReg(ATIPtr pATI,const CARD8 Index,int CurrentValue,const CARD8 CurrentMask,CARD8 NewValue) argument
|
| H A D | atidac.c | 156 int Index, Index2; local in function:ATIDACPreInit 166 for (Index = 1; Index < (NumberOf(pATIHW->lut) / 3); Index++) 168 Index2 = Index * 3; 171 pATIHW->lut[Index2 + 2] = Index; 181 for (Index = 2; Index < (NumberOf(pATIHW->lut) / 3); Index++) 183 Index2 = Index * 204 int Index; local in function:ATIDACSave 274 int Index; local in function:ATIDACSet 328 ATISetLUTEntry(ATIPtr pATI,int Index,CARD8 * LUTEntry) argument 378 int i, j, Index; local in function:ATILoadPalette [all...] |
| H A D | atiprint.c | 51 unsigned int Index; local in function:ATIPrintBIOS 61 for (Index = 0; Index < Length; Index++) 63 if (!(Index & (4U - 1U))) 65 if (!(Index & (16U - 1U))) 70 xf86ErrorFVerb(5, "\n 0x%08X: ", Index); 74 xf86ErrorFVerb(5, "%02X", BIOS[Index]); 75 if (isprint(BIOS[Index])) 76 *Char++ = BIOS[Index]; 102 int Index; local in function:ATIPrintIndexedRegisters 145 int Index, Limit; local in function:ATIMach64PrintRegisters 253 int Index, Limit; local in function:ATIMach64PrintPLLRegisters 295 int Index; local in function:ATIRGB514PrintRegisters 359 int Index; local in function:ATIPrintRegisters [all...] |
| H A D | atirgb514.c | 160 int Index; local in function:ATIRGB514Save 180 for (Index = 0; Index < NumberOf(pATIHW->ibmrgb514); Index++) 183 if ((Index == 0x0100) || (Index == 0x0500)) 186 out8(M64_DAC_DATA, Index >> 8); 188 pATIHW->ibmrgb514[Index] = in8(M64_DAC_MASK); 240 int Index; local in function:ATIRGB514Set 260 for (Index [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dixmods/extmod/ |
| H A D | dgaproc.h | 59 int Index, 67 int Index, 74 int Index, 79 extern _X_EXPORT Bool DGAAvailable(int Index); 80 extern _X_EXPORT Bool DGAActive(int Index); 83 extern _X_EXPORT int DGAGetViewportStatus(int Index); 84 extern _X_EXPORT int DGASync(int Index); 88 int Index, 95 int Index, 103 int Index, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | programopt.c | 91 newInst[i].DstReg.Index = VARYING_SLOT_POS; 94 newInst[i].SrcReg[0].Index = mvpRef[i]; 97 newInst[i].SrcReg[1].Index = VERT_ATTRIB_POS; 162 newInst[0].DstReg.Index = hposTemp; 165 newInst[0].SrcReg[0].Index = VERT_ATTRIB_POS; 168 newInst[0].SrcReg[1].Index = mvpRef[0]; 174 newInst[i].DstReg.Index = hposTemp; 177 newInst[i].SrcReg[0].Index = VERT_ATTRIB_POS; 180 newInst[i].SrcReg[1].Index = mvpRef[i]; 183 newInst[i].SrcReg[2].Index [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | programopt.c | 91 newInst[i].DstReg.Index = VARYING_SLOT_POS; 94 newInst[i].SrcReg[0].Index = mvpRef[i]; 97 newInst[i].SrcReg[1].Index = VERT_ATTRIB_POS; 162 newInst[0].DstReg.Index = hposTemp; 165 newInst[0].SrcReg[0].Index = VERT_ATTRIB_POS; 168 newInst[0].SrcReg[1].Index = mvpRef[0]; 174 newInst[i].DstReg.Index = hposTemp; 177 newInst[i].SrcReg[0].Index = VERT_ATTRIB_POS; 180 newInst[i].SrcReg[1].Index = mvpRef[i]; 183 newInst[i].SrcReg[2].Index [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | os.h | 110 inline unsigned char _BitScanForward64(unsigned long* Index, uint64_t Mask) argument 115 *Index = __builtin_ctzll(Mask); 117 *Index = 0; 120 *Index = i; 125 inline unsigned char _BitScanReverse64(unsigned long* Index, uint64_t Mask) argument 130 *Index = 63 - __builtin_clzll(Mask); 132 *Index = 0; 135 *Index = i; 235 inline unsigned char _BitScanForward64(unsigned long* Index, uint64_t Mask) argument 239 *Index 243 _BitScanForward(unsigned long * Index,uint32_t Mask) argument 251 _BitScanReverse64(unsigned long * Index,uint64_t Mask) argument 259 _BitScanReverse(unsigned long * Index,uint32_t Mask) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | dgaproc.h | 58 extern Bool DGAActive(int Index); 61 extern Bool DGAStealButtonEvent(DeviceIntPtr dev, int Index, 63 extern Bool DGAStealMotionEvent(DeviceIntPtr dev, int Index, int dx, int dy); 64 extern Bool DGAStealKeyEvent(DeviceIntPtr dev, int Index,
|
| /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/ |
| H A D | hwserv_drv.c | 111 CailReadPCIConfigData(pWorkingTableData->pDeviceData->CAIL,&rvl,pWorkingTableData->Index,sizeof(UINT8)); 122 CailReadPCIConfigData(pWorkingTableData->pDeviceData->CAIL,&rvl,pWorkingTableData->Index,sizeof(UINT16)); 135 CailReadPCIConfigData(pWorkingTableData->pDeviceData->CAIL,&rvl,pWorkingTableData->Index,sizeof(UINT32)); 147 CailWritePCIConfigData(pWorkingTableData->pDeviceData->CAIL,&(pWorkingTableData->DestData32),pWorkingTableData->Index,sizeof(UINT8)); 158 CailWritePCIConfigData(pWorkingTableData->pDeviceData->CAIL,&(pWorkingTableData->DestData32),pWorkingTableData->Index,sizeof(UINT16)); 167 CailWritePCIConfigData(pWorkingTableData->pDeviceData->CAIL,&(pWorkingTableData->DestData32),pWorkingTableData->Index,sizeof(UINT32)); 247 return CailReadATIRegister(pWorkingTableData->pDeviceData->CAIL,pWorkingTableData->Index); 252 CailWriteATIRegister(pWorkingTableData->pDeviceData->CAIL,(UINT16)pWorkingTableData->Index,pWorkingTableData->DestData32 ); 273 //return CailReadATIRegister(pWorkingTableData->pDeviceData->CAIL,pWorkingTableData->Index); 278 // return CailWriteATIRegister(pWorkingTableData->pDeviceData->CAIL,pWorkingTableData->Index,pWorkingTableDat [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.c | 126 c->Program.InputsRead |= 1 << inst->U.I.SrcReg[i].Index; 131 c->Program.OutputsWritten |= 1 << inst->U.I.DstReg.Index; 151 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) { 153 inst->U.I.SrcReg[i].Index = new_input.Index; 160 c->Program.InputsRead |= 1 << new_input.Index; 182 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) { 183 inst->U.I.DstReg.Index = new_output; 205 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) { 207 inst->U.I.DstReg.Index [all...] |
| H A D | radeon_emulate_loops.c | 52 int Index; member in struct:count_inst 94 value->Src->Index != index || 101 inst->U.I.SrcReg[0].Index)){ 107 inst->U.I.SrcReg[0].Index, 123 count_inst->Index != index || 142 inst->U.I.SrcReg[0].Index == count_inst->Index && 146 inst->U.I.SrcReg[1].Index == count_inst->Index && 156 inst->U.I.SrcReg[amnt_src_index].Index)){ [all...] |
| H A D | radeon_emulate_branches.c | 37 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:proxy_info 77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C); 82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index; 127 proxy->Index = rc_find_free_temporary(sap->S->C); 139 *pindex = proxy->Index; 167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index; 170 inst_mov->U.I.SrcReg[0].Index = index; 186 inst_cmp->U.I.DstReg.Index [all...] |
| H A D | radeon_program_tex.c | 69 inst_mov->U.I.DstReg.Index = temp; 72 inst_mov->U.I.SrcReg[1].Index = 78 inst->U.I.SrcReg[0].Index = temp; 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 172 inst->U.I.DstReg.Index = tmp_texsample; 182 inst_rcp->U.I.DstReg.Index = tmp_sum; 193 inst_mul->U.I.DstReg.Index [all...] |
| H A D | r3xx_vertprog.c | 77 return vp->outputs[dst->Index]; 79 return dst->Index; 110 if (a.Index != b.Index) 126 assert(vp->inputs[src->Index] != -1); 127 return vp->inputs[src->Index]; 129 if (src->Index < 0) { 134 return src->Index; 177 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) { 180 assert(dst->Index [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_compiler.c | 126 c->Program.InputsRead |= 1U << inst->U.I.SrcReg[i].Index; 131 c->Program.OutputsWritten |= 1U << inst->U.I.DstReg.Index; 151 if (inst->U.I.SrcReg[i].File == RC_FILE_INPUT && inst->U.I.SrcReg[i].Index == input) { 153 inst->U.I.SrcReg[i].Index = new_input.Index; 160 c->Program.InputsRead |= 1U << new_input.Index; 182 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) { 183 inst->U.I.DstReg.Index = new_output; 205 if (inst->U.I.DstReg.File == RC_FILE_OUTPUT && inst->U.I.DstReg.Index == output) { 207 inst->U.I.DstReg.Index [all...] |
| H A D | radeon_emulate_loops.c | 52 int Index; member in struct:count_inst 94 value->Src->Index != index || 101 inst->U.I.SrcReg[0].Index)){ 107 inst->U.I.SrcReg[0].Index, 123 count_inst->Index != index || 142 inst->U.I.SrcReg[0].Index == count_inst->Index && 146 inst->U.I.SrcReg[1].Index == count_inst->Index && 156 inst->U.I.SrcReg[amnt_src_index].Index)){ [all...] |
| H A D | radeon_emulate_branches.c | 37 unsigned int Index:RC_REGISTER_INDEX_BITS; member in struct:proxy_info 77 inst_mov->U.I.DstReg.Index = rc_find_free_temporary(s->C); 82 inst->U.I.SrcReg[0].Index = inst_mov->U.I.DstReg.Index; 127 proxy->Index = rc_find_free_temporary(sap->S->C); 139 *pindex = proxy->Index; 167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index; 170 inst_mov->U.I.SrcReg[0].Index = index; 186 inst_cmp->U.I.DstReg.Index [all...] |
| H A D | radeon_program_tex.c | 69 inst_mov->U.I.DstReg.Index = temp; 72 inst_mov->U.I.SrcReg[1].Index = 78 inst->U.I.SrcReg[0].Index = temp; 91 inst_rcp->U.I.DstReg.Index = temp; 102 inst_mul->U.I.DstReg.Index = temp; 105 inst_mul->U.I.SrcReg[1].Index = temp; 111 inst->U.I.SrcReg[0].Index = temp; 172 inst->U.I.DstReg.Index = tmp_texsample; 182 inst_rcp->U.I.DstReg.Index = tmp_sum; 193 inst_mul->U.I.DstReg.Index [all...] |
| H A D | r3xx_vertprog.c | 80 return vp->outputs[dst->Index]; 82 return dst->Index; 113 if (a.Index != b.Index) 129 assert(vp->inputs[src->Index] != -1); 130 return vp->inputs[src->Index]; 132 if (src->Index < 0) { 137 return src->Index; 180 if (dst->File == RC_FILE_OUTPUT && vp->outputs[dst->Index] == -1) { 183 assert(dst->Index [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 80 assert(decl->Semantic.Index < 2); 81 ts->front_color_input[decl->Semantic.Index] = decl->Range.First; 82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; 114 decl.Semantic.Index = i; 139 decl.Semantic.Index = 0; 154 inst.Dst[0].Register.Index = ts->new_colors[i]; 157 inst.Src[0].Register.Index = ts->face_input; 159 inst.Src[1].Register.Index = ts->back_color_input[i]; 161 inst.Src[2].Register.Index = ts->front_color_input[i]; 185 if (inst->Src[i].Register.Index [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 80 assert(decl->Semantic.Index < 2); 81 ts->front_color_input[decl->Semantic.Index] = decl->Range.First; 82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; 114 decl.Semantic.Index = i; 139 decl.Semantic.Index = 0; 154 inst.Dst[0].Register.Index = ts->new_colors[i]; 157 inst.Src[0].Register.Index = ts->face_input; 159 inst.Src[1].Register.Index = ts->back_color_input[i]; 161 inst.Src[2].Register.Index = ts->front_color_input[i]; 185 if (inst->Src[i].Register.Index [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 56 /* Index of the pos output, typically 0. */ 58 /* Index of the pos temp where all writes of pos are redirected to. */ 100 decl.Semantic.Index = index; 158 assert(decl->Semantic.Index < 2); 163 if (decl->Semantic.Index == 1 && !vsctx->color_used[0]) { 171 assert(decl->Semantic.Index < 2); 186 if (decl->Semantic.Index == 1 && !vsctx->bcolor_used[0]) { 194 vsctx->last_generic = MAX2(vsctx->last_generic, decl->Semantic.Index); 252 new_inst.Dst[0].Register.Index = vsctx->pos_output; 256 new_inst.Src[0].Register.Index [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_vs_draw.c | 56 /* Index of the pos output, typically 0. */ 58 /* Index of the pos temp where all writes of pos are redirected to. */ 100 decl.Semantic.Index = index; 158 assert(decl->Semantic.Index < 2); 163 if (decl->Semantic.Index == 1 && !vsctx->color_used[0]) { 171 assert(decl->Semantic.Index < 2); 186 if (decl->Semantic.Index == 1 && !vsctx->bcolor_used[0]) { 194 vsctx->last_generic = MAX2(vsctx->last_generic, decl->Semantic.Index); 252 new_inst.Dst[0].Register.Index = vsctx->pos_output; 256 new_inst.Src[0].Register.Index [all...] |