HomeSort by relevance Sort by last modified time
    Searched defs:GetVoidId (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
instrument_pass.cpp 222 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args);
393 uint32_t InstrumentPass::GetVoidId() {
415 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types);
418 get_module()->context(), SpvOpFunction, GetVoidId(), output_func_id_,
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
instrument_pass.cpp 222 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args);
395 uint32_t InstrumentPass::GetVoidId() {
417 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types);
420 get_module()->context(), SpvOpFunction, GetVoidId(), output_func_id_,

Completed in 103 milliseconds