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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 121 Id getIdOperand(int op) const { return operands[op]; }
369 Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionParameter);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 121 Id getIdOperand(int op) const { return operands[op]; }
369 Instruction* param = new Instruction(firstParamId + p, typeInst->getIdOperand(p + 1), OpFunctionParameter);

Completed in 50 milliseconds