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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.cpp 139 type->addImmediateOperand(storageClass);
161 type->addImmediateOperand(width);
162 type->addImmediateOperand(hasSign ? 1 : 0);
194 type->addImmediateOperand(width);
273 type->addImmediateOperand(size);
299 type->addImmediateOperand(cols);
395 type->addImmediateOperand( dim);
396 type->addImmediateOperand( depth ? 1 : 0);
397 type->addImmediateOperand(arrayed ? 1 : 0);
398 type->addImmediateOperand( ms ? 1 : 0)
    [all...]
spvIR.h 87 void addImmediateOperand(unsigned int immediate) { operands.push_back(immediate); }
101 addImmediateOperand(word);
112 addImmediateOperand(word);
360 functionInstruction.addImmediateOperand(FunctionControlMaskNone);
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.cpp 139 type->addImmediateOperand(storageClass);
161 type->addImmediateOperand(width);
162 type->addImmediateOperand(hasSign ? 1 : 0);
194 type->addImmediateOperand(width);
273 type->addImmediateOperand(size);
299 type->addImmediateOperand(cols);
395 type->addImmediateOperand( dim);
396 type->addImmediateOperand( depth ? 1 : 0);
397 type->addImmediateOperand(arrayed ? 1 : 0);
398 type->addImmediateOperand( ms ? 1 : 0)
    [all...]
spvIR.h 87 void addImmediateOperand(unsigned int immediate) { operands.push_back(immediate); }
101 addImmediateOperand(word);
112 addImmediateOperand(word);
360 functionInstruction.addImmediateOperand(FunctionControlMaskNone);

Completed in 105 milliseconds