Home
last modified time | relevance | path

Searched defs:ToBinary (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.cpp141 void Module::ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const { in ToBinary() function in spvtools::opt::Module
H A Dinstruction.cpp1064 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary() function in spvtools::opt::DebugScope
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmodule.cpp141 void Module::ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const { in ToBinary() function in spvtools::opt::Module
H A Dinstruction.cpp1064 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary() function in spvtools::opt::DebugScope
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp141 void Module::ToBinary(std::vector<uint32_t>* binary, bool skip_nop) const { in ToBinary() function in spvtools::opt::Module
Dinstruction.cpp1064 void DebugScope::ToBinary(uint32_t type_id, uint32_t result_id, in ToBinary() function in spvtools::opt::DebugScope
/aosp_15_r20/system/update_engine/scripts/update_payload/
H A Dtest_utils.py131 def ToBinary(self): member in SignaturesGenerator
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dgrpc_tool.cc1007 bool GrpcTool::ToBinary(int argc, const char** argv, const CliCredentials& cred, in ToBinary() function in grpc::testing::GrpcTool