/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 500 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get(); in LowerBR_CC() 518 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get(); in LowerSELECT_CC() 576 BuildMI(BB, DL, TII.get(BPF::MOV_32_64), PromotedReg0).addReg(Reg); in EmitSubregExt() 577 BuildMI(BB, DL, TII.get(BPF::SLL_ri), PromotedReg1) in EmitSubregExt() 579 BuildMI(BB, DL, TII.get(RShiftOp), PromotedReg2) in EmitSubregExt() 723 BuildMI(BB, DL, TII.get(NewCC)).addReg(LHS).addReg(RHS).addMBB(Copy1MBB); in EmitInstrWithCustomInserter() 728 BuildMI(BB, DL, TII.get(NewCC)) in EmitInstrWithCustomInserter() 744 BuildMI(*BB, BB->begin(), DL, TII.get(BPF::PHI), MI.getOperand(0).getReg()) in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InterleavedAccess.cpp | 204 VecBaseTy = VectorType::get(Type::getInt8Ty(LI->getContext()), 16); in decompose() 292 Vec[i], UndefValue::get(Vec[i]->getType()), VPShuf); in reorderSubVector() 575 Vec[i], UndefValue::get(Vec[0]->getType()), VPShuf); in deinterleave8bitStride3() 598 Vec[1], UndefValue::get(Vec[1]->getType()), VPAlign3); in deinterleave8bitStride3() 600 Vec[0], UndefValue::get(Vec[1]->getType()), VPAlign2); in deinterleave8bitStride3() 658 InVec[0], UndefValue::get(InVec[0]->getType()), VPAlign2); in interleave8bitStride3() 660 InVec[1], UndefValue::get(InVec[1]->getType()), VPAlign3); in interleave8bitStride3() 765 decompose(Shuffles[0], Factor, VectorType::get(ShuffleEltTy, NumSubVecElems), in lowerIntoOptimizedSequence()
|
H A D | X86FlagsCopyLowering.cpp | 605 // branch folding or black placement. As a consequence, we get to deal in runOnMachineFunction() 776 TII->get(X86::SETCCr), Reg).addImm(Cond); in promoteCondToReg() 801 BuildMI(MBB, Pos, Loc, TII->get(X86::TEST8rr)).addReg(Reg).addReg(Reg); in insertTest() 838 // Now get a register that contains the value of the flag input to the in rewriteArithmetic() 850 BuildMI(MBB, MI.getIterator(), MI.getDebugLoc(), TII->get(X86::ADD8ri)) in rewriteArithmetic() 866 // First get the register containing this specific condition. in rewriteCMov() 892 // First get the register containing this specific condition. in rewriteFCMov() 926 CMovI.setDesc(TII->get(getFCMOVOpcode(CMovI.getOpcode(), Inverted))); in rewriteFCMov() 934 // First get the register containing this specific condition. in rewriteCondJmp() 1011 BuildMI(MBB, SetPos, SetLoc, TII->get(X8 in rewriteSetCarryExtended() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 388 template <class T> T *get() { return reinterpret_cast<T *>(Val.buffer); } in get() function in llvm::DIEValue 389 template <class T> const T *get() const { in get() function in llvm::DIEValue 392 template <class T> void destruct() { get<T>()->~T(); } in destruct() 396 /// This should get optimized down to a no-op. We could skip it if we could 417 /// This should get optimized down to a simple copy. We need to actually 426 construct<DIE##T>(*X.get<DIE##T>()); \ in copyVal() 430 construct<const DIE##T *>(*X.get<const DIE##T *>()); \ in copyVal() 478 return *get<DIE##T>(); \ 483 return **get<const DIE##T *>(); \ 742 static DIE *get(BumpPtrAllocato function in llvm::DIE [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 272 auto* sb_inst_ptr = cp_inst.get(); in MoveInstsBeforeEntryBlock() 321 callee2caller, new_blk_ptr->get(), &*callee_itr, in AddStoresForVariableInitializers() 419 callee2caller, new_blk_ptr->get(), &*callee_inst_itr, in InlineEntryBlock() 454 callee2caller, new_blk_ptr.get(), &*inst_itr, in InlineBasicBlocks() 489 new_blk_ptr->get()->AddInstruction(std::move(cp_inst)); in MoveCallerInstsAfterFunctionCall() 596 MoveInstsBeforeEntryBlock(&preCallSB, new_blk_ptr.get(), call_inst_itr, in GenInlineCode() 639 callee2caller, new_blk_ptr.get(), inst, in GenInlineCode() 730 const BasicBlock& const_last_block = *lastBlk->get(); in UpdateSucceedingPhis()
|
H A D | loop_unroller.cpp | 393 BasicBlock* new_exit_bb_raw = blocks_to_add_[0].get(); in PartiallyUnrollResidualFactor() 404 DuplicateLoop(loop, new_loop.get()); in PartiallyUnrollResidualFactor() 419 Unroll(new_loop.get(), factor); in PartiallyUnrollResidualFactor() 421 LinkLastPhisToStart(new_loop.get()); in PartiallyUnrollResidualFactor() 422 AddBlocksToLoop(new_loop.get()); in PartiallyUnrollResidualFactor() 800 RemapOperands(block_itr.get()); in CloseUnrolledLoop() 816 new_block_order.push_back(blocks_to_add_.back().get()); in DuplicateLoop() 932 loop->AddBasicBlock(block_itr.get()); in AddBlocksToLoop()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_arithmetics.cpp | 555 return (std::get<1>(X) && std::get<1>(Y) && in ArithmeticsPass() 556 std::get<2>(X) != std::get<2>(Y)); in ArithmeticsPass() 641 return (std::get<1>(X) && std::get<1>(Y) && in ArithmeticsPass() 642 std::get<2>(X) != std::get<2>(Y)); in ArithmeticsPass()
|
/third_party/spirv-tools/test/opt/ |
H A D | scalar_analysis.cpp | 103 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 231 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 347 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 497 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 736 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 873 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 1018 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F() 1188 ScalarEvolutionAnalysis analysis{context.get()}; in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 100 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 108 Move<VkShaderModule> callShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline() 372 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 380 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in runTest() 383 const VkStridedDeviceAddressRegionKHR callableShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, callableShaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize * callableShaderCount); in runTest() 419 const TopLevelAccelerationStructure* topLevelAccelerationStructurePtr = topLevelAccelerationStructure.get(); in runTest() 433 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in runTest() 453 submitCommandsAndWait(vkd, device, queue, cmdBuffer.get()); in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 222 auto shaderModule = makeVkSharedPtr(createShaderModule(vkd, device, context.getBinaryCollection().get(shaderName.str()), DE_NULL)); 224 auto computePipeline = makeVkSharedPtr(makeComputePipeline(vkd, device, *pipelineLayout, (VkPipelineCreateFlags) 0u, shaderModule->get(), (VkPipelineShaderStageCreateFlags) 0u, DE_NULL)); 226 vkd.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, computePipeline->get()); 233 const VkDescriptorImageInfo imageInfo = makeDescriptorImageInfo(DE_NULL, imageView->get(), VK_IMAGE_LAYOUT_GENERAL); 236 .writeSingle(descriptorSet->get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &imageInfo) 239 vkd.cmdBindDescriptorSets(*commandBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet->get(), 0u, DE_NULL); 674 addFunctionCaseWithPrograms(sizeGroup.get(), "joint", "", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, 0u)); 675 addFunctionCaseWithPrograms(sizeGroup.get(), "disjoint", "", checkSupport, initPrograms, testStorageImageWrite, TestParameters(format, imageSize, (VkImageCreateFlags)VK_IMAGE_CREATE_DISJOINT_BIT));
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 200 PrintValue(out, rules, value.get()); in PrintValue() 258 if (lhs.get() == rhs.get()) in operator ()() 277 return static_cast<PBXGroup*>(ptr.get())->SortLast(); in SortLast() 606 static_cast<PBXFileReference*>(child.get()); in AddSourceFile() 623 PBXGroup* child_as_group = static_cast<PBXGroup*>(child.get()); in AddSourceFile() 691 return children_.insert(iter, std::move(child))->get(); in AddChildImpl() 731 static_cast<PBXSourcesBuildPhase*>(build_phases_.back().get()); in PBXNativeTarget() 736 static_cast<PBXResourcesBuildPhase*>(build_phases_.back().get()); in PBXNativeTarget() 842 target_for_indexing_ = static_cast<PBXNativeTarget*>(targets_.back().get()); in AddIndexingTarget() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() function in ICUDataTable 89 return get(tableKey, NULL, itemKey, result); in get() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() function in ICUDataTable 483 langData.get("localeDisplayPattern", "keyTypePattern", ktPattern); in initialize() 491 // Only get the context data if we need it! This is a const object so we know now... in initialize() 741 // use key, this is what langData.get (with fallback) falls back to. in localeIdName() 773 // use key, this is what langData.get (with fallback) falls back to. in languageDisplayName() 790 langData.get("Script in scriptDisplayName() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CodePointTrieTest.java | 269 value2 = trie.get(start); in testTrieGetters() 272 "error: %s(%s).get(U+%04x)==0x%x instead of 0x%x\n", in testTrieGetters() 284 value = trie.get(-1); in testTrieGetters() 285 value2 = trie.get(0x110000); in testTrieGetters() 288 "error: %s(%s).get(out of range) != errorValue\n", in testTrieGetters() 310 value2=mutableTrie.get(start); in testBuilderGetters() 313 "error: %s(%s).get(U+%04x)==0x%x instead of 0x%x\n", in testBuilderGetters() 325 value=mutableTrie.get(-1); in testBuilderGetters() 326 value2=mutableTrie.get(0x110000); in testBuilderGetters() 329 "error: %s(%s).get(ou in testBuilderGetters() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CodePointTrieTest.java | 266 value2 = trie.get(start); in testTrieGetters() 269 "error: %s(%s).get(U+%04x)==0x%x instead of 0x%x\n", in testTrieGetters() 281 value = trie.get(-1); in testTrieGetters() 282 value2 = trie.get(0x110000); in testTrieGetters() 285 "error: %s(%s).get(out of range) != errorValue\n", in testTrieGetters() 307 value2=mutableTrie.get(start); in testBuilderGetters() 310 "error: %s(%s).get(U+%04x)==0x%x instead of 0x%x\n", in testBuilderGetters() 322 value=mutableTrie.get(-1); in testBuilderGetters() 323 value2=mutableTrie.get(0x110000); in testBuilderGetters() 326 "error: %s(%s).get(ou in testBuilderGetters() [all...] |
/third_party/node/src/ |
H A D | node_sockaddr.cc | 403 address_rules_[*address.get()] = rules_.begin(); in AddSocketAddress() 409 auto it = address_rules_.find(*address.get()); in RemoveSocketAddress() 462 return this->address->is_match(*address.get()); in Apply() 475 return *address.get() >= *start.get() && in Apply() 476 *address.get() <= *end.get(); in Apply() 491 return address->is_in_network(*network.get(), prefix); in Apply() 623 if (*start_addr->address().get() > *end_addr->address().get()) in AddRange() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | locdspnm.cpp | 76 UnicodeString& get(const char* tableKey, const char* itemKey, 78 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 88 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { in get() function in ICUDataTable 89 return get(tableKey, nullptr, itemKey, result); in get() 123 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, in get() function in ICUDataTable 483 langData.get("localeDisplayPattern", "keyTypePattern", ktPattern); in initialize() 491 // Only get the context data if we need it! This is a const object so we know now... in initialize() 741 // use key, this is what langData.get (with fallback) falls back to. in localeIdName() 773 // use key, this is what langData.get (with fallback) falls back to. in languageDisplayName() 790 langData.get("Script in scriptDisplayName() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | build-ideal-tree.js | 62 get length () { 160 get explicitRequests () { 188 // first get the virtual tree, if possible. If there's a lockfile, then 315 // or else it'll get super confusing when we change them! 504 this.#explicitRequests.add(tree.edgesOut.get(spec.name)) 508 this.#explicitRequests.add(tree.edgesOut.get(name)) 520 // get the name for each of the specs in the list. 528 // if it's just @'' then we reload whatever's there, or get latest 579 // We shouldn't even get these things here, and they shouldn't 652 const vuln = this.auditReport.get(nam [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 64 PrintF("%s\n", str.get()); in DefaultMessageReport() 71 PrintF("%s:%i: %s\n", data_str.get() ? data_str.get() : "<unknown>", in DefaultMessageReport() 72 loc->start_pos(), str.get()); in DefaultMessageReport() 177 if (global_listeners->get(i).IsUndefined(isolate)) continue; in ReportMessageNoExceptions() 178 FixedArray listener = FixedArray::cast(global_listeners->get(i)); in ReportMessageNoExceptions() 179 Foreign callback_obj = Foreign::cast(listener.get(0)); in ReportMessageNoExceptions() 181 static_cast<int32_t>(Smi::ToInt(listener.get(2))); in ReportMessageNoExceptions() 187 Handle<Object> callback_data(listener.get(1), isolate); in ReportMessageNoExceptions() 226 Handle<CallSiteInfo> frame(CallSiteInfo::cast(frames->get( in GetStackFrames() [all...] |
H A D | futex-emulation.cc | 393 FutexWaitList::ToWaitLocation(backing_store.get(), addr); in WaitSync() 515 FutexWaitList::ToWaitLocation(backing_store.get(), wait_addr)), in FutexWaitListNode() 660 auto wait_location = FutexWaitList::ToWaitLocation(backing_store.get(), addr); in Wake() 682 if (backing_store.get() == node_backing_store.get()) { in Wake() 702 DCHECK_EQ(nullptr, node_backing_store.get()); in Wake() 924 auto wait_location = FutexWaitList::ToWaitLocation(backing_store.get(), addr); in NumWaitersForTesting() 935 if (backing_store.get() == node_backing_store.get() && node->waiting_) { in NumWaitersForTesting() 976 if (backing_store.get() in NumUnresolvedAsyncPromisesForTesting() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 190 s << std::get<1>(bit); in bitsToString() 199 const auto& residencyBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT); in updateBufferCreateFlags() 200 const auto& aliasedBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_ALIASED_BIT); in updateBufferCreateFlags() 201 const auto& bindingBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_BINDING_BIT); in updateBufferCreateFlags() 202 const auto& protectedBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_PROTECTED_BIT); in updateBufferCreateFlags() 204 const auto& noneBit = AvailableBufferCreateBits.get(VkBufferCreateFlagBits(0)); in updateBufferCreateFlags() 574 DE_ASSERT(m_instConfig.usageFlags.get()); in checkSupport() 585 extMemHandleFlags.push_back({AvailableExternalMemoryHandleBits.get(INTERNALTEST_EXTERNAL_MEMORY_HANDLE_TYPE_NO_BITS)}); in checkSupport() 594 DE_ASSERT(m_instConfig.extMemHandleFlags.get()); in checkSupport() 846 const VkBufferUsageFlags infoUsageFlags = *(u->get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 486 const auto& binary = collection.get(name); in createShaderModules() 891 baseCreateInfo.layout = layout.get(); in testInstance() 892 baseCreateInfo.renderPass = renderPass.get(); in testInstance() 901 auto createInfos = createPipelineCreateInfos(i, baseCreateInfo, basePipeline.get(), testParameter); in testInstance() 919 const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, created); in testInstance() 1078 const auto pipelineLayout = createPipelineLayout(vk, device, {descriptorSetLayout.get()}, testParameter); in testInstance() 1090 pipelineLayout.get(), // layout in testInstance() 1100 const auto createInfos = createPipelineCreateInfos(i, baseCreateInfo, basePipeline.get(), testParameter); in testInstance() 1104 const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, created); in testInstance() 1413 tests.get(), param in addGraphicsPipelineTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 190 s << std::get<1>(bit); in bitsToString() 199 const auto& residencyBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT); in updateBufferCreateFlags() 200 const auto& aliasedBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_ALIASED_BIT); in updateBufferCreateFlags() 201 const auto& bindingBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_SPARSE_BINDING_BIT); in updateBufferCreateFlags() 202 const auto& protectedBit = AvailableBufferCreateBits.get(VK_BUFFER_CREATE_PROTECTED_BIT); in updateBufferCreateFlags() 204 const auto& noneBit = AvailableBufferCreateBits.get(VkBufferCreateFlagBits(0)); in updateBufferCreateFlags() 572 DE_ASSERT(m_instConfig.usageFlags.get()); in checkSupport() 583 extMemHandleFlags.push_back({AvailableExternalMemoryHandleBits.get(INTERNALTEST_EXTERNAL_MEMORY_HANDLE_TYPE_NO_BITS)}); in checkSupport() 592 DE_ASSERT(m_instConfig.extMemHandleFlags.get()); in checkSupport() 844 const VkBufferUsageFlags infoUsageFlags = *(u->get()); in iterate() [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline.cc | 471 auto fmt = MakeUnique<Format>(type.get()); in CreatePushConstantBuffer() 475 buf->SetFormat(fmt.get()); in CreatePushConstantBuffer() 477 push_constant_buffer_.buffer = buf.get(); in CreatePushConstantBuffer() 490 auto fmt = MakeUnique<Format>(type.get()); in GenerateDefaultColorAttachmentBuffer() 494 buf->SetFormat(fmt.get()); in GenerateDefaultColorAttachmentBuffer() 505 auto fmt = MakeUnique<Format>(type.get()); in GenerateDefaultDepthStencilAttachmentBuffer() 509 buf->SetFormat(fmt.get()); in GenerateDefaultDepthStencilAttachmentBuffer() 859 buffer = opencl_pod_buffers_.back().get(); in GenerateOpenCLPodBuffers() 869 auto fmt = MakeUnique<Format>(type.get()); in GenerateOpenCLPodBuffers() 870 buffer->SetFormat(fmt.get()); in GenerateOpenCLPodBuffers() [all...] |
/third_party/skia/tests/ |
H A D | ProcessorTest.cpp | 186 CheckSingleThreadedProxyRefs(reporter, proxy.get(), expectedProxyRefs, -1); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 191 CheckSingleThreadedProxyRefs(reporter, proxy.get(), 1, 1); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 274 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init() 299 auto view = std::get<0>(GrMakeUncachedBitmapProxyView(fContext, bitmap)); in init() 320 // it's called. Call `reroll` to get a different FP. in make() 371 return std::get<0>(GrMakeUncachedBitmapProxyView(context, bitmap)); in make_input_texture() 618 render_fp(context, sdc.get(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 621 render_fp(context, sdc.get(), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 637 render_fp(context, sdc.get(), fpGenerator.make(i, /*randomTreeDepth=*/1, inputTexture1), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 927 render_fp(context, sdc.get(), st in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() [all...] |
/third_party/skia/third_party/externals/tint/samples/ |
H A D | main.cc | 41 tint::diag::Formatter{}.format(diagnostics, printer.get()); in TintInternalCompilerErrorReporter() 999 tint::reader::wgsl::Parse(source_file.get())); in main() 1059 diag_formatter.format(program->Diagnostics(), diag_printer.get()); in main() 1128 auto out = transform_manager.Run(program.get(), std::move(transform_inputs)); in main() 1131 diag_formatter.format(out.program.Diagnostics(), diag_printer.get()); in main() 1139 tint::inspector::Inspector inspector(program.get()); in main() 1142 std::cerr << "Failed to get entry points from Inspector: " in main() 1150 std::cerr << "Failed to get bindings from Inspector: " in main() 1175 success = GenerateSpirv(program.get(), options); in main() 1178 success = GenerateWgsl(program.get(), option in main() [all...] |