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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 258 Id getId() const { return functionInstruction.getResultId(); }
275 Id getReturnType() const { return functionInstruction.getTypeId(); }
279 functionInstruction.dump(out);
296 Instruction functionInstruction;
357 : parent(parent), functionInstruction(id, resultType, OpFunction)
360 functionInstruction.addImmediateOperand(FunctionControlMaskNone);
361 functionInstruction.addIdOperand(functionType);
362 parent.mapInstruction(&functionInstruction);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 258 Id getId() const { return functionInstruction.getResultId(); }
275 Id getReturnType() const { return functionInstruction.getTypeId(); }
279 functionInstruction.dump(out);
296 Instruction functionInstruction;
357 : parent(parent), functionInstruction(id, resultType, OpFunction)
360 functionInstruction.addImmediateOperand(FunctionControlMaskNone);
361 functionInstruction.addIdOperand(functionType);
362 parent.mapInstruction(&functionInstruction);

Completed in 707 milliseconds