Searched refs:inds (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xset/dist/ |
| H A D | xset.c | 1291 int inds[XkbNumIndicators]; local in function:query 1305 if (XkbGetNamedIndicator(dpy, iatoms[i], &inds[i], 1313 inds[i] = -1; 1333 if (inds[i] != -1) { 1341 inds[i], iatomnames[i],
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 882 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_aos_array 893 inds[i] = indices[i]; 895 inds[i] = linear_inds[i]; 897 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); 926 io_ptrs[i], inds[i], val); 1027 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_clip 1038 inds[i] = lp_build_const_int32(gallivm, i); 1039 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1254 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_aos_array 1265 inds[i] = indices[i]; 1267 inds[i] = linear_inds[i]; 1269 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, ""); 1298 io_ptrs[i], inds[i], val); 1399 LLVMValueRef inds[LP_MAX_VECTOR_WIDTH / 32]; local in function:store_clip 1410 inds[i] = lp_build_const_int32(gallivm, i); 1411 io_ptrs[i] = LLVMBuildGEP(builder, io_ptr, &inds[i], 1, "");
|
Completed in 12 milliseconds