Home
last modified time | relevance | path

Searched refs:DecodeModule (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.h54 spv_result_t DecodeModule(std::vector<uint32_t>* spirv_binary);
Dmarkv.cpp101 if (decoder.DecodeModule(spirv) != SPV_SUCCESS) { in MarkvToSpirv()
Dmarkv_decoder.cpp369 spv_result_t MarkvDecoder::DecodeModule(std::vector<uint32_t>* spirv_binary) { in DecodeModule() function in spvtools::comp::MarkvDecoder
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.h54 spv_result_t DecodeModule(std::vector<uint32_t>* spirv_binary);
Dmarkv.cpp101 if (decoder.DecodeModule(spirv) != SPV_SUCCESS) { in MarkvToSpirv()
Dmarkv_decoder.cpp369 spv_result_t MarkvDecoder::DecodeModule(std::vector<uint32_t>* spirv_binary) { in DecodeModule() function in spvtools::comp::MarkvDecoder
/external/v8/src/wasm/
Dmodule-compiler.h101 class DecodeModule; // Step 1 (async) variable
Dmodule-decoder.cc854 ModuleResult DecodeModule(Counters* counters, AccountingAllocator* allocator, in DecodeModule() function in v8::internal::wasm::ModuleDecoderImpl
1412 decoder.DecodeModule(counters, allocator, verify_functions); in DecodeWasmModule()
Dmodule-compiler.cc2151 DoAsync<DecodeModule>(); // -- in Start()
2371 class AsyncCompileJob::DecodeModule : public AsyncCompileJob::CompileStep { class in v8::internal::wasm::AsyncCompileJob