Searched refs:GetVoidId (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 305 (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()
|
D | instrument_pass.h | 240 uint32_t GetVoidId();
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 305 (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()
|
D | instrument_pass.h | 240 uint32_t GetVoidId();
|
/third_party/spirv-tools/source/opt/ |
D | instrument_pass.cpp | 352 (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()
|
D | instrument_pass.h | 253 uint32_t GetVoidId();
|