/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 385 // \todo [2015-10-08 elecro] for some reason we get better when using RGBA texture even in RGB case, this needs to be investigated 1081 if(m_externalCommandPool.get() != DE_NULL) 1082 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, *buffer, bufferSize, copyRegions, DE_NULL, aspectMask, mipLevels, arrayLayers, destImage, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, &(m_externalCommandPool.get()->get())); 1108 if (m_externalCommandPool.get() == DE_NULL) 1117 activeCmdPool = m_externalCommandPool.get()->get(); 1185 submitCommandsAndWait(vk, vkDevice, queue, cmdBuffer.get()); 1698 ? mapSampler(refSampler, texFormat, minMaxLod.get().minLod, minMaxLod.get() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleTests.cpp | 2293 return tcu::TestStatus::fail("Did not get any covered pixel, cannot test minSampleShading"); 2359 return tcu::TestStatus::fail("Did not get any covered pixel, cannot test minSampleShadingDisabled"); 4113 &m_copySampleDesciptorLayout.get(), // const VkDescriptorSetLayout* pSetLayouts; 4121 m_vertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_vert"), 0); 4122 m_fragmentShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("color_frag"), 0); 4126 m_copySampleVertexShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("quad_vert"), 0); 4127 m_copySampleFragmentShaderModule = ShaderWrapper(vk, vkDevice, m_context.getBinaryCollection().get("copy_sample_frag"), 0); 4365 &m_copySampleDesciptorLayout.get(), // const VkDescriptorSetLayout* pSetLayouts 4580 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), &vertexBufferOffset); 4591 vk.cmdBindVertexBuffers(*m_cmdBuffer, 0, 1, &m_vertexBuffer.get(), [all...] |
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 291 child_args = q.get() 406 self.assertEqual(q.get(), args[1:]) 407 self.assertEqual(q.get(), kwargs) 408 self.assertEqual(q.get(), p.name) 410 self.assertEqual(q.get(), current.authkey) 411 self.assertEqual(q.get(), p.pid) 431 child_mainthread_native_id = q.get() 586 q.get() 666 self.assertEqual(q.get(), 5) 696 fd_counts = [q.get() fo [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 625 const MCInstrDesc &D = HII.get(Opc); 1348 BuildMI(B, At, DL, HII.get(TargetOpcode::COPY), NewR) 1415 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrsi), Reg) 1422 BuildMI(B, At, DL, HII.get(Hexagon::A2_tfrpi), Reg) 1431 BuildMI(B, At, DL, HII.get(Opc), Reg) 1437 BuildMI(B, At, DL, HII.get(Hexagon::CONST64), Reg) 1450 BuildMI(B, At, DL, HII.get(Opc), Reg); 1611 BuildMI(B, At, DL, HII.get(TargetOpcode::COPY), NewR) 1613 BT.put(BitTracker::RegisterRef(NewR), BT.get(MR)); 1630 BuildMI(B, At, DL, HII.get(TargetOpcod [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | BinaryWriter.java | 216 writeInt32(list.get(i)); in writeInt32List_Internal() 223 writeInt32(fieldNumber, list.get(i)); in writeInt32List_Internal() 262 writeFixed32(list.get(i)); in writeFixed32List_Internal() 269 writeFixed32(fieldNumber, list.get(i)); in writeFixed32List_Internal() 314 writeVarint64(list.get(i)); in writeUInt64List_Internal() 321 writeUInt64(fieldNumber, list.get(i)); in writeUInt64List_Internal() 360 writeFixed64(list.get(i)); in writeFixed64List_Internal() 367 writeFixed64(fieldNumber, list.get(i)); in writeFixed64List_Internal() 406 writeFixed32(Float.floatToRawIntBits(list.get(i))); in writeFloatList_Internal() 413 writeFloat(fieldNumber, list.get( in writeFloatList_Internal() [all...] |
/third_party/gn/src/base/ |
H A D | environment.cc | 69 reinterpret_cast<LPWSTR>(value.get()), value_length); in GetVarImpl() 70 *result = UTF16ToUTF8(value.get()); in GetVarImpl() 229 reinterpret_cast<char*>(&result.get()[result_indices.size() + 1]); in AlterEnvironment()
|
/third_party/benchmark/test/ |
H A D | string_util_gtest.cc | 194 std::string str = benchmark::HumanReadableNumber(std::get<0>(GetParam()), in TEST_P() 195 std::get<1>(GetParam())); in TEST_P() 196 ASSERT_THAT(str, ::testing::MatchesRegex(std::get<2>(GetParam()))); in TEST_P()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationLoader.java | 130 collations = bundle.get("collations"); in loadTailoring() 202 UResourceBundle binary = data.get("%%CollationBin"); in loadTailoring() 213 t.setRulesResource(data.get("Sequence")); in loadTailoring()
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF32.java | 91 toUBytesArray[toULength++] = source.get(); in decodeLoop() 116 // too bad we have to get ignore it now (like it was unwanted or something) in decodeLoop() 132 toUBytesArray[toULength++] = source.get(); in decodeLoop() 213 cr = encodeChar(source, target, offsets, source.get()); in encodeLoop() 235 /* We cannot get any larger than 10FFFF because we are coming from UTF-16 */ in encodeChar()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | EraRules.java | 41 UResourceBundle calendarDataRes = supplementalDataRes.get("calendarData"); in getInstance() 42 UResourceBundle calendarTypeRes = calendarDataRes.get(calType.getId()); in getInstance() 43 UResourceBundle erasRes = calendarTypeRes.get("eras"); in getInstance()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 69 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher() 166 Iterator<CurrencyStringInfo> values = longNameTrie.get(segment, 0, trieOutput); in matchCurrency() 169 values = symbolTrie.get(segment, 0, trieOutput); in matchCurrency()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | CurrencyPluralInfo.java | 28 * If you need to change any of these symbols, you can get the 121 String currencyPluralPattern = pluralCountToCurrencyUnitPattern.get(pluralCount); in getCurrencyPluralPattern() 125 currencyPluralPattern = pluralCountToCurrencyUnitPattern.get("other"); in getCurrencyPluralPattern() 207 String currencyPattern = pluralCountToCurrencyUnitPattern.get(pluralCount); in clone()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | CalendarICU.java | 103 public int get(int field) { in get() method in CalendarICU 105 return fIcuCal.get(field); in get() 126 int fieldVal = get(field); in getDisplayName()
|
/third_party/PyYAML/lib/yaml/ |
H A D | resolver.py | 146 resolvers = self.yaml_implicit_resolvers.get('', []) 148 resolvers = self.yaml_implicit_resolvers.get(value[0], []) 149 wildcard_resolvers = self.yaml_implicit_resolvers.get(None, [])
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorDisorderedMarksTest.java | 92 UnicodeSet trailSet = leadToTrail.get(first); in disorderedMarksAddAll() 99 UnicodeSet sourcesSet = leadToSources.get(first); in disorderedMarksAddAll() 110 UnicodeSet trailSet = leadToTrail.get(lead); in disorderedMarksAddAll()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleData.java | 130 .filter(e -> getSourceData().get(e.getKey()) != null) in AltData() 138 CldrPath altPath = altPaths.get(value.getPath()); in filter() 140 CldrValue altValue = getSourceData().get(altPath); in filter()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | RegexTransformer.java | 82 if (!prefixMap.get(value.getDataType()).contains(pathPrefix)) { in transform() 90 for (Rule rule : rulesMap.get(pathPrefix)) { in transform() 118 // Note that the full path we get here contains the "sort index" suffix for ORDERED 139 .map(Optional::get) in getFallbackResultsFor()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorDisorderedMarksTest.java | 89 UnicodeSet trailSet = leadToTrail.get(first); in disorderedMarksAddAll() 96 UnicodeSet sourcesSet = leadToSources.get(first); in disorderedMarksAddAll() 107 UnicodeSet trailSet = leadToTrail.get(lead); in disorderedMarksAddAll()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationLoader.java | 132 collations = bundle.get("collations"); in loadTailoring() 204 UResourceBundle binary = data.get("%%CollationBin"); in loadTailoring() 215 t.setRulesResource(data.get("Sequence")); in loadTailoring()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | CombinedCurrencyMatcher.java | 71 String pluralKeyword = StandardPlural.VALUES.get(i).getKeyword(); in CombinedCurrencyMatcher() 168 Iterator<CurrencyStringInfo> values = longNameTrie.get(segment, 0, trieOutput); in matchCurrency() 171 values = symbolTrie.get(segment, 0, trieOutput); in matchCurrency()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CurrencyPluralInfo.java | 29 * If you need to change any of these symbols, you can get the 112 String currencyPluralPattern = pluralCountToCurrencyUnitPattern.get(pluralCount); in getCurrencyPluralPattern() 116 currencyPluralPattern = pluralCountToCurrencyUnitPattern.get("other"); in getCurrencyPluralPattern() 191 String currencyPattern = pluralCountToCurrencyUnitPattern.get(pluralCount); in clone()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | EraRules.java | 43 UResourceBundle calendarDataRes = supplementalDataRes.get("calendarData"); in getInstance() 44 UResourceBundle calendarTypeRes = calendarDataRes.get(calType.getId()); in getInstance() 45 UResourceBundle erasRes = calendarTypeRes.get("eras"); in getInstance()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationiterator.h | 88 inline int64_t get(int32_t i) const { return buffer[i]; } in get() function in CollationIterator::CEBuffer 132 return ceBuffer.get(cesIndex++); in nextCE() 197 return ceBuffer.get(i); in getCE()
|
/third_party/jsframework/runtime/main/reactivity/ |
H A D | observer.js | 140 const getter = property && property.get; 147 get: function reactiveGetter () { 251 get: function proxyGetter () {
|
/third_party/node/lib/internal/cluster/ |
H A D | child.js | 81 let indexSet = indexes.get(indexesKey); 130 const indexSet = indexes.get(indexesKey); 199 // So it is ok if the close message get lost. 230 const server = handles.get(key);
|