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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 132 if (type->getImmediateOperand(0) == (unsigned)storageClass &&
154 if (type->getImmediateOperand(0) == (unsigned)width &&
155 type->getImmediateOperand(1) == (hasSign ? 1u : 0u))
188 if (type->getImmediateOperand(0) == (unsigned)width)
266 type->getImmediateOperand(1) == (unsigned)size)
292 type->getImmediateOperand(1) == (unsigned)cols)
383 type->getImmediateOperand(1) == (unsigned int)dim &&
384 type->getImmediateOperand(2) == ( depth ? 1u : 0u) &&
385 type->getImmediateOperand(3) == (arrayed ? 1u : 0u) &&
386 type->getImmediateOperand(4) == ( ms ? 1u : 0u) &
    [all...]
SpvBuilder.h 126 ImageFormat getImageTypeFormat(Id typeId) const { return (ImageFormat)module.getInstruction(typeId)->getImmediateOperand(6); }
152 unsigned int getConstantScalar(Id resultId) const { return module.getInstruction(resultId)->getImmediateOperand(0); }
171 return (Dim)module.getInstruction(typeId)->getImmediateOperand(1);
182 return module.getInstruction(typeId)->getImmediateOperand(3) != 0;
spvIR.h 122 unsigned int getImmediateOperand(int op) const { return operands[op]; }
330 return (StorageClass)idToInstruction[typeId]->getImmediateOperand(0);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 132 if (type->getImmediateOperand(0) == (unsigned)storageClass &&
154 if (type->getImmediateOperand(0) == (unsigned)width &&
155 type->getImmediateOperand(1) == (hasSign ? 1u : 0u))
188 if (type->getImmediateOperand(0) == (unsigned)width)
266 type->getImmediateOperand(1) == (unsigned)size)
292 type->getImmediateOperand(1) == (unsigned)cols)
383 type->getImmediateOperand(1) == (unsigned int)dim &&
384 type->getImmediateOperand(2) == ( depth ? 1u : 0u) &&
385 type->getImmediateOperand(3) == (arrayed ? 1u : 0u) &&
386 type->getImmediateOperand(4) == ( ms ? 1u : 0u) &
    [all...]
SpvBuilder.h 126 ImageFormat getImageTypeFormat(Id typeId) const { return (ImageFormat)module.getInstruction(typeId)->getImmediateOperand(6); }
152 unsigned int getConstantScalar(Id resultId) const { return module.getInstruction(resultId)->getImmediateOperand(0); }
171 return (Dim)module.getInstruction(typeId)->getImmediateOperand(1);
182 return module.getInstruction(typeId)->getImmediateOperand(3) != 0;
spvIR.h 122 unsigned int getImmediateOperand(int op) const { return operands[op]; }
330 return (StorageClass)idToInstruction[typeId]->getImmediateOperand(0);

Completed in 111 milliseconds