Searched refs:lindex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c856 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); local in function:get_file_ptr
860 gep[1] = lindex;
863 return LLVMBuildGEP(builder, var_of_array, &lindex, 1, "");
1466 LLVMValueRef lindex = lp_build_const_int32(gallivm, local in function:emit_fetch_input
1469 bld->inputs_array, &lindex, 1, "");
3746 LLVMValueRef lindex = local in function:emit_prologue
3750 &lindex, 1, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c467 LLVMValueRef lindex = lp_build_const_int32(bld->bld_base.base.gallivm, index * 4 + chan); local in function:get_file_ptr
471 gep[1] = lindex;
474 return LLVMBuildGEP(builder, var_of_array, &lindex, 1, "");
1077 LLVMValueRef lindex = lp_build_const_int32(gallivm, local in function:emit_fetch_input
1080 bld->inputs_array, &lindex, 1, "");
4310 LLVMValueRef lindex = local in function:emit_prologue
4314 &lindex, 1, "");
H A Dlp_bld_nir_soa.c447 LLVMValueRef lindex = lp_build_const_int32(gallivm, local in function:emit_load_var
450 bld->inputs_array, lindex);
1855 LLVMValueRef lindex = local in function:emit_prologue
1859 &lindex, 1, "");
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c10290 unsigned int lindex; local in function:SetPhaseIncr
10298 lindex = GetOEMTVPtr661_2_OLD(SiS_Pr) & 0xffff;
10299 lindex <<= 2;
10301 SiS_SetReg(SiS_Pr->SiS_Part2Port,i,SiS_TVPhase[lindex + j]);

Completed in 28 milliseconds