/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test.cc | 47 memcpy(result.get(), str.c_str(), str.size() + 1); 712 json::ParseJSON(GetTestPlatform(), ascii_in, encoder.get()); in TEST() 757 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_encoder.get()); in TEST() 774 ParseJSON(GetTestPlatform(), ascii_in, encoder.get()); in TEST() 778 ParseCBOR(span<uint8_t>(encoded.data(), encoded.size()), json_writer.get()); in TEST() 811 ParseCBOR(SpanFrom(encoded), json_writer.get()); in TEST() 831 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() 855 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 880 ParseCBOR(span<uint8_t>(bytes.data(), bytes.size()), json_writer.get()); in TEST() 891 ParseCBOR(span<uint8_t>(in.data(), in.size()), json_writer.get()); in TEST() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 66 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 88 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 89 * Use getTimeInstance to get the time format for that country. Use getDateTimeInstance to get a date and time format. 119 * (or want to give your users more control), you can try casting the DateFormat you get from the factory methods to a 1380 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1395 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1411 return get(-1, style, ULocale.forLocale(aLocale), null); in getTimeInstance() 1427 return get(-1, style, locale, null); in getTimeInstance() 1439 return get(DEFAUL in getDateInstance() 1862 private static DateFormat get(int dateStyle, int timeStyle, ULocale loc, Calendar cal) { get() method in DateFormat [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | lstmbe.cpp | 42 virtual float get(int32_t i) const = 0; 48 printf("%0.8e ", get(i)); in print() 68 virtual float get(int32_t i, int32_t j) const = 0; 97 virtual float get(int32_t i) const override { 136 float get(int32_t i, int32_t j) const override { 186 virtual float get(int32_t i) const override { 218 data_[i] += a.get(j) * b.get(j, i); 228 data_[i] *= a.get(i); 238 data_[i] += a.get( [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormat.java | 67 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 89 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 90 * Use getTimeInstance to get the time format for that country. Use getDateTimeInstance to get a date and time format. 120 * (or want to give your users more control), you can try casting the DateFormat you get from the factory methods to a 1284 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1298 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1313 return get(-1, style, ULocale.forLocale(aLocale), null); in getTimeInstance() 1328 return get(-1, style, locale, null); in getTimeInstance() 1339 return get(DEFAUL in getDateInstance() 1736 private static DateFormat get(int dateStyle, int timeStyle, ULocale loc, Calendar cal) { get() method in DateFormat [all...] |
/third_party/node/lib/ |
H A D | _http_outgoing.js | 163 get() { 170 get() { 177 get() { 188 get() { 195 get() { 202 get() { 209 get() { 217 get: internalUtil.deprecate(function() { 238 get: function() { 248 get [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | lstmbe.cpp | 42 virtual float get(int32_t i) const = 0; 48 printf("%0.8e ", get(i)); in print() 68 virtual float get(int32_t i, int32_t j) const = 0; 97 virtual float get(int32_t i) const override { 136 float get(int32_t i, int32_t j) const override { 186 virtual float get(int32_t i) const override { 218 data_[i] += a.get(j) * b.get(j, i); 228 data_[i] *= a.get(i); 238 data_[i] += a.get( [all...] |
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 20 Object.defineProperty(exports, "SocksClientError", { enumerable: true, get: function () { return util_1.SocksClientError; } }); 261 const excessData = this.receiveBuffer.get(this.receiveBuffer.length); 425 const data = this.receiveBuffer.get(8); 458 const data = this.receiveBuffer.get(8); 506 const data = this.receiveBuffer.get(2); 585 authResult = yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)); 589 yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)); 592 authResult = yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size)); 635 // Peek at available data (we need at least 5 bytes to get the hostname length) 653 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeede [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetLMBCS.java | 520 * Before we get to the main body of code, here's how we hook up the rest 560 //get the Opt Group number for the LMBCS converter in CharsetLMBCS() 579 short HighCh = (short)(ppLMBCSin.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in GetUniFromLMBCSUni() 580 short LowCh = (short)(ppLMBCSin.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in GetUniFromLMBCSUni() 626 CurByte = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in LMBCSGetNextUCharWorker() 655 C0C1byte = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in LMBCSGetNextUCharWorker() 681 if (source.get(source.position()) == group) { in LMBCSGetNextUCharWorker() 683 source.get(); in LMBCSGetNextUCharWorker() 685 source.get(); in LMBCSGetNextUCharWorker() 689 source.get(); in LMBCSGetNextUCharWorker() [all...] |
/third_party/littlefs/scripts/ |
H A D | summary.py | 256 for t in fields.get(k, TYPES.values()): 308 types_[k] = ops.get(k, OPS['sum'])([t()]).__class__ 314 **{k: r.get(k, '') for k in by}, 330 return ops.get(k, OPS['sum'])(object.__getattribute__(self, k)) 417 getattr(table.get(n), k, None), 418 getattr(diff_table.get(n), k, None)) 426 if getattr(table.get(n), k, None) is not None else () 507 r = table.get(name) 512 diff_r = diff_table.get(name) 581 for k in args.get( [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 103 get = inqueue.get 114 task = get() 360 return self.apply_async(func, args, kwds).get() 367 return self._map_async(func, iterable, mapstar, chunksize).get() 375 return self._map_async(func, iterable, starmapstar, chunksize).get() 504 change_notifier.get() 531 for taskseq, set_length in iter(taskqueue.get, None): 574 def _handle_results(outqueue, get, cache): 579 task = get() 767 def get(self, timeout=None): global() member in ApplyResult [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 115 const Unique<VkShaderModule> shader (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("test"), 0)); in createShaderModuleTest() 447 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleTest() 448 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleTest() 540 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleTest() 552 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleTest() 755 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleUnusedResolveAttachmentTest() 756 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleUnusedResolveAttachmentTest() 848 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleUnusedResolveAttachmentTest() 860 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleUnusedResolveAttachmentTest() 901 addFunctionCase (smokeTests.get(), "create_sample in createSmokeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline() 123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline() 125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 451 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in prepareBuffer() 460 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, shaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in prepareBuffer() 471 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in prepareBuffer() 485 submitCommandsAndWait(vkd, device, queue, cmdBuffer.get()); in prepareBuffer() 515 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 524 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 115 const Unique<VkShaderModule> shader (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("test"), 0)); in createShaderModuleTest() 447 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleTest() 448 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleTest() 540 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleTest() 552 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleTest() 755 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleUnusedResolveAttachmentTest() 756 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleUnusedResolveAttachmentTest() 848 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleUnusedResolveAttachmentTest() 860 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleUnusedResolveAttachmentTest() 901 addFunctionCase (smokeTests.get(), "create_sample in createSmokeTests() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 553 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() 562 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() 564 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() 566 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() 568 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() 570 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm() 572 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm() 574 else if (auto S = dyn_cast<WasmYAML::GlobalSection>(Sec.get())) in writeWasm() 576 else if (auto S = dyn_cast<WasmYAML::EventSection>(Sec.get())) in writeWasm() 578 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 93 BuildMI(MBB, MBBI, DL, get(RISCV::ADDI), DstReg) in copyPhysReg() 108 BuildMI(MBB, MBBI, DL, get(Opc), DstReg) in copyPhysReg() 134 BuildMI(MBB, I, DL, get(Opcode)) in storeRegToStackSlot() 161 BuildMI(MBB, I, DL, get(Opcode), DstReg).addFrameIndex(FI).addImm(0); in loadRegFromStackSlot() 189 BuildMI(MBB, MBBI, DL, get(RISCV::LUI), Result) in movImm() 193 BuildMI(MBB, MBBI, DL, get(Inst.Opc), Result) in movImm() 351 MachineInstr &MI = *BuildMI(&MBB, DL, get(RISCV::PseudoBR)).addMBB(TBB); in insertBranch() 360 *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).add(Cond[2]).addMBB(TBB); in insertBranch() 369 MachineInstr &MI = *BuildMI(&MBB, DL, get(RISCV::PseudoBR)).addMBB(FBB); in insertBranch() 402 MachineInstr &LuiMI = *BuildMI(MBB, II, DL, get(RISC in insertIndirectBranch() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline() 123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline() 125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 451 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in prepareBuffer() 460 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, shaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in prepareBuffer() 471 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in prepareBuffer() 485 submitCommandsAndWait(vkd, device, queue, cmdBuffer.get()); in prepareBuffer() 515 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 524 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 452 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"))); in testPrimitivesInside() 453 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"))); in testPrimitivesInside() 507 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"))); in testPrimitivesOutside() 508 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"))); in testPrimitivesOutside() 554 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"))); in testPrimitivesDepthClamp() 555 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"))); in testPrimitivesDepthClamp() 646 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"))); in testPrimitivesDepthClip() 647 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"))); in testPrimitivesDepthClip() 800 shaders.push_back(VulkanShader(VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"))); in testLargePoints() 801 shaders.push_back(VulkanShader(VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("fra in testLargePoints() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTranscodingSupportTests.cpp | 353 Move<VkImageView> srcImageView (makeImageView(vk, device, srcImage->get(), mapImageViewType(m_parameters.imageType), m_parameters.featuredFormat, subresourceRange, srcImageViewUsageFlags)); in transcode() 357 Move<VkImageView> dstImageView (makeImageView(vk, device, dstImage->get(), mapImageViewType(m_parameters.imageType), m_parameters.featuredFormat, subresourceRange, dstImageViewUsageFlags)); in transcode() 362 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in transcode() 363 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0)); in transcode() 387 const VkBufferMemoryBarrier srcCopyBufferBarrierPre = makeBufferMemoryBarrier(VK_ACCESS_HOST_WRITE_BIT, VK_ACCESS_TRANSFER_READ_BIT, srcImageBuffer->get(), 0ull, srcImageSizeInBytes); in transcode() 388 const VkImageMemoryBarrier srcCopyImageBarrierPre = makeImageMemoryBarrier(0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, srcImage->get(), subresourceRange); in transcode() 389 const VkImageMemoryBarrier srcCopyImageBarrierPost = makeImageMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_SHADER_READ_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENERAL, srcImage->get(), subresourceRange); in transcode() 411 vk.cmdCopyBufferToImage(*cmdBuffer, srcImageBuffer->get(), srcImage->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &srcCopyRegion); in transcode() 420 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), in transcode() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectPerformanceTests.cpp | 367 vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_VERTEX_BIT, binaries.get("vert"), tessellationSupported, geometrySupported), in iterate() 368 vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_FRAGMENT_BIT, binaries.get("frag"), tessellationSupported, geometrySupported), in iterate() 373 createInfos.push_back(vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, binaries.get("tesc"), tessellationSupported, geometrySupported)); in iterate() 374 createInfos.push_back(vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, binaries.get("tese"), tessellationSupported, geometrySupported)); in iterate() 378 createInfos.push_back(vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_GEOMETRY_BIT, binaries.get("geom"), tessellationSupported, geometrySupported)); in iterate() 460 vk::Move<vk::VkShaderModule> vertShaderModule = createShaderModule(vk, device, binaries.get("vert")); in iterate() 461 vk::Move<vk::VkShaderModule> fragShaderModule = createShaderModule(vk, device, binaries.get("frag")); in iterate() 462 vk::Move<vk::VkShaderModule> dummyVertShaderModule = createShaderModule(vk, device, binaries.get("dummyVert")); in iterate() 463 vk::Move<vk::VkShaderModule> dummyFragShaderModule = createShaderModule(vk, device, binaries.get("dummyFrag")); in iterate() 469 tescShaderModule = createShaderModule(vk, device, binaries.get("tes in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageTranscodingSupportTests.cpp | 353 Move<VkImageView> srcImageView (makeImageView(vk, device, srcImage->get(), mapImageViewType(m_parameters.imageType), m_parameters.featuredFormat, subresourceRange, srcImageViewUsageFlags)); in transcode() 357 Move<VkImageView> dstImageView (makeImageView(vk, device, dstImage->get(), mapImageViewType(m_parameters.imageType), m_parameters.featuredFormat, subresourceRange, dstImageViewUsageFlags)); in transcode() 362 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in transcode() 363 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0)); in transcode() 387 const VkBufferMemoryBarrier srcCopyBufferBarrierPre = makeBufferMemoryBarrier(VK_ACCESS_HOST_WRITE_BIT, VK_ACCESS_TRANSFER_READ_BIT, srcImageBuffer->get(), 0ull, srcImageSizeInBytes); in transcode() 388 const VkImageMemoryBarrier srcCopyImageBarrierPre = makeImageMemoryBarrier(0u, VK_ACCESS_TRANSFER_WRITE_BIT, VK_IMAGE_LAYOUT_UNDEFINED, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, srcImage->get(), subresourceRange); in transcode() 389 const VkImageMemoryBarrier srcCopyImageBarrierPost = makeImageMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_SHADER_READ_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_GENERAL, srcImage->get(), subresourceRange); in transcode() 411 vk.cmdCopyBufferToImage(*cmdBuffer, srcImageBuffer->get(), srcImage->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &srcCopyRegion); in transcode() 420 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), in transcode() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
H A D | IRMover.cpp | 64 Type *get(Type *SrcTy); 65 Type *get(Type *SrcTy, SmallPtrSet<StructType *, 8> &Visited); 69 FunctionType *get(FunctionType *T) { in get() function in __anon24237::TypeMapTy 70 return cast<FunctionType>(get((Type *)T)); in get() 74 Type *remapType(Type *SrcTy) override { return get(SrcTy); } 101 // As a result we may get several different types in the destination in addTypeMapping() 205 Elements[I] = get(SrcSTy->getElementType(I)); in linkDefinedTypeBodies() 228 Type *TypeMapTy::get(Type *Ty) { in get() function in TypeMapTy 230 return get(Ty, Visited); in get() 233 Type *TypeMapTy::get(Typ function in TypeMapTy [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 170 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 197 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 743 LoopDependenceAnalysis analysis{context.get(), loops}; 769 LoopDependenceAnalysis analysis{context.get(), loops}; 795 LoopDependenceAnalysis analysis{context.get(), loops}; 821 LoopDependenceAnalysis analysis{context.get(), loops}; 847 LoopDependenceAnalysis analysis{context.get(), loops}; 873 LoopDependenceAnalysis analysis{context.get(), loops}; 899 LoopDependenceAnalysis analysis{context.get(), loops}; 925 LoopDependenceAnalysis analysis{context.get(), loop [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 170 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 197 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 743 LoopDependenceAnalysis analysis{context.get(), loops}; 769 LoopDependenceAnalysis analysis{context.get(), loops}; 795 LoopDependenceAnalysis analysis{context.get(), loops}; 821 LoopDependenceAnalysis analysis{context.get(), loops}; 847 LoopDependenceAnalysis analysis{context.get(), loops}; 873 LoopDependenceAnalysis analysis{context.get(), loops}; 899 LoopDependenceAnalysis analysis{context.get(), loops}; 925 LoopDependenceAnalysis analysis{context.get(), loop [all...] |
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | dependence_analysis_helpers.cpp | 164 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 191 LoopDependenceAnalysis analysis{context.get(), loops}; in TEST() 737 LoopDependenceAnalysis analysis{context.get(), loops}; 763 LoopDependenceAnalysis analysis{context.get(), loops}; 789 LoopDependenceAnalysis analysis{context.get(), loops}; 815 LoopDependenceAnalysis analysis{context.get(), loops}; 841 LoopDependenceAnalysis analysis{context.get(), loops}; 867 LoopDependenceAnalysis analysis{context.get(), loops}; 893 LoopDependenceAnalysis analysis{context.get(), loops}; 919 LoopDependenceAnalysis analysis{context.get(), loop [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 114 if (Res.get() != C) in hasInvalidBitcodeHeader() 121 if (Res.get() != C) in hasInvalidBitcodeHeader() 185 Entry = Res.get(); in readIdentificationBlock() 205 switch (MaybeBitCode.get()) { in readIdentificationBlock() 232 Entry = std::move(Res.get()); in readIdentificationCode() 269 BitstreamEntry Entry = MaybeEntry.get(); in hasObjCCategoryInModule() 286 switch (MaybeRecord.get()) { in hasObjCCategoryInModule() 311 Entry = std::move(Res.get()); in hasObjCCategory() 352 BitstreamEntry Entry = MaybeEntry.get(); in readModuleTriple() 369 switch (MaybeRecord.get()) { in readModuleTriple() [all...] |