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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 86 void addIdOperand(Id id) { operands.push_back(id); }
361 functionInstruction.addIdOperand(functionType);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 86 void addIdOperand(Id id) { operands.push_back(id); }
361 functionInstruction.addIdOperand(functionType);

Completed in 70 milliseconds