HomeSort by relevance Sort by last modified time
    Searched defs:typeInst (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_opaque_pass.cpp 29 const ir::Instruction* typeInst = def_use_mgr_->GetDef(typeId);
30 switch (typeInst->opcode()) {
36 return IsOpaqueType(typeInst->GetSingleWordInOperand(
42 if (typeInst->opcode() != SpvOpTypeStruct)
46 typeInst->ForEachInId([&ocnt,this](const uint32_t* tid) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 376 Instruction* typeInst = parent.getInstruction(functionType);
377 int numParams = typeInst->getNumOperands() - 1;
379 Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionParameter);

Completed in 153 milliseconds