Searched refs:spvbinary (Results 1 – 3 of 3) sorted by relevance
/external/angle/third_party/spirv-tools/src/source/ |
D | libspirv.cpp | 82 spv_binary spvbinary = nullptr; in Assemble() local 84 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble() 86 binary->assign(spvbinary->code, spvbinary->code + spvbinary->wordCount); in Assemble() 88 spvBinaryDestroy(spvbinary); in Assemble()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 82 spv_binary spvbinary = nullptr; in Assemble() local 84 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble() 86 binary->assign(spvbinary->code, spvbinary->code + spvbinary->wordCount); in Assemble() 88 spvBinaryDestroy(spvbinary); in Assemble()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | libspirv.cpp | 82 spv_binary spvbinary = nullptr; in Assemble() local 84 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble() 86 binary->assign(spvbinary->code, spvbinary->code + spvbinary->wordCount); in Assemble() 88 spvBinaryDestroy(spvbinary); in Assemble()
|