Home
last modified time | relevance | path

Searched refs:get (Results 6601 - 6625 of 15738) sorted by relevance

1...<<261262263264265266267268269270>>...630

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp658 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in createFPCmp()
708 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC.getOperand(2))->get(); in performSELECTCombine()
745 ISD::CondCode CC = cast<CondCodeSDNode>(SetCC.getOperand(2))->get(); in performSELECTCombine()
988 // It requires a chain of 4 add/mul for MIPS64R2 to get better code in performMADD_MSUBCombine()
1276 TII.get(IsMicroMips ? Mips::TEQ_MM : Mips::TEQ)) in insertDivByZeroTrap()
1594 BuildMI(*BB, II, DL, TII->get(Mips::COPY), IncrCopy).addReg(Incr); in emitAtomicBinary()
1595 BuildMI(*BB, II, DL, TII->get(Mips::COPY), PtrCopy).addReg(Ptr); in emitAtomicBinary()
1598 BuildMI(*BB, II, DL, TII->get(AtomicOp)) in emitAtomicBinary()
1623 BuildMI(BB, DL, TII->get(Mips::SEB), DstReg).addReg(SrcReg); in emitSignExtendToI32InReg()
1628 BuildMI(BB, DL, TII->get(Mip in emitSignExtendToI32InReg()
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp210 fmt->oformat = outputFormat_.get(); in FFmpegMuxerPlugin()
307 av_dict_set(&formatContext_.get()->metadata, "location", location.c_str(), 0); in SetLocation()
577 "get audio sample_rate failed! sampleRate:%{public}d", sampleRate); in AddAudioTrack()
580 "get audio channels failed! channels:%{public}d", channels); in AddAudioTrack()
584 FALSE_RETURN_V_MSG_E(ret, Status::ERROR_MISMATCHED_TYPE, "get audio sample format failed!"); in AddAudioTrack()
591 auto st = avformat_new_stream(formatContext_.get(), nullptr); in AddAudioTrack()
602 "get audio sample per frame failed! audio sample per frame:%{public}d", frameSize); in AddAudioTrack()
628 "get video width failed! width:%{public}d", width); in AddVideoTrack()
631 "get video height failed! height:%{public}d", height); in AddVideoTrack()
633 auto st = avformat_new_stream(formatContext_.get(), nullpt in AddVideoTrack()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp79 if (errorCode != SUCCESS || rImageSource.get() == nullptr) { in RgbConvertToYuv()
88 if (errorCode != SUCCESS || srcPixelMap.get() == nullptr) { in RgbConvertToYuv()
109 if (errorCode != SUCCESS || rImageSource.get() == nullptr) { in RgbConvertToYuvP010()
119 if (errorCode != SUCCESS || srcPixelMap.get() == nullptr) { in RgbConvertToYuvP010()
141 if (errorCode != SUCCESS || rImageSource.get() == nullptr) { in RgbConvertToYuvP010ByPixelMap()
152 if (errorCode != SUCCESS || srcPixelMap.get() == nullptr) { in RgbConvertToYuvP010ByPixelMap()
181 if (errorCode != SUCCESS || rImageSource.get() == nullptr) { in PixelMapFormatConvert()
191 if (errorCode != SUCCESS || srcPixelMap.get() == nullptr) { in PixelMapFormatConvert()
206 if (pixelMap.get() == nullptr) { in PixelMapFormatConvert()
222 if (errorCode != SUCCESS || rImageSource.get() in YuvConvertToRgb()
[all...]
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp160 auto asyncTask = [this, env, task = napiAsyncTask.get()]() { in OnGetAllScreens()
186 WLOGFE("Failed to get screens"); in CreateJsScreenVectorObject()
413 return NapiThrowError(env, DmErrorCode::DM_ERROR_INVALID_PARAM, "Failed to get mirrorScreen, is nullptr"); in OnMakeMirror()
434 auto asyncTask = [mainScreenId, screenIds, env, task = napiAsyncTask.get()]() { in OnMakeMirror()
474 task = napiAsyncTask.get()]() { in OnSetMultiScreenMode()
511 task = napiAsyncTask.get()]() { in OnSetMultiScreenRelativePosition()
541 WLOGFE("Failed to get options, options is nullptr"); in OnMakeExpand()
542 return NapiThrowError(env, DmErrorCode::DM_ERROR_INVALID_PARAM, "Failed to get options, options is nullptr"); in OnMakeExpand()
564 auto asyncTask = [options, env, task = napiAsyncTask.get()]() { in OnMakeExpand()
596 WLOGFE("Failed to get mirrorScree in OnStopMirror()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp87 result = ((retVector[at].get().key == expVec[at].get().key) && in CompareEntriesVector()
88 (retVector[at].get().value == expVec[at].get().value)); in CompareEntriesVector()
91 string retKey(retVector[at].get().key.begin(), retVector[at].get().key.end()); in CompareEntriesVector()
92 string retValue(retVector[at].get().value.begin(), retVector[at].get().value.end()); in CompareEntriesVector()
93 string expKey(expVec[at].get().key.begin(), expVec[at].get() in CompareEntriesVector()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_backlight.c808 val = panel->backlight.funcs->get(connector, intel_connector_get_pipe(connector)); in intel_panel_get_backlight()
812 drm_dbg_kms(&i915->drm, "get backlight PWM = %d\n", val); in intel_panel_get_backlight()
1535 drm_err(&i915->drm, "[CONNECTOR:%d:%s] Failed to get the %s PWM chip\n", in ext_pwm_setup_backlight()
1584 panel->backlight.pwm_funcs->get(connector, pipe)); in intel_pwm_get_backlight()
1702 .get = bxt_get_backlight,
1711 .get = bxt_get_backlight,
1720 .get = lpt_get_backlight,
1729 .get = lpt_get_backlight,
1738 .get = pch_get_backlight,
1747 .get
[all...]
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DDeviceKvStorePromiseJsunit.test.js233 await kvStore.get(localDeviceId, KEY_TEST_STRING_ELEMENT).then((data) => {
234 console.info('testDeviceKvStorePutString004 get success data ' + data);
237 console.info('testDeviceKvStorePutString004 get fail ' + err);
262 await kvStore.get(localDeviceId, KEY_TEST_STRING_ELEMENT).then((data) => {
263 console.info('testDeviceKvStoreGetString001 get success');
266 console.info('testDeviceKvStoreGetString001 get fail ' + err);
288 await kvStore.get(localDeviceId, KEY_TEST_STRING_ELEMENT).then((data) => {
289 console.info('testDeviceKvStoreGetString002 get success');
292 console.info('testDeviceKvStoreGetString002 get fail ' + err);
295 console.info('testDeviceKvStoreGetString002 get
[all...]
/test/xts/hats/hdf/codec/hdi_omx/
H A Dcodec_hdi_omx_test.cpp150 auto err = component_->UseBuffer(component_, (uint32_t)portIndex, omxBuffer.get()); in UseBufferOnPort()
178 auto ret = component_->FreeBuffer(component_, (uint32_t)portIndex, bufferInfo->omxBuffer.get()); in FreeBufferOnPort()
800 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_INPUT, omxBuffer.get()); in HWTEST_F()
823 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.get()); in HWTEST_F()
846 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_INPUT, omxBuffer.get()); in HWTEST_F()
869 auto err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.get()); in HWTEST_F()
910 err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_INPUT, omxBuffer.get()); in HWTEST_F()
967 err = component_->UseBuffer(component_, (uint32_t)PortIndex::PORT_INDEX_OUTPUT, omxBuffer.get()); in HWTEST_F()
1066 auto err = component_->UseBuffer(component_, static_cast<uint32_t>(PortIndex::PORT_INDEX_INPUT), omxBuffer.get()); in HWTEST_F()
1090 auto ret = component_->UseEglImage(component_, &buffer, (uint32_t)PortIndex::PORT_INDEX_INPUT, eglImage.get(), in HWTEST_F()
[all...]
/third_party/alsa-lib/src/topology/
H A Dctl.c62 /* get value */ in parse_access_values()
343 /* get ID */ in tplg_parse_tlv_dbscale()
347 /* get value */ in tplg_parse_tlv_dbscale()
353 /* get TLV data */ in tplg_parse_tlv_dbscale()
925 hdr->ops.get = t->ops.get; in init_ctl_hdr()
1165 be->ext_ops.get = bytes_ctl->ext_ops.get; in tplg_add_bytes()
1239 mt->hdr.ops.get = mc->hdr.ops.get; in tplg_decode_control_mixer1()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java147 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), in TestSimpleRuleBasedTimeZone()
148 cal.get(Calendar.DAY_OF_MONTH), cal.get(Calendar.DAY_OF_WEEK), cal.get(Calendar.MILLISECONDS_IN_DAY)); in TestSimpleRuleBasedTimeZone()
168 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), in TestSimpleRuleBasedTimeZone()
169 cal.get(Calenda in TestSimpleRuleBasedTimeZone()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRuleTest.java145 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), in TestSimpleRuleBasedTimeZone()
146 cal.get(Calendar.DAY_OF_MONTH), cal.get(Calendar.DAY_OF_WEEK), cal.get(Calendar.MILLISECONDS_IN_DAY)); in TestSimpleRuleBasedTimeZone()
166 offset = rbtz1.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), in TestSimpleRuleBasedTimeZone()
167 cal.get(Calenda in TestSimpleRuleBasedTimeZone()
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp137 assert(src.get()); in srcId()
143 assert(src->get()); in srcId()
149 assert(src.get()); in srcAddr16()
153 assert(!adj || src.get()->reg.size <= 4); in srcAddr16()
155 offset /= src.get()->reg.size; in srcAddr16()
160 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff; in srcAddr16()
167 assert(src.get()); in srcAddr8()
178 assert(def.get() && def.getFile() != FILE_SHADER_OUTPUT); in defId()
304 const ImmediateValue *imm = i->src(s).get()->asImm(); in setImmediate()
864 const uint32_t prim = i->src(0).get() in emitPFETCH()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp884 descriptorSetLayoutsRaw[i] = descriptorSetLayout.get(); in iterate()
886 descriptorSetLayoutsRaw[i] = emptyDescriptorSetLayout.get(); in iterate()
991 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, m_data.set, 1, &descriptorSet.get(), 0, DE_NULL); in iterate()
1002 const Unique<VkShaderModule> shader(createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1030 const Unique<VkShaderModule> shader(createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1194 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1195 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); // bogus in iterate()
1200 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
1201 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1243 pipelineLayout.get(), // VkPipelineLayou in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp128 return compatibleFormat ? compatibleFormat.get() : format; in resolveFormat()
301 // perform query to get supported float control properties in isFeaturesSupported()
337 if (! isSupportedFormat(m_context, m_config.compatibleFormat.get())) in isFeaturesSupported()
638 return createRenderPass(m_config.compatibleFormat.get(), 0); in createRenderPassCompatible()
703 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(m_vkd, m_device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline()
704 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(m_vkd, m_device, binaryCollection.get("quad-frag"), 0u)); in createRenderPipeline()
705 const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>() : createShaderModule(m_vkd, m_device, binaryCollection.get("quad-geom"), 0u)); in createRenderPipeline()
891 vk::beginCommandBuffer(m_vkd, commandBuffer.get()); in submit()
892 m_vkd.cmdPipelineBarrier(commandBuffer.get(), vk::VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, vk::VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, DE_NULL, 0u, DE_NULL, 1u, &preBarrier); in submit()
893 m_vkd.cmdClearDepthStencilImage(commandBuffer.get(), **m_singlesampleImag in submit()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp221 const auto& vert = binaries.get("vert"); in iterate()
222 const auto& tesc = binaries.get("tesc"); in iterate()
223 const auto& tese = binaries.get("tese"); in iterate()
224 const auto& geom = binaries.get("geom"); in iterate()
225 const auto& frag = binaries.get("frag"); in iterate()
504 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
693 const auto& task = binaries.get("task"); in iterate()
694 const auto& mesh = binaries.get("mesh"); in iterate()
695 const auto& frag = binaries.get("frag"); in iterate()
861 vk.cmdBindDescriptorSets(*cmdBuffer, vk::VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp884 descriptorSetLayoutsRaw[i] = descriptorSetLayout.get(); in iterate()
886 descriptorSetLayoutsRaw[i] = emptyDescriptorSetLayout.get(); in iterate()
991 vk.cmdBindDescriptorSets(*cmdBuffer, bindPoint, *pipelineLayout, m_data.set, 1, &descriptorSet.get(), 0, DE_NULL); in iterate()
1002 const Unique<VkShaderModule> shader(createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1030 const Unique<VkShaderModule> shader(createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0)); in iterate()
1194 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1195 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); // bogus in iterate()
1200 vs = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate()
1201 fs = createShaderModule(vk, device, m_context.getBinaryCollection().get("test"), 0); in iterate()
1243 pipelineLayout.get(), // VkPipelineLayou in iterate()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dfold_test.cpp2957 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4615 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4737 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4741 Match(tc.test_body, context.get()); in TEST_P()
7046 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7050 Match(tc.test_body, context.get()); in TEST_P()
7372 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7376 Match(tc.test_body, context.get()); in TEST_P()
7471 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7475 Match(tc.test_body, context.get()); in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_test.cpp3027 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4685 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4807 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
4811 Match(tc.test_body, context.get()); in TEST_P()
7116 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7120 Match(tc.test_body, context.get()); in TEST_P()
7442 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7446 Match(tc.test_body, context.get()); in TEST_P()
7541 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
7545 Match(tc.test_body, context.get()); in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp68 /// This is as precise as any lattice value can get while still representing
110 // Can't get any more precise than constants. in intersect()
520 // Abort if we have to process too many values to get a result for this one. in solve()
524 // get cached globally, which in turn means we will often try to rediscover in solve()
576 return ValueLatticeElement::get(VC); in getBlockValue()
648 Res = ValueLatticeElement::getNot(ConstantPointerNull::get(PT)); in solveBlockValueImpl()
735 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
770 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy)); in solveBlockValueNonLocal()
965 return ConstantInt::get(A->getType(), A->getValue() + B->getValue()); in solveBlockValueSelect()
1031 // not going to be able to get an in solveBlockValueCast()
[all...]
H A DMemoryDependenceAnalysis.cpp121 Loc = MemoryLocation::get(LI); in GetLocation()
125 Loc = MemoryLocation::get(LI); in GetLocation()
134 Loc = MemoryLocation::get(SI); in GetLocation()
138 Loc = MemoryLocation::get(SI); in GetLocation()
146 Loc = MemoryLocation::get(V); in GetLocation()
202 // If this inst is a memory op, get the pointer it accessed in getCallDependencyFrom()
380 // get the same result, we will look for the closest dominance. in getInvariantGroupPointerDependency()
576 MemoryLocation LoadLoc = MemoryLocation::get(LI); in getSimplePointerDependencyFrom()
647 MemoryLocation StoreLoc = MemoryLocation::get(SI); in getSimplePointerDependencyFrom()
821 for (BasicBlock *Pred : PredCache.get(QueryB in getNonLocalCallDependency()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp33 // To get the precise counter information, These two passes need to invoke at
576 ValueSites[IPVK_MemOPSize] = VPC.get(IPVK_MemOPSize); in FuncPGOInstrumentation()
581 ValueSites[IPVK_IndirectCallTarget] = VPC.get(IPVK_IndirectCallTarget); in FuncPGOInstrumentation()
728 EdgeList.push_back(E.get()); in getInstrumentBBs()
744 SrcInfo.addOutEdge(E.get()); in getInstrumentBBs()
745 DestInfo.addInEdge(E.get()); in getInstrumentBBs()
824 "Cannot get the Instrumentation point"); in instrumentOneFunc()
854 "Cannot get the Instrumentation point"); in instrumentOneFunc()
1105 setEdgeCount(E.get(), SrcInfo.CountValue); in setInstrumentedCounts()
1112 setEdgeCount(E.get(), DestInf in setInstrumentedCounts()
[all...]
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp814 SkPixmap pixmap(SkImageInfo::MakeN32Premul(w, h), data.get(), w * sizeof(SkPMColor)); in make_fuzz_image()
1078 saveLayerRec.fBackdrop = imageFilter.get();
1266 canvas->drawImage(img.get(), left, top, SkSamplingOptions(),
1282 canvas->drawImageRect(img.get(), SkRect::Make(src), dst, SkSamplingOptions(),
1304 canvas->drawImageNine(img.get(), center, dst, SkFilterMode::kNearest,
1323 canvas->drawImageLattice(img.get(), lattice, dst, SkFilterMode::kLinear,
1520 fuzz_canvas(fuzz, SkMakeNullCanvas().get());
1651 auto context = f.get(sk_gpu_test::GrContextFactory::kGL_ContextType);
1653 context = f.get(sk_gpu_test::GrContextFactory::kGLES_ContextType);
1663 fuzz_ganesh(fuzz, f.get(sk_gpu_tes
[all...]
/third_party/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp3637 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
3638 EXPECT_EQ(assembly, std::get<0>(result));
4744 const auto status = pass->Run(context.get());
5029 std::get<1>(SinglePassRunAndDisassemble<AggressiveDCEPass>(
7493 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7494 EXPECT_EQ(assembly, std::get<0>(result));
7534 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7535 EXPECT_EQ(text, std::get<0>(result));
7560 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result));
7561 EXPECT_EQ(text, std::get<
[all...]
H A Dfold_test.cpp3508 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
5177 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
5299 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
5303 Match(tc.test_body, context.get()); in TEST_P()
8066 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
8070 Match(tc.test_body, context.get()); in TEST_P()
8413 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
8417 Match(tc.test_body, context.get()); in TEST_P()
8512 std::unique_ptr<Instruction> original_inst(inst->Clone(context.get())); in TEST_P()
8516 Match(tc.test_body, context.get()); in TEST_P()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp438 * used by the corresponding GL texture object; get this with
910 const T& get (const string& name) const;
911 T& get (const string& name) { return const_cast<T&>(((const GLObjectManager<T>*)this)->get(name)); } in get() function in deqp::gls::LongStressCaseInternal::GLObjectManager
930 const T& GLObjectManager<T>::get (const string& name) const in get() function in deqp::gls::LongStressCaseInternal::GLObjectManager
1282 Program& prog = m_programs->get(programName); in iterate()
1297 Program& program = m_programs->get(programName); in iterate()
1312 Texture& texture = m_textures->get(texName); in iterate()
1335 m_textures->get(textureNamePrefix + toString(texSpecIndices[i])).toUnit(programContext.textureSpecs[i].textureUnit); in iterate()
1351 Buffer& indexBuf = m_buffers->get(indexBufferNam in iterate()
[all...]

Completed in 71 milliseconds

1...<<261262263264265266267268269270>>...630