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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 319 if (resultId >= idToInstruction.size())
320 idToInstruction.resize(resultId + 16);
321 idToInstruction[resultId] = instruction;
324 Instruction* getInstruction(Id id) const { return idToInstruction[id]; }
326 spv::Id getTypeId(Id resultId) const { return idToInstruction[resultId]->getTypeId(); }
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
330 return (StorageClass)idToInstruction[typeId]->getImmediateOperand(0);
344 std::vector<Instruction*> idToInstruction;
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 319 if (resultId >= idToInstruction.size())
320 idToInstruction.resize(resultId + 16);
321 idToInstruction[resultId] = instruction;
324 Instruction* getInstruction(Id id) const { return idToInstruction[id]; }
326 spv::Id getTypeId(Id resultId) const { return idToInstruction[resultId]->getTypeId(); }
329 assert(idToInstruction[typeId]->getOpCode() == spv::OpTypePointer);
330 return (StorageClass)idToInstruction[typeId]->getImmediateOperand(0);
344 std::vector<Instruction*> idToInstruction;

Completed in 1384 milliseconds