Searched refs:AddNaryOp (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 266 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 D | ir_builder.h | 160 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 D | instrument_pass.cpp | 305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite() 341 builder.AddNaryOp(GetUintId(), SpvOpFunctionCall, args)->result_id(); in GenDebugDirectRead()
|
H A D | inst_buff_addr_check_pass.cpp | 428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 266 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 D | ir_builder.h | 160 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 D | instrument_pass.cpp | 305 (void)builder->AddNaryOp(GetVoidId(), SpvOpFunctionCall, args); in GenDebugStreamWrite() 341 builder.AddNaryOp(GetUintId(), SpvOpFunctionCall, args)->result_id(); in GenDebugDirectRead()
|
H A D | inst_buff_addr_check_pass.cpp | 428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
|
/third_party/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 268 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 D | ir_builder.h | 161 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 15 milliseconds