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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 366 Instruction* typeInst = parent.getInstruction(functionType);
367 int numParams = typeInst->getNumOperands() - 1;
369 Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionParameter);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 366 Instruction* typeInst = parent.getInstruction(functionType);
367 int numParams = typeInst->getNumOperands() - 1;
369 Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionParameter);

Completed in 530 milliseconds