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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Intermediate.cpp 161 if (specConstantPropagates(*node->getLeft(), *node->getRight()) && isSpecializationOperation(*node))
373 if (node->getOperand()->getType().getQualifier().isSpecConstant() && isSpecializationOperation(*node))
871 if (node->getType().getQualifier().isSpecConstant() && isSpecializationOperation(*newNode))
    [all...]
localintermediate.h 628 bool isSpecializationOperation(const TIntermOperator&) const;

Completed in 59 milliseconds