/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.h | 270 Instruction *emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0 = 0, int index0 = 0, TIntermNode *src1 = 0, int index1 = 0, 273 Instruction *emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex);
|
H A D | OutputASM.cpp | 2091 Instruction *OutputASM::emit(sw::Shader::Opcode op, TIntermTyped *dst, int dstIndex, TIntermNode *src0, int index0, TIntermNode *src1, int index1, in emit() argument 2098 destination(instruction->dst, dst, dstIndex); in emit() 2123 Instruction *OutputASM::emitCast(TIntermTyped *dst, int dstIndex, TIntermTyped *src, int srcIndex) in emitCast() argument 2130 case EbtInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2131 case EbtUInt: return emit(sw::Shader::OPCODE_B2I, dst, dstIndex, src, srcIndex); in emitCast() 2132 case EbtFloat: return emit(sw::Shader::OPCODE_B2F, dst, dstIndex, src, srcIndex); in emitCast() 2139 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2140 case EbtFloat: return emit(sw::Shader::OPCODE_I2F, dst, dstIndex, src, srcIndex); in emitCast() 2147 case EbtBool: return emit(sw::Shader::OPCODE_I2B, dst, dstIndex, src, srcIndex); in emitCast() 2148 case EbtFloat: return emit(sw::Shader::OPCODE_U2F, dst, dstIndex, sr in emitCast() 2421 unsigned int dstIndex = registerIndex(&unpackedUniform); source() local [all...] |
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.cpp | 863 size_t dstIndex = 0; 869 dst[dstIndex++] = (c == r ? f32(src) : zero); 873 SkASSERT(dstIndex == dst.slots()); 884 size_t dstIndex = 0; 888 dst[dstIndex++] = src[c * srcType.rows() + r]; 890 dst[dstIndex++] = fBuilder->splat(c == r ? 1.0f : 0.0f); 895 SkASSERT(dstIndex == dst.slots());
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_lens_correction.cpp | 1339 uint32 dstIndex = 0; 1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++) 1419 dPtr [dstIndex] = Pin_real32 (total);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 3476 int32_t dstIndex=0; in unescape() local 3497 if(dstIndex < dstLen){ in unescape() 3499 dst[dstIndex++] = U16_LEAD(c); in unescape() 3500 if(dstIndex<dstLen){ in unescape() 3501 dst[dstIndex]=U16_TRAIL(c); in unescape() 3506 dst[dstIndex]=(UChar)c; in unescape() 3512 dstIndex++; /* for preflighting */ in unescape() 3514 return dstIndex; in unescape()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 6509 * @param dstIndex the index at which to put the first (or only) char 6514 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 6515 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 5678 * @param dstIndex the index at which to put the first (or only) char 5682 public static final int toChars(int cp, char[] dst, int dstIndex) { in toChars() argument 5683 return Character.toChars(cp, dst, dstIndex); in toChars()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 175 int dstIndex = GetFlattenedIndex<colsDst, rowsDst, IsDstColumnMajor>(c, r); in ExpandMatrix() local 177 staging[dstIndex] = static_cast<T>(value[srcIndex]); in ExpandMatrix()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 971 deUint32 dstIndex = j * mipImageSize.width * (outputNumChannels * outputChannelSize) + i * (outputNumChannels * outputChannelSize) + k; in iterate() local 973 data[dstIndex] = paddedData[srcIndex]; in iterate()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 11593 for(size_t dstIndex = 0; dstIndex < nonNullItemCount; ++dstIndex) in CleanupAfterFree() 11599 if(dstIndex != srcIndex) in CleanupAfterFree() 11601 suballocations1st[dstIndex] = suballocations1st[srcIndex]; in CleanupAfterFree()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8499 const auto dstIndex = (dstCoord.y() * fbWidth + dstCoord.x()) * sampleCount + s; 8500 if (outputOriginal[srcIndex] != outputCopied[dstIndex]) 8504 << "result: " << outputCopied[dstIndex] << " expected: " << outputOriginal[srcIndex];
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 8221 const auto dstIndex = (dstCoord.y() * fbWidth + dstCoord.x()) * sampleCount + s; in checkCopyResults() local 8222 if (outputOriginal[srcIndex] != outputCopied[dstIndex]) in checkCopyResults() 8226 << "result: " << outputCopied[dstIndex] << " expected: " << outputOriginal[srcIndex]; in checkCopyResults()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |