/third_party/skia/src/sksl/ir/ |
D | SkSLIndexExpression.cpp | 82 SKSL_INT indexValue = indexExpr->as<Literal>().intValue(); in Convert() local 83 if (index_out_of_range(context, indexValue, *base)) { in Convert() 99 SKSL_INT indexValue = indexExpr->as<Literal>().intValue(); in Make() local 100 if (!index_out_of_range(context, indexValue, *base)) { in Make() 104 return Swizzle::Make(context, std::move(base), ComponentArray{(int8_t)indexValue}); in Make() 116 return arguments[indexValue]->clone(); in Make() 130 indexValue *= vecWidth; in Make() 135 skstd::optional<double> slotVal = baseExpr->getConstantValue(indexValue + slot); in Make()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliterationRuleSet.java | 115 int[] indexValue = new int[n]; in freeze() local 118 indexValue[j] = r.getIndexValue(); in freeze() 123 if (indexValue[j] >= 0) { in freeze() 124 if (indexValue[j] == x) { in freeze()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TransliterationRuleSet.java | 116 int[] indexValue = new int[n]; in freeze() local 119 indexValue[j] = r.getIndexValue(); in freeze() 124 if (indexValue[j] >= 0) { in freeze() 125 if (indexValue[j] == x) { in freeze()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbt_set.cpp | 304 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) ); in freeze() local 306 if (indexValue == 0) { in freeze() 312 indexValue[j] = r->getIndexValue(); in freeze() 317 if (indexValue[j] >= 0) { in freeze() 318 if (indexValue[j] == x) { in freeze() 333 uprv_free(indexValue); in freeze()
|
/third_party/icu/icu4c/source/i18n/ |
D | rbt_set.cpp | 298 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) ); in freeze() local 300 if (indexValue == 0) { in freeze() 306 indexValue[j] = r->getIndexValue(); in freeze() 311 if (indexValue[j] >= 0) { in freeze() 312 if (indexValue[j] == x) { in freeze() 327 uprv_free(indexValue); in freeze()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbt_set.cpp | 298 int16_t* indexValue = (int16_t*) uprv_malloc( sizeof(int16_t) * (n > 0 ? n : 1) ); in freeze() local 300 if (indexValue == 0) { in freeze() 306 indexValue[j] = r->getIndexValue(); in freeze() 311 if (indexValue[j] >= 0) { in freeze() 312 if (indexValue[j] == x) { in freeze() 327 uprv_free(indexValue); in freeze()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndexIndirectLineLoop.comp | 146 uint indexValue; 148 indexValue = GetIndexValue(srcIdx++); 151 firstIndexValue = indexValue; 154 if ((isRestartEnabled == 1) && (indexValue == restartValue)) 167 PutIndexValue(workingCount, indexValue);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | IntTrieBuilder.java | 526 int indexValue = m_index_[ch]; in getDataBlock() local 527 if (indexValue > 0) { in getDataBlock() 528 return indexValue; in getDataBlock() 540 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock, in getDataBlock()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | IntTrieBuilder.java | 524 int indexValue = m_index_[ch]; in getDataBlock() local 525 if (indexValue > 0) { in getDataBlock() 526 return indexValue; in getDataBlock() 538 System.arraycopy(m_data_, Math.abs(indexValue), m_data_, newBlock, in getDataBlock()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/ |
D | ConvertIndexIndirectLineLoop.comp.00000002.inc | 165 // uint indexValue; 167 // indexValue = GetIndexValue(srcIdx ++); 170 // firstIndexValue = indexValue; 173 // if((isRestartEnabled == 1)&&(indexValue == restartValue)) 186 // PutIndexValue(workingCount, indexValue);
|
D | ConvertIndexIndirectLineLoop.comp.00000001.inc | 198 // uint indexValue; 200 // indexValue = GetIndexValue(srcIdx ++); 203 // firstIndexValue = indexValue; 206 // if((isRestartEnabled == 1)&&(indexValue == restartValue)) 219 // PutIndexValue(workingCount, indexValue);
|
D | ConvertIndexIndirectLineLoop.comp.00000000.inc | 198 // uint indexValue; 200 // indexValue = GetIndexValue(srcIdx ++); 203 // firstIndexValue = indexValue; 206 // if((isRestartEnabled == 1)&&(indexValue == restartValue)) 219 // PutIndexValue(workingCount, indexValue);
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie.cpp | 197 int32_t indexValue, newBlock; in utrie_getDataBlock() local 200 indexValue=trie->index[c]; in utrie_getDataBlock() 201 if(indexValue>0) { in utrie_getDataBlock() 202 return indexValue; in utrie_getDataBlock() 214 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH); in utrie_getDataBlock()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie.cpp | 197 int32_t indexValue, newBlock; in utrie_getDataBlock() local 200 indexValue=trie->index[c]; in utrie_getDataBlock() 201 if(indexValue>0) { in utrie_getDataBlock() 202 return indexValue; in utrie_getDataBlock() 214 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH); in utrie_getDataBlock()
|
/third_party/icu/icu4c/source/common/ |
D | utrie.cpp | 197 int32_t indexValue, newBlock; in utrie_getDataBlock() local 200 indexValue=trie->index[c]; in utrie_getDataBlock() 201 if(indexValue>0) { in utrie_getDataBlock() 202 return indexValue; in utrie_getDataBlock() 214 uprv_memcpy(trie->data+newBlock, trie->data-indexValue, 4*UTRIE_DATA_BLOCK_LENGTH); in utrie_getDataBlock()
|
/third_party/spirv-tools/source/opt/ |
D | scalar_replacement_pass.cpp | 343 int64_t indexValue = context() in ReplaceAccessChain() local 347 if (indexValue < 0 || in ReplaceAccessChain() 348 indexValue >= static_cast<int64_t>(replacements.size())) { in ReplaceAccessChain() 353 const Instruction* var = replacements[static_cast<size_t>(indexValue)]; in ReplaceAccessChain()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | scalar_replacement_pass.cpp | 342 int64_t indexValue = context() in ReplaceAccessChain() local 346 if (indexValue < 0 || in ReplaceAccessChain() 347 indexValue >= static_cast<int64_t>(replacements.size())) { in ReplaceAccessChain() 352 const Instruction* var = replacements[static_cast<size_t>(indexValue)]; in ReplaceAccessChain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_replacement_pass.cpp | 342 int64_t indexValue = context() in ReplaceAccessChain() local 346 if (indexValue < 0 || in ReplaceAccessChain() 347 indexValue >= static_cast<int64_t>(replacements.size())) { in ReplaceAccessChain() 352 const Instruction* var = replacements[static_cast<size_t>(indexValue)]; in ReplaceAccessChain()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineInputAssemblyTests.cpp | 80 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue); 346 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() argument 349 return indexValue == s_restartIndex16; in isRestartIndex() 351 return indexValue == s_restartIndex8; in isRestartIndex() 353 return indexValue == s_restartIndex32; in isRestartIndex()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 919 int indexValue = -1; in indexSlotOffset() local 920 SkAssertResult(fBuilder->allImm(index[0], &indexValue)); in indexSlotOffset() 925 indexValue = SkTPin(indexValue, 0, expr.base()->type().columns() - 1); in indexSlotOffset() 928 return indexValue * stride; in indexSlotOffset()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 395 int indexValue = 0; in handleBracketDereference() local 397 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst(); in handleBracketDereference() 425 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 426 return intermediate.foldDereference(base, indexValue, loc); in handleBracketDereference() 454 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 459 base->getWritableType().updateImplicitArraySize(indexValue + 1); in handleBracketDereference() 467 arraySizes.setDimSize(1, std::max(arraySizes.getDimSize(1), indexValue + 1)); in handleBracketDereference() 472 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 806 int indexValue = 0; in handleBracketDereference() local 808 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst(); in handleBracketDereference() 820 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 821 return intermediate.foldDereference(base, indexValue, loc); in handleBracketDereference() 826 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference() 834 result = flattenAccess(base, indexValue); in handleBracketDereference() 839 base->getWritableType().updateImplicitArraySize(indexValue + 1); in handleBracketDereference() 841 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 90 unsigned int indexValue = in DrawPoints() local 92 device->DrawPrimitive(D3DPT_POINTLIST, indexValue, 1); in DrawPoints()
|