Home
last modified time | relevance | path

Searched refs:spec_inst (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp231 Instruction* spec_inst = nullptr; in Process() local
234 spec_inst = in Process()
237 spec_inst = target_inst; in Process()
242 if (!spec_inst) continue; in Process()
259 context()->get_type_mgr()->GetType(spec_inst->type_id())); in Process()
271 context()->get_type_mgr()->GetType(spec_inst->type_id())); in Process()
278 switch (spec_inst->opcode()) { in Process()
282 if (spec_inst->GetInOperand(kOpSpecConstantLiteralInOperandIndex) in Process()
284 spec_inst->SetInOperand(kOpSpecConstantLiteralInOperandIndex, in Process()
293 spec_inst->SetOpcode(SpvOp::SpvOpSpecConstantFalse); in Process()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dset_spec_constant_default_value_pass.cpp231 Instruction* spec_inst = nullptr; in Process() local
234 spec_inst = in Process()
237 spec_inst = target_inst; in Process()
242 if (!spec_inst) continue; in Process()
259 context()->get_type_mgr()->GetType(spec_inst->type_id())); in Process()
271 context()->get_type_mgr()->GetType(spec_inst->type_id())); in Process()
278 switch (spec_inst->opcode()) { in Process()
282 if (spec_inst->GetInOperand(kOpSpecConstantLiteralInOperandIndex) in Process()
284 spec_inst->SetInOperand(kOpSpecConstantLiteralInOperandIndex, in Process()
293 spec_inst->SetOpcode(SpvOp::SpvOpSpecConstantFalse); in Process()
[all …]