/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
basic_block.cpp | 162 auto ii = insts_.end(); local 163 --ii; 164 if (ii == insts_.begin()) return; 165 --ii; 166 if (ii->opcode() == SpvOpSelectionMerge || ii->opcode() == SpvOpLoopMerge) { 167 ii->ForEachInId([&f](const uint32_t* idp) { f(*idp); });
|
block_merge_pass.cpp | 31 auto ii = bi->end(); local 32 --ii; 33 Instruction* br = &*ii;
|
common_uniform_elim_pass.cpp | 440 for (auto ii = bi->begin(); ii != bi->end(); ++ii) { 441 if (ii->opcode() != SpvOpCompositeExtract) continue; 443 if (ii->NumInOperands() > 2) continue; 444 if (HasUnsupportedDecorates(ii->result_id())) continue; 445 uint32_t compId = ii->GetSingleWordInOperand(kExtractCompositeIdInIdx); 446 uint32_t idx = ii->GetSingleWordInOperand(kExtractIdx0InIdx); 447 comp2idx2inst_[compId][idx].push_back(&*ii); 454 for (auto ii = bi->begin(); ii != bi->end(); ++ii) [all...] |
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Process.c | 306 for (LVM_INT32 ii = 0; ii < NrSamples; ++ii) { 308 if (pScratch[ii] < -1.0) { 309 pScratch[ii] = -1.0; 310 } else if (pScratch[ii] > 1.0) { 311 pScratch[ii] = 1.0;
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
block_merge_pass.cpp | 31 auto ii = bi->end(); local 32 --ii; 33 Instruction* br = &*ii;
|
common_uniform_elim_pass.cpp | 435 for (auto ii = bi->begin(); ii != bi->end(); ++ii) { 436 if (ii->opcode() != SpvOpCompositeExtract) continue; 438 if (ii->NumInOperands() > 2) continue; 439 if (HasUnsupportedDecorates(ii->result_id())) continue; 440 uint32_t compId = ii->GetSingleWordInOperand(kExtractCompositeIdInIdx); 441 uint32_t idx = ii->GetSingleWordInOperand(kExtractIdx0InIdx); 442 comp2idx2inst_[compId][idx].push_back(&*ii); 449 for (auto ii = bi->begin(); ii != bi->end(); ++ii) [all...] |
/external/eigen/bench/btl/actions/ |
action_lu_solve.hh | 85 for (int ii=0;ii<nb_calc;ii++){
|
/external/skia/gm/ |
androidblendmodes.cpp | 32 SkImageInfo ii = SkImageInfo::MakeN32Premul(kBitmapSize, kBitmapSize); variable 34 fCompositeSrc.allocPixels(ii); 44 fCompositeDst.allocPixels(ii);
|
/external/skqp/gm/ |
androidblendmodes.cpp | 32 SkImageInfo ii = SkImageInfo::MakeN32Premul(kBitmapSize, kBitmapSize); variable 34 fCompositeSrc.allocPixels(ii); 44 fCompositeDst.allocPixels(ii);
|
/external/clang/test/CodeGen/ |
tbaa-struct.cpp | 20 int ii; member in struct:B
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
AudioFileOutput.java | 154 for (int ii = startIndex; ii < end; ii += bufferSize) { 159 int index = ii + jj;
|
/external/eigen/bench/btl/libs/blitz/ |
blitz_LU_solve_interface.hh | 158 int ii = 0 ; local 166 if( ii ) { 167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ; 168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ; 169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ; 171 ii = i+1 ;
|
/external/eigen/bench/btl/libs/gmm/ |
gmm_LU_solve_interface.hh | 158 int ii = 0 ; local 166 if( ii ) { 167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ; 168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ; 169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ; 171 ii = i+1 ;
|
/external/eigen/bench/btl/libs/mtl4/ |
mtl4_LU_solve_interface.hh | 158 int ii = 0 ; local 166 if( ii ) { 167 theSum -= matrix_vector_product_sliced(LU, X, i, ii-1, i-1) ; 168 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*X( Range( ii-1, i-1 ) ) ) ; 169 // theSum -= sum( LU( i, Range( ii-1, i-1 ) )*B( Range( ii-1, i-1 ) ) ) ; 171 ii = i+1 ;
|
/external/nist-sip/java/gov/nist/core/ |
MultiValueMapImpl.java | 92 for (int ii = 0; ii < values.length; ii++) { 93 returnList.add(values[ii]);
|
/external/skia/include/core/ |
SkSurfaceCharacterization.h | 98 const SkImageInfo& ii, 108 , fImageInfo(ii) 122 const SkImageInfo& ii, 143 fImageInfo = ii;
|
/external/skia/tests/ |
ApplyGammaTest.cpp | 107 const SkImageInfo ii = SkImageInfo::MakeN32Premul(kW, kH); local 117 bm.installPixels(ii, srcPixels.get(), kRowBytes); 125 sk_sp<SkSurface> dst(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii)); 146 if (!dst->readPixels(ii, read.get(), kRowBytes, 0, 0)) {
|
DeviceTest.cpp | 45 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); 47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii)); 85 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); local 87 sk_sp<SkBaseDevice> gpuDev(SkGpuDevice::Make(context, SkBudgeted::kNo, ii,
|
/external/skqp/include/core/ |
SkSurfaceCharacterization.h | 97 const SkImageInfo& ii, 107 , fImageInfo(ii) 121 const SkImageInfo& ii, 142 fImageInfo = ii;
|
/external/skqp/include/gpu/ |
GrContextThreadSafeProxy.h | 46 * @param ii The image info specifying properties of the SkSurface that 66 const SkImageInfo& ii, const GrBackendFormat& backendFormat,
|
/external/skqp/tests/ |
ApplyGammaTest.cpp | 107 const SkImageInfo ii = SkImageInfo::MakeN32Premul(kW, kH); local 117 bm.installPixels(ii, srcPixels.get(), kRowBytes); 125 sk_sp<SkSurface> dst(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii)); 146 if (!dst->readPixels(ii, read.get(), kRowBytes, 0, 0)) {
|
DeviceTest.cpp | 45 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); 47 sk_sp<SkBaseDevice> bmDev(SkBitmapDevice::Create(ii)); 85 SkImageInfo ii = SkImageInfo::MakeN32Premul(2*kWidth, 2*kHeight); local 87 sk_sp<SkBaseDevice> gpuDev(SkGpuDevice::Make(context, SkBudgeted::kNo, ii,
|
/external/libhevc/common/arm/ |
ihevc_weighted_pred_bi.s | 205 vld1.s16 {d2},[r6],r3 @load and increment the pi2_src_tmp1 ii iteration 207 vld1.s16 {d3},[r8],r4 @load and increment the pi2_src_tmp1 ii iteration 211 vmull.s16 q5,d2,d7[0] @vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) ii iteration 218 vmull.s16 q6,d3,d7[1] @vmull_n_s16(pi2_src2_val2, (int16_t) wgt1) ii iteration 222 vadd.s32 q5,q5,q6 @vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) ii iteration 227 vadd.s32 q5,q5,q15 @vaddq_s32(i4_tmp2_t1, tmp_lvl_shift_t) ii iteration 231 vshl.s32 q5,q5,q14 @vshlq_s32(i4_tmp2_t1, tmp_shift_t) ii iteration 236 vqmovun.s32 d10,q5 @vqmovun_s32(sto_res_tmp1) ii iteration 240 vmov.s32 d11,d10 @vcombine_u16(sto_res_tmp2, sto_res_tmp2) ii iteration 248 vqmovn.u16 d10,q5 @vqmovn_u16(sto_res_tmp3) ii iteratio [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad.cpp | 319 UChar *ii; local 326 ii = ref; 331 tmp = ii[7]; 334 tmp = ii[6]; 337 tmp = ii[5]; 340 tmp = ii[4]; 345 tmp = ii[3]; 348 tmp = ii[2]; 351 tmp = ii[1]; 354 tmp = *ii; [all...] |
/external/deqp-deps/glslang/SPIRV/ |
SpvPostProcess.cpp | 315 for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ii++) 316 unreachableDefinitions.insert(ii->get()->getResultId()); 343 for (auto ii = b->getInstructions().cbegin(); ii != b->getInstructions().cend(); ii++) 344 postProcess(*ii->get());
|