/third_party/spirv-tools/test/opt/ |
H A D | redundancy_elimination_test.cpp | 30 // Test that it can get a simple case of local redundancy elimination. 232 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 270 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 273 // Test that it can get a simple case of local redundancy elimination
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
H A D | eglwLibrary.cpp | 85 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::CoreLoader 114 GenericFuncType get (const char* name) const in get() function in eglw::__anon30233::ExtLoader
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.hpp | 55 eglw::EGLSurface get (void) const { return **m_surface; } in get() function in deqp::egl::Image::ManagedSurface 67 virtual eglw::EGLClientBuffer get (void) const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 118 // correct, but we may not get as "far up" as possible to get which access is 392 CurAST.get(), MSSAU.get(), &SafetyInfo, Flags, ORE); in runOnLoop() 397 CurAST.get(), MSSAU.get(), SE, &SafetyInfo, Flags, ORE); in runOnLoop() 434 if (!CurAST.get()) in runOnLoop() 435 CurAST = collectAliasInfoForLoopWithMSSA(L, AA, MSSAU.get()); in runOnLoop() 456 DT, TLI, L, CurAST.get(), MSSAU.get(), in runOnLoop() [all...] |
/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | camera_hdi_uttest_v1_3.cpp | 49 common_metadata_header_t* data = ability->get();
in IsTagValueExistsU8() 67 common_metadata_header_t* data = ability->get();
in PrintAllTagDataU8() 143 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 291 common_metadata_header_t* data = cameraTest->deviceCallback->resultMeta->get();
in SuperSlowMotionStatusCallback() 320 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 388 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 471 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 510 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 546 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 586 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get();
in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | util.S | 9 | get_fline: get user's opcode word 106 movew CMDREG3B(%a6),%d0 |get the command word 112 movew CMDREG3B(%a6),%d0 |get the command word again 121 movew CMDREG1B(%a6),%d0 |get command word 127 movew CMDREG1B(%a6),%d0 |again get the command word 168 bsr g_dfmtou |get dest fmt in d0{1:0} 301 | get_fline --- get f-line opcode of interrupted instruction 322 | get rounding precision (cmdreg3b{6:5}) 325 | get destination format - this is the also the rounding precision 344 bsr g_opcls |get opclas [all...] |
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | util.S | 9 | get_fline: get user's opcode word 106 movew CMDREG3B(%a6),%d0 |get the command word 112 movew CMDREG3B(%a6),%d0 |get the command word again 121 movew CMDREG1B(%a6),%d0 |get command word 127 movew CMDREG1B(%a6),%d0 |again get the command word 168 bsr g_dfmtou |get dest fmt in d0{1:0} 301 | get_fline --- get f-line opcode of interrupted instruction 322 | get rounding precision (cmdreg3b{6:5}) 325 | get destination format - this is the also the rounding precision 344 bsr g_opcls |get opclas [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | prodigy_hifi.c | 111 * get the current register value of WM codec 294 .get = ak4396_dac_vol_get, 751 .get = wm_master_vol_get, 761 .get = wm_dac_vol_get, 771 .get = wm8766_vol_get, 782 .get = wm8766_vol_get, 793 .get = wm8766_vol_get, 804 .get = wm8766_vol_get, 815 .get = wm_adc_vol_get, 823 .get [all...] |
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_mixer.c | 181 .get = pcxhr_analog_vol_get, 229 .get = pcxhr_audio_sw_get, 407 .get = pcxhr_pcm_vol_get, 455 .get = pcxhr_pcm_sw_get, 505 .get = pcxhr_monitor_vol_get, 556 .get = pcxhr_monitor_sw_get, 691 .get = pcxhr_audio_src_get, 792 .get = pcxhr_clock_type_get, 837 .get = pcxhr_clock_rate_get, 1012 .get [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 52 u32 get; member 735 if (buffer->get == buffer->put) { in nouveau_svm_fault() 737 buffer->get = nvif_rd32(device, buffer->getaddr); in nouveau_svm_fault() 738 if (buffer->get == buffer->put) in nouveau_svm_fault() 743 SVM_DBG(svm, "get %08x put %08x", buffer->get, buffer->put); in nouveau_svm_fault() 744 while (buffer->get != buffer->put) { in nouveau_svm_fault() 745 nouveau_svm_fault_cache(svm, buffer, buffer->get * 0x20); in nouveau_svm_fault() 746 if (++buffer->get == buffer->entries) in nouveau_svm_fault() 747 buffer->get in nouveau_svm_fault() [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | prodigy_hifi.c | 111 * get the current register value of WM codec 294 .get = ak4396_dac_vol_get, 751 .get = wm_master_vol_get, 761 .get = wm_dac_vol_get, 771 .get = wm8766_vol_get, 782 .get = wm8766_vol_get, 793 .get = wm8766_vol_get, 804 .get = wm8766_vol_get, 815 .get = wm_adc_vol_get, 823 .get [all...] |
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_mixer.c | 181 .get = pcxhr_analog_vol_get, 229 .get = pcxhr_audio_sw_get, 407 .get = pcxhr_pcm_vol_get, 455 .get = pcxhr_pcm_sw_get, 505 .get = pcxhr_monitor_vol_get, 556 .get = pcxhr_monitor_sw_get, 691 .get = pcxhr_audio_src_get, 792 .get = pcxhr_clock_type_get, 837 .get = pcxhr_clock_rate_get, 1012 .get [all...] |
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/ |
H A D | camera_hdi_test_v1_3.cpp | 44 common_metadata_header_t* data = ability->get();
in g_IsTagValueExistsU8() 71 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 99 common_metadata_header_t* data = cameraTest->deviceCallback->resultMeta->get();
in HWTEST_F() 132 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 281 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 305 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 341 common_metadata_header_t* callbackData = cameraTest->deviceCallback->resultMeta->get();
in HWTEST_F() 445 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 588 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() 628 common_metadata_header_t* data = cameraTest->ability->get();
in HWTEST_F() [all...] |
/third_party/gn/src/gn/ |
H A D | desc_builder.cc | 253 FillInConfigVector(configs.get(), config_->configs().vector()); in BuildDescription() 290 FillInPrecompiledHeader(res.get(), values); in BuildDescription() 430 FillInConfigVector(configs.get(), target_->configs().vector()); in BuildDescription() 436 FillInConfigVector(configs.get(), target_->public_configs()); in BuildDescription() 444 FillInConfigVector(configs.get(), target_->all_dependent_configs()); in BuildDescription() 484 FillInOutputs(res.get()); in BuildDescription() 489 FillInSourceOutputs(res.get()); in BuildDescription() 492 FillInBundle(res.get()); in BuildDescription() 545 FillInPrecompiledHeader(res.get(), target_->config_values()); in BuildDescription() 589 // Libs can be part of any target and get recursivel in BuildDescription() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 117 return Collation.isAssignedCE32(trie.get(c)); in isAssigned() 183 int oldCE32 = trie.get(c); in addCE32() 276 int ce32 = trie.get(c); in optimize() 291 int ce32 = trie.get(c); in suppressContractions() 437 return conditionalCE32s.get(index); in getConditionalCE32() 800 int ce32 = trie.get(jamo); in getJamoCE32s() 864 int ce32 = trie.get(c); in setDigitTags() 963 ce32s.setElementAt(trie.get(0), 0); in buildMappings() 996 int ce32 = trie.get(iter.codepoint); in clearContexts() 1010 int ce32 = trie.get( in buildContexts() [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.cc | 224 all_ssl_ctx_, indexed_ssl_ctx_, cert_tree_.get() in create_single_worker() 234 quic_all_ssl_ctx_, quic_indexed_ssl_ctx_, quic_cert_tree_.get() in create_single_worker() 285 loop_, sv_ssl_ctx, cl_ssl_ctx, session_cache_ssl_ctx, cert_tree_.get(), in create_single_worker() 287 quic_sv_ssl_ctx, quic_cert_tree_.get(), cid_prefix.data(), in create_single_worker() 315 all_ssl_ctx_, indexed_ssl_ctx_, cert_tree_.get() in create_worker_thread() 325 quic_all_ssl_ctx_, quic_indexed_ssl_ctx_, quic_cert_tree_.get() in create_worker_thread() 389 loop, sv_ssl_ctx, cl_ssl_ctx, session_cache_ssl_ctx, cert_tree_.get(), in create_worker_thread() 391 quic_sv_ssl_ctx, quic_cert_tree_.get(), cid_prefix.data(), in create_worker_thread() 497 tls::accept_connection(single_worker_.get(), fd, addr, addrlen, faddr); in handle_connection() 511 worker = workers_[0].get(); in handle_connection() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 116 set(def.get()); in ValueDef() 127 this->set(ref.get()); in set() 179 if (insn->src(i).get() == value) { in mayReplace() 200 if (value == repVal.get()) in replace() 205 ref->set(repVal.get()); in replace() 210 set(repVal.get()); in replace() 623 // must unlink defs too since the list pointers will get deallocated in ~Instruction() 655 setSrc(s, ref.get()); in setSrc() 662 Value *value = srcs[a].get(); in swapSources() 773 i->setDef(d, pol.get(getDe in clone() [all...] |
/third_party/python/Lib/re/ |
H A D | _parser.py | 88 ogid = self.groupdict.get(name, None) 252 def get(self): member in Tokenizer 309 code = ESCAPES.get(escape) 312 code = CATEGORIES.get(escape) 369 code = CATEGORIES.get(escape) 372 code = ESCAPES.get(escape) 416 escape += source.get() 420 escape += source.get() 513 sourceget = source.get 726 gid = state.groupdict.get(nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingWatertightnessTests.cpp | 155 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 156 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("ahit"), 0); in makePipeline() 157 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 159 rayTracingPipeline->addShader(VK_SHADER_STAGE_RAYGEN_BIT_KHR, raygenShader.get(), raygenGroup); in makePipeline() 160 rayTracingPipeline->addShader(VK_SHADER_STAGE_MISS_BIT_KHR, missShader.get(), missGroup); in makePipeline() 163 rayTracingPipeline->addShader(VK_SHADER_STAGE_ANY_HIT_BIT_KHR, hitShader.get(), hitGroup + i); in makePipeline() 611 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 621 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 622 const VkStridedDeviceAddressRegionKHR missShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, missShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 623 const VkStridedDeviceAddressRegionKHR hitShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, hitShaderBindingTable->get(), in runTest() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 229 // value to get the correct value.) 313 // then we have to left-shift to get rid of leading 0s. This is the amount 321 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 335 SetBits<uint_type, 0, num_fraction_bits>::get; 342 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 571 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 928 is.get(); in operator >>() 941 is.get(); in operator >>() 946 is.get(); // We may have to unget this. in operator >>() 952 is.get(); // Thro in operator >>() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 33 // Test that we can get and set a float uniform successfully. 56 // Test that we can get and set an int uniform successfully. 79 // Test that we can get and set a vec2 uniform successfully. 103 // Test that we can get and set a vec3 uniform successfully. 127 // Test that we can get and set a vec4 uniform successfully. 151 // Test that we can get and set a 2x2 float Matrix uniform successfully. 175 // Test that we can get and set a 3x3 float Matrix uniform successfully. 199 // Test that we can get and set a 4x4 float Matrix uniform successfully. 224 // Test that we can get and set a float array of uniforms. 254 // Test that we can get an [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 229 // value to get the correct value.) 313 // then we have to left-shift to get rid of leading 0s. This is the amount 321 SetBits<uint_type, 0, num_fraction_bits + num_overflow_bits>::get; 335 SetBits<uint_type, 0, num_fraction_bits>::get; 342 SetBits<uint_type, num_fraction_bits, num_exponent_bits>::get; 571 SetBits<uint_type, 0, throwaway_mask_bits>::get; in getRoundedNormalizedSignificand() 928 is.get(); in operator >>() 941 is.get(); in operator >>() 946 is.get(); // We may have to unget this. in operator >>() 952 is.get(); // Thro in operator >>() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 267 return UndefValue::get(VTy->getElementType()); in findScalarElement() 292 return UndefValue::get(VTy->getElementType()); in findScalarElement() 521 auto *Item = cast<MDNode>(AccGroupListOp.get()); in addToAccessGroupList() 545 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups() 578 auto *Item = cast<MDNode>(Node.get()); in intersectAccessGroups() 591 return MDNode::get(Ctx, Intersection); in intersectAccessGroups() 655 return ConstantVector::get(Mask); in createBitMaskForGaps() 665 return ConstantVector::get(MaskVec); in createReplicatedMask() 675 return ConstantVector::get(Mask); in createInterleaveMask() 684 return ConstantVector::get(Mas in createStrideMask() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 217 return VectorType::get(B.getInt32Ty(), cast<VectorType>(T)->getNumElements()); in getI32Ty() 455 Value *NewVal = UndefValue::get(Ty); in insertValues() 580 NewFDiv = UndefValue::get(VT); in visitFDiv() 688 Value *RCP = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), FB); in expandDivRem24() 798 Value *RCP_F32 = Builder.CreateFDiv(ConstantFP::get(F32Ty, 1.0), DEN_F32); in expandDivRem32() 799 Constant *UINT_MAX_PLUS_1 = ConstantFP::get(F32Ty, BitsToFloat(0x4f800000)); in expandDivRem32() 907 NewDiv = UndefValue::get(VT); in visitBinaryOperator() 942 Type *PT = PointerType::get(I32Ty, I.getPointerAddressSpace()); in visitLoadInst() 957 ConstantAsMetadata::get(ConstantInt::get(I32T in visitLoadInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 330 TII.get(WebAssembly::BLOCK)) in placeBlockMarker() 362 TII.get(WebAssembly::END_BLOCK)); in placeBlockMarker() 409 TII.get(WebAssembly::LOOP)) in placeLoopMarker() 429 BuildMI(*AfterLoop, InsertPos, EndDL, TII.get(WebAssembly::END_LOOP)); in placeLoopMarker() 578 TII.get(WebAssembly::TRY)) in placeTryMarker() 619 TII.get(WebAssembly::END_TRY)); in placeTryMarker() 801 // unnecessary local.get/local.sets once yielding values from a block is in fixUnwindMismatches() 831 // 'rethrow' instruction (+ local.get) in there. in fixUnwindMismatches() 850 // local.get n (new: a) <- appendix block in fixUnwindMismatches() 965 // of the function with a local.get an in fixUnwindMismatches() [all...] |