Home
last modified time | relevance | path

Searched refs:GetVoidId (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite()
670 uint32_t InstrumentPass::GetVoidId() { in GetVoidId() function in spvtools::opt::InstrumentPass
692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId()
695 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
Dinstrument_pass.h240 uint32_t GetVoidId();
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstrument_pass.cpp305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite()
670 uint32_t InstrumentPass::GetVoidId() { in GetVoidId() function in spvtools::opt::InstrumentPass
692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId()
695 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
Dinstrument_pass.h240 uint32_t GetVoidId();
/third_party/spirv-tools/source/opt/
Dinstrument_pass.cpp352 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite()
724 uint32_t InstrumentPass::GetVoidId() { in GetVoidId() function in spvtools::opt::InstrumentPass
746 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId()
749 new Instruction(get_module()->context(), SpvOpFunction, GetVoidId(), in GetStreamWriteFunctionId()
Dinstrument_pass.h253 uint32_t GetVoidId();