Searched refs:IsInShaderStorageBlock (Results 1 – 7 of 7) sorted by relevance
106 if (IsInShaderStorageBlock(typedArg)) in HasSSBOAsFunctionArgument()164 bool rightSSBO = IsInShaderStorageBlock(node->getRight()); in visitBinary()165 bool leftSSBO = IsInShaderStorageBlock(node->getLeft()); in visitBinary()274 IsInShaderStorageBlock((*node->getSequence())[0]->getAsTyped())) in visitAggregate()291 if (IsInShaderStorageBlock(ssboArgument)) in visitAggregate()342 if (!IsInShaderStorageBlock(node->getOperand())) in visitUnary()
144 IsInShaderStorageBlock((*node->getSequence())[0]->getAsTyped())) in visitAggregate()
87 bool IsInShaderStorageBlock(TIntermTyped *node);
801 bool IsInShaderStorageBlock(TIntermTyped *node) in IsInShaderStorageBlock() function806 return IsInShaderStorageBlock(swizzleNode->getOperand()); in IsInShaderStorageBlock()818 return IsInShaderStorageBlock(binaryNode->getLeft()); in IsInShaderStorageBlock()
152 return !IsInShaderStorageBlock((*aggregateNode->getSequence())[0]->getAsTyped()); in IsAtomicFunctionForSharedVariableDirectAssign()1482 else if (IsInShaderStorageBlock(node->getLeft())) in visitBinary()1486 if (IsInShaderStorageBlock(node->getRight())) in visitBinary()1498 else if (IsInShaderStorageBlock(node->getRight())) in visitBinary()1536 if (IsInShaderStorageBlock(node->getRight())) in visitBinary()1742 ASSERT(!IsInShaderStorageBlock(node->getLeft())); in visitBinary()2046 ASSERT(IsInShaderStorageBlock(operand)); in visitUnary()2658 if (IsInShaderStorageBlock(memNode)) in visitAggregate()2668 if (IsInShaderStorageBlock(argument)) in visitAggregate()
578 ASSERT(IsInShaderStorageBlock(binaryNode->getLeft())); in traverseNode()598 ASSERT(IsInShaderStorageBlock(node->getLeft())); in writeEOpIndexDirectOrIndirectOutput()
52 return IsDynamicIndexingOfVectorOrMatrix(node) && !IsInShaderStorageBlock(node->getLeft()); in IsDynamicIndexingOfNonSSBOVectorOrMatrix()