Home
last modified time | relevance | path

Searched refs:get (Results 1126 - 1150 of 11513) sorted by relevance

1...<<41424344454647484950>>...461

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp225 vkd = de::MovePtr<DeviceDriver>(new DeviceDriver(vkp, instance, device.get())); in DeviceHelper()
227 allocator = de::MovePtr<SimpleAllocator>(new SimpleAllocator(*vkd, device.get(), getPhysicalDeviceMemoryProperties(vki, physicalDevice))); in DeviceHelper()
372 const auto device = deviceHelper.device.get(); in initBottomAccelerationStructures()
412 const auto device = deviceHelper.device.get(); in initTopAccelerationStructure()
450 const auto device = deviceHelper.device.get(); in compileShaders()
457 pipeline->get()->addShader(shaderStage, createShaderModule(vkd, device, context.getBinaryCollection().get(shaderName), 0), i); in compileShaders()
480 const auto device = deviceHelper.device.get(); in runTest()
497 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest()
534 pipeline->get() in runTest()
[all...]
/third_party/node/deps/v8/tools/
H A Drun_perf.py250 trace = self.traces.get(graph_config.name, {})
251 results = trace.get('results', [])
335 assert isinstance(suite.get('path', []), list)
336 assert isinstance(suite.get('owners', []), list)
338 assert isinstance(suite.get('flags', []), list)
339 assert isinstance(suite.get('test_flags', []), list)
340 assert isinstance(suite.get('resources', []), list)
343 self.path = parent.path[:] + suite.get('path', [])
345 self.flags = parent.flags[:] + suite.get('flags', [])
346 self.test_flags = parent.test_flags[:] + suite.get('test_flag
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp117 m_vertexShader = createShaderModule(vkd, device, ctx.getBinaryCollection().get("vert"), 0u); in BindVertexBuffersData()
134 m_graphicsPipeline = makeGraphicsPipeline(vkd, device, m_pipelineLayout.get(), in BindVertexBuffersData()
135 m_vertexShader.get(), DE_NULL, DE_NULL, DE_NULL, DE_NULL, in BindVertexBuffersData()
136 m_renderPass.get(), viewports, scissors, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, 0u, 0u, in BindVertexBuffersData()
142 return m_vertexBuffer.get(); in getVertexBuffer()
152 return m_graphicsPipeline.get(); in getPipeline()
356 vkd->cmdBindVertexBuffers2(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
358 vkd->cmdBindVertexBuffers2EXT(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
673 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get(), context.getUsedApiVersion())); in ShadingRateImageDeviceHelper()
675 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryPropertie in ShadingRateImageDeviceHelper()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp115 m_vertexShader = createShaderModule(vkd, device, ctx.getBinaryCollection().get("vert"), 0u); in BindVertexBuffersData()
132 m_graphicsPipeline = makeGraphicsPipeline(vkd, device, m_pipelineLayout.get(), in BindVertexBuffersData()
133 m_vertexShader.get(), DE_NULL, DE_NULL, DE_NULL, DE_NULL, in BindVertexBuffersData()
134 m_renderPass.get(), viewports, scissors, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST, 0u, 0u, in BindVertexBuffersData()
140 return m_vertexBuffer.get(); in getVertexBuffer()
150 return m_graphicsPipeline.get(); in getPipeline()
354 vkd->cmdBindVertexBuffers2(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
356 vkd->cmdBindVertexBuffers2EXT(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride); in bindVertexBuffers()
666 m_vkd .reset(new DeviceDriver(vkp, instance, m_device.get())); in ShadingRateImageDeviceHelper()
668 m_allocator .reset(new SimpleAllocator(*m_vkd, m_device.get(), getPhysicalDeviceMemoryPropertie in ShadingRateImageDeviceHelper()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp111 BuildMI(MBB, I, DL, get(Mips::RDDSP), DestReg).addImm(1 << 4) in copyPhysReg()
132 BuildMI(MBB, I, DL, get(Mips::WRDSP)) in copyPhysReg()
137 BuildMI(MBB, I, DL, get(Mips::CTCMSA)) in copyPhysReg()
174 MachineInstrBuilder MIB = BuildMI(MBB, I, DL, get(Opc)); in copyPhysReg()
299 BuildMI(MBB, I, DL, get(Mips::MFHI), Mips::K0); in storeRegToStack()
302 BuildMI(MBB, I, DL, get(Mips::MFHI64), Mips::K0_64); in storeRegToStack()
305 BuildMI(MBB, I, DL, get(Mips::MFLO), Mips::K0); in storeRegToStack()
308 BuildMI(MBB, I, DL, get(Mips::MFLO64), Mips::K0_64); in storeRegToStack()
314 BuildMI(MBB, I, DL, get(Opc)).addReg(SrcReg, getKillRegState(isKill)) in storeRegToStack()
375 BuildMI(MBB, I, DL, get(Op in loadRegFromStack()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp136 return g_singletonDevice->get(); in getDevice()
141 // When assigning numeric values for the descriptor contents, each descriptor will get 0x5aIIBBDD. II is an octed containing the in getDescriptorNumericValue()
624 imageView = makeDefaultImageView(vkd, device, imageWithMemory->get()); in Resource()
630 imageView = makeDefaultImageView(vkd, device, imageWithMemory->get()); in Resource()
639 bufferView = makeDefaultBufferView(vkd, device, bufferWithMemory->get()); in Resource()
645 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in Resource()
646 const auto cmdBuffer = cmdBufferPtr.get(); in Resource()
664 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in Resource()
665 const auto cmdBuffer = cmdBufferPtr.get(); in Resource()
693 imageWithMemory->get(), subresourceRang in Resource()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp497 VkImage getImage (const deUint32 ndx) { return **images[ndx]->get(); } in getImage()
721 imageBuffer.get(), 0ull, m_data.size()); in copyDataToImage()
741 vk.cmdCopyBufferToImage(cmdBuffer, imageBuffer.get(), imageData.getImage(imageNdx), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in copyDataToImage()
761 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in executeShader()
903 imageBufferResult.get(), 0ull, imageResultSize); in copyResultAndCompare()
906 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, imageBufferResult.get(), 1u, &copyRegion); in copyResultAndCompare()
1040 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("decompress"), 0)); in decompressImage()
1114 Move<VkImageView> resultView = makeImageView(vk, device, resultImage.get(), imageViewType, decompressedImageInfo.format, in decompressImage()
1116 Move<VkImageView> referenceView = makeImageView(vk, device, referenceImage.get(), imageViewType, decompressedImageInfo.format, in decompressImage()
1118 Move<VkImageView> uncompressedView = makeImageView(vk, device, uncompressedImage.get(), imageViewTyp in decompressImage()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp132 return g_singletonDevice->get(); in getDevice()
137 // When assigning numeric values for the descriptor contents, each descriptor will get 0x5aIIBBDD. II is an octed containing the in getDescriptorNumericValue()
620 imageView = makeDefaultImageView(vkd, device, imageWithMemory->get()); in Resource()
626 imageView = makeDefaultImageView(vkd, device, imageWithMemory->get()); in Resource()
635 bufferView = makeDefaultBufferView(vkd, device, bufferWithMemory->get()); in Resource()
641 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in Resource()
642 const auto cmdBuffer = cmdBufferPtr.get(); in Resource()
660 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in Resource()
661 const auto cmdBuffer = cmdBufferPtr.get(); in Resource()
689 imageWithMemory->get(), subresourceRang in Resource()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp497 VkImage getImage (const deUint32 ndx) { return **images[ndx]->get(); } in getImage()
710 imageBuffer.get(), 0ull, m_data.size()); in copyDataToImage()
730 vk.cmdCopyBufferToImage(cmdBuffer, imageBuffer.get(), imageData.getImage(imageNdx), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &copyRegion); in copyDataToImage()
750 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in executeShader()
892 imageBufferResult.get(), 0ull, imageResultSize); in copyResultAndCompare()
895 vk.cmdCopyImageToBuffer(cmdBuffer, uncompressed, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, imageBufferResult.get(), 1u, &copyRegion); in copyResultAndCompare()
1029 const Unique<VkShaderModule> shaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("decompress"), 0)); in decompressImage()
1103 Move<VkImageView> resultView = makeImageView(vk, device, resultImage.get(), imageViewType, decompressedImageInfo.format, in decompressImage()
1105 Move<VkImageView> referenceView = makeImageView(vk, device, referenceImage.get(), imageViewType, decompressedImageInfo.format, in decompressImage()
1107 Move<VkImageView> uncompressedView = makeImageView(vk, device, uncompressedImage.get(), imageViewTyp in decompressImage()
[all...]
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkerneldoc.py75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
79 self.options['identifiers'] = self.options.get('functions')
84 export_file_patterns = str(self.options.get('export')).split()
87 export_file_patterns = str(self.options.get('internal')).split()
89 cmd += ['-function', str(self.options.get('doc'))]
91 identifiers = self.options.get('identifiers').split()
99 no_identifiers = self.options.get('no-identifiers').split()
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmulti.cc30 auto store_ = wasm::Store::make(engine.get()); in run()
31 auto store = store_.get(); in run()
40 file.read(binary.get(), file_size); in run()
65 auto callback_func = wasm::Func::make(store, callback_type.get(), callback); in run()
69 wasm::Extern* imports[] = {callback_func.get()}; in run()
70 auto instance = wasm::Instance::make(store, module.get(), imports); in run()
92 std::cout << "> Error calling function! " << trap->message().get() << std::endl; in run()
/third_party/node/deps/undici/src/lib/websocket/
H A Dconnection.js121 if (protocols.length !== 0 && !response.headersList.get('Sec-WebSocket-Protocol')) {
136 if (response.headersList.get('Upgrade')?.toLowerCase() !== 'websocket') {
145 if (response.headersList.get('Connection')?.toLowerCase() !== 'upgrade') {
157 const secWSAccept = response.headersList.get('Sec-WebSocket-Accept')
171 const secExtension = response.headersList.get('Sec-WebSocket-Extensions')
183 const secProtocol = response.headersList.get('Sec-WebSocket-Protocol')
185 if (secProtocol !== null && secProtocol !== request.headersList.get('Sec-WebSocket-Protocol')) {
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dcustom_files.rs65 .get(line_index) in line_start()
116 fn get(&self, file_id: FileId) -> Result<&File, files::Error> { in get() functions
118 .get(file_id.0 as usize) in get()
129 Ok(self.get(file_id)?.name.as_ref()) in name()
133 Ok(&self.get(file_id)?.source) in source()
137 self.get(file_id)? in line_index()
148 let file = self.get(file_id)?; in line_range()
/third_party/skia/src/core/
H A DSkTLazy.h103 T* get() const { SkASSERT(this->isValid()); return fPtr; } in get() function in SkTLazy
104 T* operator->() const { return this->get(); } in operator ->()
105 T& operator*() const { return *this->get(); } in operator *()
156 fObj = fLazy.isValid() ? fLazy.get() : that.fObj; in operator =()
162 fObj = fLazy.isValid() ? fLazy.get() : that.fObj; in operator =()
189 fObj = fLazy.get(); in writable()
194 const T* get() const { return fObj; } in get() function in SkTCopyOnFirstWrite
/third_party/skia/tests/
H A DAnnotationTest.cpp49 SkAnnotateRectWithURL(&canvas, r, data.get()); in DEF_TEST()
63 SkAnnotateRectWithURL(canvas, r, data.get()); in DEF_TEST()
81 SkAnnotateNamedDestination(canvas, p, data.get()); in DEF_TEST()
102 SkAnnotateRectWithURL(canvas.get(), r, data.get()); in DEF_TEST()
119 SkAnnotateLinkToDestination(canvas.get(), r, data.get()); in DEF_TEST()
H A DStreamBufferTest.cpp38 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, buffered)); in test_buffer_from_beginning()
45 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, length)); in test_buffer_from_beginning()
61 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText + position, step)); in test_flushing()
117 HaltingStream* peekHalting = halting.get(); in DEF_TEST()
123 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, 5)); in DEF_TEST()
128 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText, 14)); in DEF_TEST()
140 // Do not call get on this data. We'll come back to this data after adding in DEF_TEST()
147 REPORTER_ASSERT(r, !memcmp(buffer.get(), gText + 27, remaining)); in DEF_TEST()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireTest.cpp51 mC2sBuf = std::make_unique<utils::TerribleCommandBuffer>(mWireServer.get()); in SetUp()
55 serverDesc.serializer = mS2cBuf.get(); in SetUp()
59 mC2sBuf->SetHandler(mWireServer.get()); in SetUp()
62 clientDesc.serializer = mC2sBuf.get(); in SetUp()
66 mS2cBuf->SetHandler(mWireClient.get()); in SetUp()
124 return mWireServer.get(); in GetWireServer()
128 return mWireClient.get(); in GetWireClient()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_undo.py45 self.assertEqual(text.get('1.0', 'end'), '\n')
52 self.assertEqual(text.get('1.0', '1.4'), 'foar')
54 self.assertEqual(text.get('1.0', '1.6'), 'foobar')
56 self.assertEqual(text.get('1.0', '1.3'), 'foo')
69 self.assertEqual(text.get('1.0', '1.3'), 'bar')
117 self.assertEqual(text.get('1.0', '1.3'), 'foo')
123 self.assertEqual(text.get('1.0', '1.3'), 'foo')
/third_party/skia/infra/bots/recipes/
H A Dtest.py33 do_upload = api.properties.get('do_upload') == 'true'
34 images = api.properties.get('images') == 'true'
35 lotties = api.properties.get('lotties') == 'true'
36 resources = api.properties.get('resources') == 'true'
37 skps = api.properties.get('skps') == 'true'
38 svgs = api.properties.get('svgs') == 'true'
64 'get uninteresting hashes',
88 print('Failed to get uninteresting hashes from %s:' % HASHES_URL)
158 if 'Win' not in api.vars.builder_cfg.get('os', ''):
223 api.step_data('get swarmin
[all...]
/third_party/spirv-tools/test/opt/
H A Dreplace_invalid_opc_test.cpp261 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
326 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
380 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
408 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
465 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
525 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
591 EXPECT_EQ(Pass::Status::SuccessWithChange, std::get<1>(result)); in TEST_F()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_tests.sh105 $IP route get fibmatch 198.51.100.2 &> /dev/null
107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
115 $IP route get fibmatch 198.51.100.2 &> /dev/null
117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
146 $IP route get fibmatch 203.0.113.1 &> /dev/null
148 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
156 $IP route get fibmatch 203.0.113.1 &> /dev/null
159 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
168 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null
188 $IP route get fibmatc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h110 static BitRecTy *get() { return &Shared; } in get() function in llvm::BitRecTy
128 static BitsRecTy *get(unsigned Sz);
150 static CodeRecTy *get() { return &Shared; } in get() function in llvm::CodeRecTy
168 static IntRecTy *get() { return &Shared; } in get() function in llvm::IntRecTy
186 static StringRecTy *get() { return &Shared; } in get() function in llvm::StringRecTy
207 static ListRecTy *get(RecTy *T) { return T->getListTy(); } in get() function in llvm::ListRecTy
228 static DagRecTy *get() { return &Shared; } in get() function in llvm::DagRecTy
258 static RecordRecTy *get(ArrayRef<Record *> Classes);
468 static UnsetInit *get();
486 explicit BitInit(bool V) : TypedInit(IK_BitInit, BitRecTy::get()), Valu
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DNGramList.java98 public NGram get(Object mappedKey) in get() method in NGramList
100 return (NGram) ngrams.get(mappedKey); in get()
103 public NGram get(String key) in get() method in NGramList
107 return get(mappedKey); in get()
113 NGram ngram = get(mappedKey); in put()
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-computed.js39 get [f
51 assert(o.get === 7);
74 get ["a" + 1]() {
82 static get ["a" + 1]() {
117 get ["_constructor_".substring(1,12)]() {
138 throw_error("new class { static get ['proto' + 'type'] () {} }");
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py46 generator_flags = params.get("generator_flags", {})
59 generator_flags = params.get("generator_flags", {})
60 if generator_flags.get("adjust_static_libraries", False):
67 output_dir = generator_flags.get("output_dir", "out")
91 for dep in target_dicts[target].get("dependencies", []):

Completed in 29 milliseconds

1...<<41424344454647484950>>...461