Home
last modified time | relevance | path

Searched refs:AddNaryOp (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp266 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations()
270 ir_builder.AddNaryOp(inst->type_id(), SpvOpGroupNonUniformShuffle, in ReplaceSwizzleInvocations()
381 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked()
385 ir_builder.AddNaryOp(inst->type_id(), SpvOpGroupNonUniformShuffle, in ReplaceSwizzleInvocationsMasked()
H A Dir_builder.h160 Instruction* AddNaryOp(uint32_t type_id, SpvOp opcode, in AddNaryOp() function in spvtools::opt::InstructionBuilder
286 return AddNaryOp(type, SpvOpPhi, incomings, result); in AddPhi()
H A Dinstrument_pass.cpp305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite()
341 builder.AddNaryOp(GetUintId(), SpvOpFunctionCall, args)->result_id(); in GenDebugDirectRead()
H A Dinst_buff_addr_check_pass.cpp428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Damd_ext_to_khr.cpp266 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations()
270 ir_builder.AddNaryOp(inst->type_id(), SpvOpGroupNonUniformShuffle, in ReplaceSwizzleInvocations()
381 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked()
385 ir_builder.AddNaryOp(inst->type_id(), SpvOpGroupNonUniformShuffle, in ReplaceSwizzleInvocationsMasked()
H A Dir_builder.h160 Instruction* AddNaryOp(uint32_t type_id, SpvOp opcode, in AddNaryOp() function in spvtools::opt::InstructionBuilder
286 return AddNaryOp(type, SpvOpPhi, incomings, result); in AddPhi()
H A Dinstrument_pass.cpp305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite()
341 builder.AddNaryOp(GetUintId(), SpvOpFunctionCall, args)->result_id(); in GenDebugDirectRead()
H A Dinst_buff_addr_check_pass.cpp428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp268 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocations()
272 ir_builder.AddNaryOp(inst->type_id(), spv::Op::OpGroupNonUniformShuffle, in ReplaceSwizzleInvocations()
385 Instruction* is_active = ir_builder.AddNaryOp( in ReplaceSwizzleInvocationsMasked()
389 ir_builder.AddNaryOp(inst->type_id(), spv::Op::OpGroupNonUniformShuffle, in ReplaceSwizzleInvocationsMasked()
H A Dir_builder.h161 Instruction* AddNaryOp(uint32_t type_id, spv::Op opcode, in AddNaryOp() function in spvtools::opt::InstructionBuilder
290 return AddNaryOp(type, spv::Op::OpPhi, incomings, result); in AddPhi()

Completed in 16 milliseconds