HomeSort by relevance Sort by last modified time
    Searched full:spec_inst (Results 1 - 1 of 1) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
set_spec_constant_default_value_pass.cpp 230 ir::Instruction* spec_inst = nullptr; local
233 spec_inst =
236 spec_inst = target_inst;
241 if (!spec_inst) continue;
257 type_mgr.GetType(spec_inst->type_id()));
268 iter->second, type_mgr.GetType(spec_inst->type_id()));
275 switch (spec_inst->opcode()) {
279 if (spec_inst->GetInOperand(kOpSpecConstantLiteralInOperandIndex)
281 spec_inst->SetInOperand(kOpSpecConstantLiteralInOperandIndex,
290 spec_inst->SetOpcode(SpvOp::SpvOpSpecConstantFalse)
    [all...]

Completed in 296 milliseconds