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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 377 Instruction* raw_instruction = inst.get(); local
379 parent.mapInstruction(raw_instruction);
391 Instruction* raw_instruction = inst.get(); local
393 raw_instruction->setBlock(this);
394 if (raw_instruction->getResultId())
395 parent.getParent().mapInstruction(raw_instruction);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 377 Instruction* raw_instruction = inst.get(); local
379 parent.mapInstruction(raw_instruction);
391 Instruction* raw_instruction = inst.get(); local
393 raw_instruction->setBlock(this);
394 if (raw_instruction->getResultId())
395 parent.getParent().mapInstruction(raw_instruction);

Completed in 124 milliseconds