Home
last modified time | relevance | path

Searched defs:Assemble (Results 1 – 12 of 12) sorted by relevance

/external/clang/include/clang/Driver/
DPhases.h23 Assemble, enumerator
DToolChain.h86 mutable std::unique_ptr<Tool> Assemble; variable
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() function in spvtools::SpirvTools
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() function in spvtools::SpirvTools
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp73 bool SpirvTools::Assemble(const std::string& text, in Assemble() function in spvtools::SpirvTools
79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() function in spvtools::SpirvTools
/external/llvm-project/clang/include/clang/Driver/
DPhases.h22 Assemble, enumerator
DToolChain.h140 mutable std::unique_ptr<Tool> Assemble; variable
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h216 bool Assemble(uint32_t slot, simdvector verts[]) { return this->pfnPaFunc(*this, slot, verts); } in Assemble() function
219 bool Assemble(uint32_t slot, simd16vector verts[]) in Assemble() function
741 bool Assemble(uint32_t slot, simdvector* verts) in Assemble() function
808 bool Assemble(uint32_t slot, simd16vector verts[]) in Assemble() function
1355 bool Assemble(uint32_t slot, simdvector verts[]) in Assemble() function
1421 bool Assemble(uint32_t slot, simd16vector verts[]) in Assemble() function
/external/llvm-project/clang/lib/Driver/ToolChains/
DPS4CPU.h30 Assemble(const ToolChain &TC) : Tool("PS4cpu::Assemble", "assembler", TC) {} in Assemble() function
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpropagator_test.cpp42 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon5231139e0111::PropagatorTest
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpropagator_test.cpp42 void Assemble(const std::string& input) { in Assemble() function in spvtools::opt::__anon16743d240111::PropagatorTest
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc56 CALLER_ATTACH Font* FontAssembler::Assemble() { in Assemble() function in subtly::FontAssembler
/external/clang/lib/Driver/
DTools.h894 Assemble(const ToolChain &TC) in Assemble() function