Searched refs:dstIdx (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/relationals/ |
D | test_shuffles.cpp | 831 unsigned int srcIdx, dstIdx, typeIndex; in test_shuffle_random() local 856 for( dstIdx = 0; vecSizes[ dstIdx ] != 0 /*&& error == 0*/; dstIdx++ ) in test_shuffle_random() 859 ( ( vecSizes[ dstIdx ] & 1 ) || ( vecSizes[ srcIdx ] & 1 ) ) ) in test_shuffle_random() 865 …peIndex ] ) , vecSizes[srcIdx], get_explicit_type_name( vecType[ typeIndex ] ) , vecSizes[dstIdx]); in test_shuffle_random() 866 …uffer( context, queue, vecType[ typeIndex ], vecSizes[ srcIdx ], vecSizes[ dstIdx ], shuffleMode ); in test_shuffle_random() 874 … build_random_shuffle_order( dst, vecSizes[ dstIdx ], vecSizes[ srcIdx ], true, d ); in test_shuffle_random() 878 … build_random_shuffle_order(dst, vecSizes[dstIdx], 2*vecSizes[srcIdx], true, d); in test_shuffle_random() 882 … build_random_shuffle_order( src, vecSizes[ dstIdx ], vecSizes[ srcIdx ], true, d ); in test_shuffle_random() 883 … build_random_shuffle_order( dst, vecSizes[ dstIdx ], vecSizes[ dstIdx ], false, d ); in test_shuffle_random()
|
/external/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 293 auto dstIdx = 0; in blur_one_direction() local 300 while (dstIdx < srcIdx) { in blur_one_direction() 304 dstIdx++; in blur_one_direction() 309 while (dstIdx > srcIdx) { in blur_one_direction() 319 while (dstIdx < loopEnd) { in blur_one_direction() 325 dstIdx++; in blur_one_direction() 331 while (dstIdx < loopEnd) { in blur_one_direction() 335 dstIdx++; in blur_one_direction()
|
/external/skqp/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 340 auto dstIdx = 0; in blur_one_direction() local 347 while (dstIdx < srcIdx) { in blur_one_direction() 351 dstIdx++; in blur_one_direction() 356 while (dstIdx > srcIdx) { in blur_one_direction() 366 while (dstIdx < loopEnd) { in blur_one_direction() 372 dstIdx++; in blur_one_direction() 378 while (dstIdx < loopEnd) { in blur_one_direction() 382 dstIdx++; in blur_one_direction()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 331 uint32_t dstIdx = 0; 360 memcpy(&dstPtr[dstIdx], primIndicies, (indicesPerPrimitive) * sizeof(uint32_t)); 361 dstIdx += indicesPerPrimitive; 365 *indicesGenerated = dstIdx; 399 // dstIdx : value of index to be written to dest buffer 400 uint32_t dstIdx = lineLoopFirstIdx; 401 memcpy(&dstPtr[lineLoopFirstIdxLoc], &dstIdx, sizeof(dstIdx)); 413 dstIdx = lineLoopFirstIdx; 414 memcpy(&dstPtr[dstWritten++], &dstIdx, sizeof(dstIdx)); 421 dstIdx = srcIdx; [all …]
|
/external/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 345 TypeIndex dstIdx = tpiMap[srcIdx++]; in mergeDebugT() local 348 if (dstIdx.isSimple()) in mergeDebugT() 352 ++counts[dstIdx.toArrayIndex()]; in mergeDebugT()
|