Home
last modified time | relevance | path

Searched refs:indexValue (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLIndexExpression.cpp82 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/
H A DTransliterationRuleSet.java115 int[] indexValue = new int[n]; in freeze()
118 indexValue[j] = r.getIndexValue(); in freeze()
123 if (indexValue[j] >= 0) { in freeze()
124 if (indexValue[j] == x) { in freeze()
128 // If the indexValue is < 0, then the first key character is in freeze()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterationRuleSet.java116 int[] indexValue = new int[n]; in freeze()
119 indexValue[j] = r.getIndexValue(); in freeze()
124 if (indexValue[j] >= 0) { in freeze()
125 if (indexValue[j] == x) { in freeze()
129 // If the indexValue is < 0, then the first key character is in freeze()
/third_party/icu/icu4c/source/i18n/
H A Drbt_set.cpp298 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()
316 // If the indexValue is < 0, then the first key character is in freeze()
327 uprv_free(indexValue); in freeze()
/third_party/node/deps/icu-small/source/i18n/
H A Drbt_set.cpp298 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()
316 // If the indexValue is < 0, then the first key character is in freeze()
327 uprv_free(indexValue); in freeze()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbt_set.cpp304 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()
322 // If the indexValue is < 0, then the first key character is in freeze()
333 uprv_free(indexValue); in freeze()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIntTrieBuilder.java524 int indexValue = m_index_[ch]; in getDataBlock()
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/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DIntTrieBuilder.java526 int indexValue = m_index_[ch]; in getDataBlock()
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/icu4c/source/common/
H A Dutrie.cpp197 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/node/deps/icu-small/source/common/
H A Dutrie.cpp197 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/
H A Dutrie.cpp197 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/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp342 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/
H A Dscalar_replacement_pass.cpp342 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/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp343 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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp90 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
369 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() argument
372 return indexValue == s_restartIndex16; in isRestartIndex()
374 return indexValue == s_restartIndex8; in isRestartIndex()
376 return indexValue == s_restartIndex32; in isRestartIndex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp89 static bool isRestartIndex (VkIndexType indexType, deUint32 indexValue);
371 bool InputAssemblyTest::isRestartIndex (VkIndexType indexType, deUint32 indexValue) in isRestartIndex() argument
374 return indexValue == s_restartIndex16; in isRestartIndex()
376 return indexValue == s_restartIndex8; in isRestartIndex()
378 return indexValue == s_restartIndex32; in isRestartIndex()
/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.cpp919 int indexValue = -1;
920 SkAssertResult(fBuilder->allImm(index[0], &indexValue));
925 indexValue = SkTPin(indexValue, 0, expr.base()->type().columns() - 1);
928 return indexValue * stride;
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp530 int indexValue = 0; in handleBracketDereference() local
532 indexValue = index->getAsConstantUnion()->getConstArray()[0].getIConst(); in handleBracketDereference()
560 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
561 return intermediate.foldDereference(base, indexValue, loc); in handleBracketDereference()
587 checkIndex(loc, base->getType(), indexValue); in handleBracketDereference()
591 base->getWritableType().updateImplicitArraySize(indexValue + 1); in handleBracketDereference()
594 indexValue >= resources.maxClipDistances) { in handleBracketDereference()
595 error(loc, "gl_ClipDistance", "[", "array index out of range '%d'", indexValue); in handleBracketDereference()
598 indexValue >= resources.maxCullDistances) { in handleBracketDereference()
599 error(loc, "gl_CullDistance", "[", "array index out of range '%d'", indexValue); in handleBracketDereference()
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp806 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/
H A DRenderer9.cpp90 unsigned int indexValue = in DrawPoints() local
92 device->DrawPrimitive(D3DPT_POINTLIST, indexValue, 1); in DrawPoints()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 46 milliseconds