| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | cluster.c | 27 return TO_BROTLI_BOOL((p1->idx2 - p1->idx1) > (p2->idx2 - p2->idx1));
|
| H A D | cluster.h | 23 uint32_t idx2; member in struct:HistogramPair
|
| H A D | cluster_inc.h | 12 /* Computes the bit cost reduction by combining out[idx1] and out[idx2] and if 13 it is below a threshold, stores the pair (idx1, idx2) in the *pairs queue. */ 16 uint32_t idx2, size_t max_num_pairs, HistogramPair* pairs, 20 p.idx1 = p.idx2 = 0; 22 if (idx1 == idx2) { 25 if (idx2 < idx1) { 26 uint32_t t = idx2; 27 idx2 = idx1; 31 p.idx2 = idx2; [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | cva_huge.c | 105 unsigned idx2 = (nr_indices_in_strip - i - 2) + (strip + local in function:generate_indices 110 indices[idx2] = i/2 + (strip + 1)*nr_verts_in_row; 111 indices[idx2 + 1] = i/2 + (strip + 2)*nr_verts_in_row;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_tess_io.cpp | 96 auto idx2 = nir_src_as_const_value(op->src[1]); local in function:emil_lsd_in_addr 97 if (!idx2 || idx2->u32 != 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 917 SmallVector<Constant*, 8> idx2; local in function:SwrJit::Builder::VINSERTI128 920 idx2.push_back(C(flag ? i : i + mVWidth)); 924 idx2.push_back(C(flag ? i + mVWidth / 2 : i)); 926 return VSHUFFLE(a, inter, ConstantVector::get(idx2));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 182 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); local in function:lp_twoside 188 a0_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v0, &idx2, 1, ""), "v0a_back"); 189 a1_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v1, &idx2, 1, ""), "v1a_back"); 190 a2_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v2, &idx2, 1, ""), "v2a_back");
|
| H A D | lp_state_fs.c | 1689 unsigned idx1 = i, idx2 = i; local in function:convert_alpha 1693 idx2 = idx1 + 1; 1698 src_alpha[idx2],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_setup.c | 183 LLVMValueRef idx2 = lp_build_const_int32(gallivm, bcolor_slot); local in function:lp_twoside 189 a0_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v0, &idx2, 1, ""), "v0a_back"); 190 a1_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v1, &idx2, 1, ""), "v1a_back"); 191 a2_back = LLVMBuildLoad(b, LLVMBuildGEP(b, args->v2, &idx2, 1, ""), "v2a_back");
|
| H A D | lp_state_fs.c | 2273 unsigned idx1 = i, idx2 = i; local in function:convert_alpha 2277 idx2 = idx1 + 1; 2282 src_alpha[idx2],
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 722 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+3; local in function:ImDrawList::AddPolyline 739 _IdxWritePtr[0] = (ImDrawIdx)(idx2+0); _IdxWritePtr[1] = (ImDrawIdx)(idx1+0); _IdxWritePtr[2] = (ImDrawIdx)(idx1+2); 740 _IdxWritePtr[3] = (ImDrawIdx)(idx1+2); _IdxWritePtr[4] = (ImDrawIdx)(idx2+2); _IdxWritePtr[5] = (ImDrawIdx)(idx2+0); 741 _IdxWritePtr[6] = (ImDrawIdx)(idx2+1); _IdxWritePtr[7] = (ImDrawIdx)(idx1+1); _IdxWritePtr[8] = (ImDrawIdx)(idx1+0); 742 _IdxWritePtr[9] = (ImDrawIdx)(idx1+0); _IdxWritePtr[10]= (ImDrawIdx)(idx2+0); _IdxWritePtr[11]= (ImDrawIdx)(idx2+1); 745 idx1 = idx2; 777 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+4; local in function:ImDrawList::AddPolyline 800 _IdxWritePtr[0] = (ImDrawIdx)(idx2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 722 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+3; local in function:ImDrawList::AddPolyline 739 _IdxWritePtr[0] = (ImDrawIdx)(idx2+0); _IdxWritePtr[1] = (ImDrawIdx)(idx1+0); _IdxWritePtr[2] = (ImDrawIdx)(idx1+2); 740 _IdxWritePtr[3] = (ImDrawIdx)(idx1+2); _IdxWritePtr[4] = (ImDrawIdx)(idx2+2); _IdxWritePtr[5] = (ImDrawIdx)(idx2+0); 741 _IdxWritePtr[6] = (ImDrawIdx)(idx2+1); _IdxWritePtr[7] = (ImDrawIdx)(idx1+1); _IdxWritePtr[8] = (ImDrawIdx)(idx1+0); 742 _IdxWritePtr[9] = (ImDrawIdx)(idx1+0); _IdxWritePtr[10]= (ImDrawIdx)(idx2+0); _IdxWritePtr[11]= (ImDrawIdx)(idx2+1); 745 idx1 = idx2; 777 unsigned int idx2 = (i1+1) == points_count ? _VtxCurrentIdx : idx1+4; local in function:ImDrawList::AddPolyline 800 _IdxWritePtr[0] = (ImDrawIdx)(idx2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 1014 SmallVector<Constant*, 8> idx2; local in function:SwrJit::Builder::VINSERTI128 1017 idx2.push_back(C(flag ? i : i + mVWidth)); 1021 idx2.push_back(C(flag ? i + mVWidth / 2 : i)); 1023 return VSHUFFLE(a, inter, ConstantVector::get(idx2));
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | init.c | 2237 unsigned short *idx2) 2245 (*idx2) = (unsigned short)(ThTiming[((temp2 >> 3) | temp1) & 0x07]); 2252 SiS_GetFIFOThresholdA300(unsigned short idx1, unsigned short idx2) argument 2260 return (unsigned short)((ThLowA[idx1 + 1] * idx2) + ThLowA[idx1]); 2264 SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2) argument 2272 return (unsigned short)((ThLowB[idx1 + 1] * idx2) + ThLowB[idx1]); 2279 unsigned short idx1, idx2; local in function:SiS_DoCalcDelay 2282 SiS_GetFIFOThresholdIndex300(SiS_Pr, &idx1, &idx2); 2285 longtemp *= SiS_GetFIFOThresholdA300(idx1, idx2); 2287 longtemp *= SiS_GetFIFOThresholdB300(idx1, idx2); 2236 SiS_GetFIFOThresholdIndex300(struct SiS_Private * SiS_Pr,unsigned short * idx1,unsigned short * idx2) argument [all...] |
| H A D | init.h | 1572 unsigned short *idx2); 1573 unsigned short SiS_GetFIFOThresholdB300(unsigned short idx1, unsigned short idx2);
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psintrp.c | 1738 FT_Int idx2; local in function:cf2_interpT2CharString 1775 idx2 = ( idx > 3 ? idx - 3 : idx ) * 2; 1777 flexStore[idx2 - 2] = curX; 1778 flexStore[idx2 - 1] = curY;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnn.c | 1103 int idx2 = nvars; local in function:prepvarinfo 1105 idx2 = findvidx(db, varset, second); 1107 idx2++; 1109 if (idx1 != -1 && idx2 != -1) 1110 for (i = idx1; i < idx2; i++)
|